aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2020-05-27[release-branch.go1.14] encoding/json: don't mangle strings in an edge case w...Daniel Martí
2020-05-27[release-branch.go1.14] encoding/json: properly encode strings with ",string"...Daniel Martí
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-20encoding/base64: document that Strict mode still ignores newlinesFilippo Valsorda
2019-11-11encoding/json: error when encoding a pointer cycleDaniel Martí
2019-11-08Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"Than McIntosh
2019-11-08encoding/binary: add float support to fast pathMartin Garton
2019-11-08encoding/asn1: fix unmarshalling SEQUENCE OF SETkaxapi
2019-11-08encoding/binary: make Read return an error when data is not a pointerUdalov Max
2019-11-01encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer
2019-10-31encoding/json: avoid work when unquoting strings, take 2Daniel Martí
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
2019-10-28encoding/json: remove allocation when using a Marshaler with value receiverPhil Pearl
2019-10-27encoding/json: improve performance of CompactPhil Pearl
2019-10-16encoding/json: correct caller's name in encoding errorsEugene Kalinin
2019-10-11encoding/json: add Decoder.InputOffset for offset accessFrancesco Renzi
2019-10-10encoding/json: support TextUnmarshaler for map keys with string underlying typesCuong Manh Le
2019-10-10encoding/json: stop escaping U+2028 and U+2029 in CompactTom Thorogood
2019-09-16encoding/json: validate strings when decoding into NumberLucas Bremgartner
2019-09-16encoding/json: make Number with the ,string option marshal with quotesLucas Bremgartner
2019-09-11encoding/json: encode nil encoding.TextMarshaler instance as "null"William Poussier
2019-09-11encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner
2019-09-11encoding/base32: increase performance and code reuseSven Taute
2019-09-10encoding/json: don't reset before returning buffer to poolandig
2019-09-10encoding/json: don't indirect pointers when decoding nullRomain Baugue
2019-09-09encoding/asn1: handle ASN1's string type BMPStringsergeilem
2019-09-09src: gofmt -sAinar Garipov
2019-09-09encoding/json: clarify Unmarshal behavior for map keysEli Bendersky
2019-09-08all: fix typosAinar Garipov
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-09-02encoding/json: fix scanner byte offset on scanEnditchyny
2019-09-01encoding/json: revert Compact HTML escaping documentationTom Thorogood
2019-09-01encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2019-08-27encoding/json: remove unnecessary isValidNumber callDaniel Martí
2019-08-27encoding/json: fix the broken "overwriting of data" testsDaniel Martí
2019-08-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-08-18encoding/json: fix format string in the Fuzz funcDmitry Vyukov
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-07-06encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí
2019-05-22encoding/gob: properly ignore errorsLeon Klingele
2019-05-22all: shorten some testsRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-05-09encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-30encoding/gob: adding missing fuzz skip to one of the fuzz testsBrad Fitzpatrick
2019-04-30encoding/csv: add a Fuzz functionRomain Baugue
2019-04-30encoding/json: fix Unmarshal hang on recursive pointersLE Manh Cuong