aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2016-05-16encoding/json: document that object keys are sortedScott Bell
2016-05-10encoding/json: support maps with integer keysCaleb Spare
2016-05-06all: fix copy-and-paste errors in testsAlberto Donizetti
2016-04-22encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare
2016-04-22encoding/gob: document compatibilityRob Pike
2016-04-16encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-04-06encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen
2016-04-05encoding/json: allow non-string type keys for (un-)marshalAugusto Roman
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2016-03-31cmd/compile: extend prove pass to handle constant comparisonsKeith Randall
2016-03-25encoding/asn1: tags should be encoded in minimal form.David Benjamin
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-25encoding/json: add (*Encoder).IndentCaleb Spare
2016-03-22encoding/json, internal/testenv: use FatalfDominik Honnef
2016-03-21encoding/binary: fix bound checkAlexandru Moșoi
2016-03-21all: delete dead test codeDominik Honnef
2016-03-18encoding/binary: don't assume b.N > 0Marcel van Lohuizen
2016-03-18encoding/binary: improve error messages for benchmarksMarcel van Lohuizen
2016-03-17encoding/binary: remove bound checks from conversions.Alexandru Moșoi
2016-03-15encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren
2016-02-21encoding/hex: minor cleanupJosh Bleecher Snyder
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-24encoding/xml: update docs for TokenRuss Cox
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