aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2018-08-02encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick
2018-08-02encoding/xml: remove some primordial semicolonsBrad Fitzpatrick
2018-06-13encoding/gob: correct issue number typo in commentIan Lance Taylor
2018-06-12encoding/base32: eliminate alphabet bounds checkNiek Sanders
2018-06-07encoding/asn1: gofmtTobias Klauser
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-31encoding/hex: improve Decode and DecodeString docsJosh Bleecher Snyder
2018-05-31encoding/asn1: fix returned type for an Object IdentifierConstantin Konstantinidis
2018-05-22encoding/base32: remove redundant conditionaldchenk
2018-05-17encoding/asn1: allow Marshaling and Unmarshaling private tag classHAMANO Tsukasa
2018-05-16encoding/base32: handle NoPadding in NewDecoderGustav Westling
2018-05-09encoding/base32: handle NoPadding when using buffered encoding in CloseGustav Westling
2018-05-09encoding/base32: handle surplus padding consistentlyGustav Westling
2018-05-09encoding/xml: fix valid character rangeArtyom Pervukhin
2018-05-08encoding/binary: returns length of bool slice in intDataSizeJoe Kyo
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-25encoding/base64: fix format errorRuss Cox
2018-04-20encoding/json: remove unnecessary if conditionstengufromsky
2018-04-17encoding/json: simplify dominantFieldMichael Fraenkel
2018-04-17encoding/hex: fix Dumper not always closing on Close callTim Cooper
2018-04-15encoding/xml: remove unnecessary if conditionstengufromsky
2018-04-13encoding/json: make use of encodeStatePool in MarshalJeremy Jackins
2018-04-09encoding/json: remove unnecessary else conditionsbontequero
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-24all: remove some unused return parametersDaniel Martí
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2018-03-09encoding/gob: work around TestFuzzOneByte panicDaniel Martí
2018-03-09encoding/csv: disallow quote for use as CommaJoe Tsai
2018-03-08encoding/csv: avoid mangling invalid UTF-8 in WriterJoe Tsai
2018-03-06encoding/binary: use an offset instead of slicingJosh Bleecher Snyder
2018-03-03encoding/json: apply conventional error handling in decoderPascal S. de Kloe
2018-03-03encoding/json: use sync.Map for field cacheJoe Tsai
2018-03-01encoding/json: read ahead after value consumptionPascal S. de Kloe
2018-03-01encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()Joe Tsai
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-19encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti
2018-02-14encoding/json: make error capture logic in recover more type safeJoe Tsai
2018-02-14encoding/hex: fix potential incorrect Dumper output when Close is called mult...Tim Cooper
2018-01-04encoding/gob: avoid race on idToTypeIan Lance Taylor
2017-12-31encoding/xml: remove duplicate test of element presenceIgor Vashyst
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-12-06encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox
2017-12-05encoding/csv: truncate carriage returns at EOFJoe Tsai
2017-12-05encoding/asn1: allow '&' in PrintableString fieldschristopher-henderson
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-27encoding/json: remove the word "text" in "JSON text" from package docs.rajender
2017-11-27encoding/json: update RFC numberrajender
2017-11-25encoding/asn1: support Unmarshaling NumericStringMansour Rahimi
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter