summaryrefslogtreecommitdiff
path: root/src/pkg/gob
Commit message (Expand)AuthorAgeFilesLines
* log: new interfaceRob Pike2010-10-121-1/+1
* tests: fix printsRob Pike2010-09-232-4/+4
* gob: make robust when decoding a struct with non-struct data.Rob Pike2010-09-203-4/+47
* 5g: register allocation bugsRuss Cox2010-09-121-8/+3
* arm: work around reg allocator bug in 5g, in two parts.Rob Pike2010-09-101-3/+8
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* gobs: fix bug in singleton arraysRob Pike2010-07-202-5/+4
* gob: a couple of tiny simplifications using Kind()Rob Pike2010-06-293-12/+26
* gob: add DecodeValue and EncodeValueRob Pike2010-06-285-18/+30
* gob: allow transmission of things other than structs at the top level.Rob Pike2010-06-286-113/+234
* gob: add support for complex numbersRob Pike2010-06-244-69/+224
* reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2010-06-212-6/+14
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-205-66/+52
* Fix typo in gob docs. They were introduced in revision 3199778bafNigel Tao2010-05-311-5/+5
* gob: bug fix: errors encoding the payload were notRob Pike2010-05-071-2/+6
* gob: add an internal commentary example showing how theRob Pike2010-05-072-176/+249
* gob: add test for indirect maps, slices, arrays.Rob Pike2010-05-062-3/+67
* gob: add support for maps.Rob Pike2010-05-056-43/+254
* simplify various code using new map index ruleRuss Cox2010-03-302-5/+4
* single argument panicRuss Cox2010-03-301-3/+3
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-243-7/+7
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-023-36/+36
* strings: delete Runes, BytesRuss Cox2010-02-251-3/+3
* to improve the chances for compatibility, open a window of unused idsRob Pike2010-01-131-0/+8
* trivial bug: []byte is special but [3]byte is not.Rob Pike2009-12-312-5/+7
* improve some type switches now that multiple types per case are supported.Rob Pike2009-12-302-50/+6
* add a debugging printer to the gob package.Rob Pike2009-12-293-0/+246
* remove all references to gobType() from the decoder.Rob Pike2009-12-291-14/+20
* fix dumb bug: must write out default values inside arrays and slicesRob Pike2009-12-292-19/+45
* 1) Change default gofmt default settings forRobert Griesemer2009-12-158-1106/+1106
* fix bug for large counts: used a one-byte buffer.Rob Pike2009-12-131-3/+2
* runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox2009-12-071-15/+11
* The String() method requires global state that makes it not work outside of t...Rob Pike2009-12-033-17/+17
* error propagation in gob/encoder.Rob Pike2009-12-031-11/+27
* test that arrays work properly.Rob Pike2009-12-021-4/+22
* explicitly catch attempt to decode into a value - must be a pointer to see th...Rob Pike2009-12-012-2/+20
* gob: fix buildRuss Cox2009-12-011-1/+1
* more gob bugsRob Pike2009-12-014-25/+69
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* Rework gobs to fix bad bug related to sharing of id's between encoder and dec...Rob Pike2009-11-166-225/+138
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-093-19/+19
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-098-287/+287
* - application of gofmt with one-line composite literal structs enabledRobert Griesemer2009-11-061-48/+16
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-062-34/+14
* - gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer2009-11-051-1/+1
* gofmt-ify gobRobert Griesemer2009-11-053-245/+328
* better code for allocation through indirectionRob Pike2009-10-111-8/+6
* fix bugs in gob.Rob Pike2009-10-113-17/+77
* more lgtm files from gofmtRuss Cox2009-10-081-3/+3
* apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox2009-10-066-227/+229