aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2016-01-08encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2016-01-06encoding/asn1: fix off-by-one in parseBase128Int.David Benjamin
2015-12-08encoding/pem: make TestFuzz testing/quick safeMatt T. Proud
2015-12-08encoding/json: document Indent's preservation of trailing spacesRuss Cox
2015-12-07encoding/gob: document behavior of zero-valued arrays, slices, and mapsRob Pike
2015-12-04encoding/json: streamline, unexport valid Number checkingRuss Cox
2015-12-03encoding/asn1: export tag and class constantsBrad Fitzpatrick
2015-12-03encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox
2015-12-03encoding/xml: document new chardata tagRuss Cox
2015-12-01encoding/base64: add package-level exampleRuss Cox
2015-12-01encoding/asn1: Reject invalid INTEGERs.David Benjamin
2015-11-25encoding/xml: case-insensitive encoding recognitionGiulio Iotti
2015-11-25encoding/xml: reject invalid commentsMichal Bohuslávek
2015-11-25encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-11-24encoding/gob: document that zero elements of arrays and slices are sentRob Pike
2015-11-18encoding/asn1: enforce use of short form lengths.David Benjamin
2015-11-14encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen
2015-11-10html/template, encoding/asn1: fix test errorsDominik Honnef
2015-10-26encoding/xml: check for exported fields in embedded structsMarcel van Lohuizen
2015-10-26encoding/json: check for exported fields in embedded structsMarcel van Lohuizen
2015-10-14encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov
2015-10-14encoding/csv: indicate package of EOF in docsKatrina Owen
2015-10-06encoding/gob: fix typo in documentationTormod Erevik Lea
2015-09-30encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai
2015-09-28encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer
2015-09-23encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-09-17encoding/gob: document allocation/merge behaviorRob Pike
2015-09-11encoding/base64,xml: map/slice literals janitoringDidier Spezia
2015-09-10encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek
2015-08-29encoding/asn1: fix panic when Marshaling nil.Michal Bohuslávek
2015-08-25encoding/gob: remove always false comparisonTodd Neal
2015-08-24encoding/asn1: fix unused assignmentsTarmigan Casebolt
2015-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-08-21encoding/base64: fix copy-paste-o bug in RawURLEncoding docsBrad Fitzpatrick
2015-07-30encoding/json: revert "fix decoding of JSON null values"Russ Cox
2015-07-28encoding/json: test style tweaksBrad Fitzpatrick
2015-07-28encoding/json: take new decoder code off Decode path completelyRuss Cox
2015-07-28encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt
2015-07-27encoding/xml: fix race using finfo.parents in s.trimRuss Cox
2015-07-27encoding/json: add JSON streaming parse APIPeter Waldschmidt
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-07-23encoding/xml: EncodeToken silently eats tokens with invalid typeDidier Spezia
2015-07-22encoding/json: fix decoding of JSON null valuesDidier Spezia
2015-07-15encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox
2015-07-15encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox
2015-07-15encoding/xml: improve marshaller sanity checks of directivesDidier Spezia