aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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
2015-07-15encoding/json: Only allow string option for valid typesLarz Conwell
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-01encoding/xml: minor changesRoger Peppe
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-29encoding/binary: update protobuf documentation linkDmitry Savintsev
2015-06-29encoding/asn1: don't parse invalid UTF-8.Adam Langley
2015-06-29encoding/asn1: be stricter by reserialising parsed times.Adam Langley
2015-06-22encoding/csv: add examples for packageCarlos C
2015-06-18xml: add check of version in document declarationGiulio Iotti
2015-06-18encoding/json: Remove extra allocation in scanner.Peter Waldschmidt
2015-06-13encoding/asn1: check bounds when parsing tag and lengthKyle Isom
2015-06-12encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-10encoding/csv: fix comment in parseRecordAinar Garipov
2015-06-08testing/quick: probabilistically generate nil pointersHåvard Haugen
2015-06-04encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi
2015-06-01encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike
2015-05-31encoding/pem: be more permissive about decoding empty blocks.Adam Langley