| Age | Commit message (Expand) | Author |
| 2013-01-14 | encoding/gob: fix broken test (fix build) | Alex Brainman |
| 2013-01-14 | encoding/gob: handle encoding of different indirects of GobEncoder | Kyle Lemons |
| 2013-01-10 | encoding/json: improve performance of Unmarshal on primitive types | Rick Arnold |
| 2013-01-07 | src: Use bytes.Equal instead of bytes.Compare where possible. | Matthew Dempsky |
| 2013-01-07 | encoding/json: documented that ,string applies only to string and numeric fie... | Caleb Spare |
| 2013-01-02 | encoding/json: don't panic marshaling anonymous non-struct field | Thomas Kappler |
| 2012-12-30 | encoding/json: encode map key is of string kind, decode only of string type | Ryan Slade |
| 2012-12-22 | encoding/json: A JSON tag can be any valid JSON string. | Stéphane Travostino |
| 2012-12-22 | encoding/gob: document that structs only encode/decode exported fields | Russ Cox |
| 2012-12-22 | encoding/xml: Marshal ",any" fields | Chris Jones |
| 2012-12-19 | all: fix typos | Shenghou Ma |
| 2012-12-18 | fmt, encoding/gob: fix misuse of Read | Shenghou Ma |
| 2012-12-17 | encoding/json: cleanup leftover redundant variables. | Rémy Oudompheng |
| 2012-12-11 | encoding/csv: add Error method to Writer | Ryan Slade |
| 2012-12-11 | encoding/base64: new example for NewEncoder with emphasis on Close | Shenghou Ma |
| 2012-12-10 | encoding/xml: fix typo in Marshal documentation | Francisco Souza |
| 2012-12-01 | encoding/gob: Fix typo in doc.go | Luit van Drongelen |
| 2012-12-01 | all: set GOMAXPROCS to 1 when counting mallocs | Shenghou Ma |
| 2012-11-22 | all: fix the the typos | Shenghou Ma |
| 2012-11-12 | encoding/json: skip unexpected null values | Rick Arnold |
| 2012-11-12 | encoding/pem: write Proc-Type header first. | Roger Peppe |
| 2012-11-01 | encoding/binary: skip blank fields when (en/de)coding structs | Robert Griesemer |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-10-29 | encoding/json: tweak docs | Roger Peppe |
| 2012-10-29 | encoding/asn1: don't convert UTCTime to UTC. | Adam Langley |
| 2012-10-26 | encoding/binary: ReadVarint reads a signed number, not unsigned number | Shenghou Ma |
| 2012-10-21 | encoding/xml: expand allowed entity names | Patrick Smith |
| 2012-10-18 | encoding/xml: correctly escape newline, carriage return, and tab | Ian Lance Taylor |
| 2012-10-09 | encoding/gob: add test case for issue 4214. | Dmitriy Vyukov |
| 2012-10-09 | encoding/gob: fix data race in Register | Rob Pike |
| 2012-10-09 | encoding/base{32,64}: add examples. | David Symonds |
| 2012-09-24 | encoding/asn1: prepare for 64-bit ints | Russ Cox |
| 2012-09-19 | encoding/gob: fix comment | Robert Griesemer |
| 2012-09-18 | encoding/json: do not read beyond array literal | Russ Cox |
| 2012-09-10 | encoding/json: handle anonymous fields | Russ Cox |
| 2012-08-31 | encoding/xml: parse comments in DOCTYPE | Shawn Smith |
| 2012-07-25 | encoding/gob: test for type registration name. | David Symonds |
| 2012-07-23 | encoding/gob: revert 6348067, which broke compatibility | Rob Pike |
| 2012-07-22 | encoding/binary: fix typo: ReadVarint returns an int64, not a uint64. | Patrick Mylund Nielsen |
| 2012-07-13 | encoding/gob: disable fuzz tests unless command-line flag is set | Rob Pike |
| 2012-07-12 | encoding/gob: reduce decoder memory | Rob Pike |
| 2012-07-12 | encoding/gob: fix check for short input in slice decode | Rob Pike |
| 2012-07-10 | encoding/asn1: promote untyped strings to UTF8 as needed. | Adam Langley |
| 2012-07-03 | encoding/gob: fix bug in Register | Rob Pike |
| 2012-06-25 | encoding/json: add Number type | Jonathan Gold |
| 2012-06-25 | encoding/base32, encoding/base64: removed unneeded break label | Thomas Alan Copeland |
| 2012-06-25 | encoding/json: simplify (*decodeState).indirect | Micah Stetson |
| 2012-06-25 | encoding/csv, encoding/xml: report write errors | Jan Ziak |
| 2012-06-22 | encoding/json: fix minor typo in documentation for Marshal | David G. Andersen |
| 2012-06-13 | encoding/gob: don't cache broken encoding engines. | Rob Pike |