Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1275 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1275/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -22/+22 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -1/+1 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -56/+70 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -92/+113 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -126/+284 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -3/+47 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -38/+42 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -216/+272 |
2010-06-28 | gob: add DecodeValue and EncodeValue | Rob Pike | 1 | -4/+4 |
2010-06-28 | gob: allow transmission of things other than structs at the top level. | Rob Pike | 1 | -42/+71 |
2010-06-24 | gob: add support for complex numbers | Rob Pike | 1 | -42/+84 |
2010-06-21 | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox | 1 | -3/+7 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -24/+23 |
2010-05-06 | gob: add test for indirect maps, slices, arrays. | Rob Pike | 1 | -3/+0 |
2010-05-05 | gob: add support for maps. | Rob Pike | 1 | -25/+123 |
2010-03-30 | single argument panic | Russ Cox | 1 | -3/+3 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -15/+15 |
2009-12-30 | improve some type switches now that multiple types per case are supported. | Rob Pike | 1 | -25/+3 |
2009-12-29 | remove all references to gobType() from the decoder. | Rob Pike | 1 | -14/+20 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -224/+224 |
2009-12-07 | runtime: introduce unsafe.New and unsafe.NewArray | Russ Cox | 1 | -15/+11 |
2009-12-03 | The String() method requires global state that makes it not work outside of t... | Rob Pike | 1 | -2/+2 |
2009-12-01 | more gob bugs | Rob Pike | 1 | -7/+18 |
2009-11-16 | Rework gobs to fix bad bug related to sharing of id's between encoder and dec... | Rob Pike | 1 | -42/+38 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -4/+4 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -95/+95 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -1/+3 |
2009-11-05 | gofmt-ify gob | Robert Griesemer | 1 | -4/+2 |
2009-10-11 | better code for allocation through indirection | Rob Pike | 1 | -8/+6 |
2009-10-11 | fix bugs in gob. | Rob Pike | 1 | -13/+13 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -73/+74 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -1/+1 |
2009-08-12 | delete forward type declarations | Russ Cox | 1 | -1/+0 |
2009-08-12 | convert gob to whole-package compilation. | Russ Cox | 1 | -5/+1 |
2009-07-29 | handle some error conditions involving bad data. | Rob Pike | 1 | -0/+5 |
2009-07-28 | change the encoding of uints to simplify overflow checking and to make them | Rob Pike | 1 | -28/+54 |
2009-07-28 | bug177: anonymous struct fields in reflect | Russ Cox | 1 | -1/+1 |
2009-07-28 | - clean up code creating keys for type maps | Rob Pike | 1 | -79/+128 |
2009-07-27 | fix build - broke with uint32 -> int change in reflect SliceHeader | Russ Cox | 1 | -2/+2 |
2009-07-27 | clean up for public use: make some stuff private, add doc comments. | Rob Pike | 1 | -21/+21 |
2009-07-17 | change reflect.Type.Name() into two functions: Name() and PkgPath() for ease ... | Rob Pike | 1 | -1/+1 |
2009-07-17 | ignore missing structs | Rob Pike | 1 | -20/+75 |
2009-07-16 | clean up the code, flow errors out to decoder. | Rob Pike | 1 | -35/+61 |
2009-07-16 | - allow wire type and receive type to differ. | Rob Pike | 1 | -48/+207 |
2009-07-15 | make the low-level encoder and decoder private and have them access byte.Buff... | Rob Pike | 1 | -67/+85 |
2009-07-09 | store ids rather than Types in the structs so they can be encoded. | Rob Pike | 1 | -11/+28 |
2009-07-07 | bug fix: encOpFor etc. need to indirect | Rob Pike | 1 | -9/+9 |
2009-07-07 | gob: use new reflect | Russ Cox | 1 | -61/+52 |