| Age | Commit message (Expand) | Author |
| 2016-01-08 | encoding/json: doc: Decode only writes to exported fields | Ian Lance Taylor |
| 2016-01-08 | encoding/base64: fix streaming decode of padding-free base64 | Russ Cox |
| 2016-01-06 | encoding/asn1: fix off-by-one in parseBase128Int. | David Benjamin |
| 2015-12-08 | encoding/pem: make TestFuzz testing/quick safe | Matt T. Proud |
| 2015-12-08 | encoding/json: document Indent's preservation of trailing spaces | Russ Cox |
| 2015-12-07 | encoding/gob: document behavior of zero-valued arrays, slices, and maps | Rob Pike |
| 2015-12-04 | encoding/json: streamline, unexport valid Number checking | Russ Cox |
| 2015-12-03 | encoding/asn1: export tag and class constants | Brad Fitzpatrick |
| 2015-12-03 | encoding/json: revise docs for Unmarshal into map, slice, array | Russ Cox |
| 2015-12-03 | encoding/xml: document new chardata tag | Russ Cox |
| 2015-12-01 | encoding/base64: add package-level example | Russ Cox |
| 2015-12-01 | encoding/asn1: Reject invalid INTEGERs. | David Benjamin |
| 2015-11-25 | encoding/xml: case-insensitive encoding recognition | Giulio Iotti |
| 2015-11-25 | encoding/xml: reject invalid comments | Michal Bohuslávek |
| 2015-11-25 | encoding/xml: Add CDATA-wrapper output support to xml.Marshal. | Charles Weill |
| 2015-11-25 | encoding/gob: reduce the amount of memory allocations. | Aliaksandr Valialkin |
| 2015-11-25 | encoding/json: check if Number is valid | Erik Dubbelboer |
| 2015-11-24 | encoding/gob: document that zero elements of arrays and slices are sent | Rob Pike |
| 2015-11-18 | encoding/asn1: enforce use of short form lengths. | David Benjamin |
| 2015-11-14 | encoding/json: use reflect.SetBytes when decoding bytes | Håvard Haugen |
| 2015-11-10 | html/template, encoding/asn1: fix test errors | Dominik Honnef |
| 2015-10-26 | encoding/xml: check for exported fields in embedded structs | Marcel van Lohuizen |
| 2015-10-26 | encoding/json: check for exported fields in embedded structs | Marcel van Lohuizen |
| 2015-10-14 | encoding/json: simplify encodeState.{string, stringBytes} | Nodir Turakulov |
| 2015-10-14 | encoding/csv: indicate package of EOF in docs | Katrina Owen |
| 2015-10-06 | encoding/gob: fix typo in documentation | Tormod Erevik Lea |
| 2015-09-30 | encoding/binary: document that Read returns io.EOF iff zero bytes are read | Joe Tsai |
| 2015-09-28 | encoding/json: document that encoding.TextMarshaler is used if no (json) Mars... | Robert Griesemer |
| 2015-09-23 | encoding/json: spell "marshaling" and "unmarshaling" consistently | Andrew Gerrand |
| 2015-09-21 | encoding/json: scanner: use byte, more consistent | Marvin Stenger |
| 2015-09-17 | encoding/gob: document allocation/merge behavior | Rob Pike |
| 2015-09-11 | encoding/base64,xml: map/slice literals janitoring | Didier Spezia |
| 2015-09-10 | encoding/xml: Return SyntaxError for unmatched root start elements. | Robert Stepanek |
| 2015-08-29 | encoding/asn1: fix panic when Marshaling nil. | Michal Bohuslávek |
| 2015-08-25 | encoding/gob: remove always false comparison | Todd Neal |
| 2015-08-24 | encoding/asn1: fix unused assignments | Tarmigan Casebolt |
| 2015-08-21 | all: fix some vet-caught formatting errors, mostly but not only in tests | Rob Pike |
| 2015-08-21 | encoding/base64: fix copy-paste-o bug in RawURLEncoding docs | Brad Fitzpatrick |
| 2015-07-30 | encoding/json: revert "fix decoding of JSON null values" | Russ Cox |
| 2015-07-28 | encoding/json: test style tweaks | Brad Fitzpatrick |
| 2015-07-28 | encoding/json: take new decoder code off Decode path completely | Russ Cox |
| 2015-07-28 | encoding/json: fix EOF bug decoding HTTP stream | Peter Waldschmidt |
| 2015-07-27 | encoding/xml: fix race using finfo.parents in s.trim | Russ Cox |
| 2015-07-27 | encoding/json: add JSON streaming parse API | Peter Waldschmidt |
| 2015-07-27 | encoding/xml: restore Go 1.4 name space behavior | Russ Cox |
| 2015-07-23 | encoding/xml: EncodeToken silently eats tokens with invalid type | Didier Spezia |
| 2015-07-22 | encoding/json: fix decoding of JSON null values | Didier Spezia |
| 2015-07-15 | encoding/json: document and test overwrite of slice, map during Unmarshal | Russ Cox |
| 2015-07-15 | encoding/json: fix out of phase error unmarshaling non-string into TextUnmars... | Russ Cox |
| 2015-07-15 | encoding/xml: improve marshaller sanity checks of directives | Didier Spezia |