aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2019-03-02encoding/base64: remove ineffectual assignment in testLeon Klingele
2019-03-02encoding/base32: remove ineffectual assignment in testLeon Klingele
2019-02-27encoding/json: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2019-02-26encoding/base32: simplify and speed up decoderDaniel Martí
2019-02-26encoding/json: add example for json.HTMLEscapeKetan Parmar
2019-01-15encoding/json: add comment for mashalererror structGuilhermeCaruso
2018-12-28encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2018-11-19encoding/pem: test getLine does not include trailing whitespaceSanthosh Kumar Tekuri
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-28encoding/json: add example to Validhearot
2018-10-22encoding/gob: delete out of memory testRob Pike
2018-10-22encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machinesRob Pike
2018-10-16encoding/json: always verify we can get a field's valueDaniel Martí
2018-10-16encoding/json: fix "data changed underfoot?" panicDaniel Martí
2018-10-12encoding/base64: fix typo in decodeQuantum docsMihai Todor
2018-10-06encoding/json: use isSpace in stateEndTopGabriel Aszalos
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-12encoding/json: use panics for phase errorsDaniel Martí
2018-09-12encoding/json: more tests to cover decoding edge casesDaniel Martí
2018-09-06encoding/json: recover saved error context when unmarshallingIan Davis
2018-09-04encoding/binary: simplify Read and WriteJosh Bleecher Snyder
2018-09-03encoding/pem: fix for TestFuzz, PEM type should not contain a colonIvan Kutuzov
2018-08-28encoding/json: fix UnmarshalTypeError without field and struct valuesTaesu Pyo
2018-08-26encoding/json: fix handling of nil anonymous structsDaniel Martí
2018-08-26encoding/json: get rid of the stream_test.go TODOsDaniel Martí
2018-08-25encoding/json: remove a branch in the structEncoder loopDaniel Martí
2018-08-25encoding/json: avoid some more pointer receiversDaniel Martí
2018-08-22encoding/base64: slight decoding speed-upDaniel Martí
2018-08-22encoding/json: simplify some pieces of the encoderDaniel Martí
2018-08-22encoding/json: inline fieldByIndexDaniel Martí
2018-08-22encoding/json: simplify the structEncoder typeDaniel Martí
2018-08-21encoding/json: various minor decoder speed-upsDaniel Martí
2018-08-21encoding/json: defer error context work until necessaryDaniel Martí
2018-08-21encoding/json: remove alloc when encoding short byte slicesDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2018-08-21encoding/json: call reflect.TypeOf with nil pointers rather than allocatingTim Cooper
2018-08-21encoding/json: eliminate superfluous space in Decoder.Token error messagesPhilip Børgesen
2018-08-21encoding/hex: pre-allocate Dump bufferTim Cooper
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