aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2016-09-08encoding/hex: implement examples using all exported functionsEmmanuel Odeke
2016-09-08encoding/json: Use a lookup table for safe charactersKevin Burke
2016-08-22encoding/xml: do not ignore error return from copyValueEric Lagergren
2016-08-19encoding/gob: error out instead of panicking on nil dereferenceEmmanuel Odeke
2016-08-19encoding/pem: be stricter about the ending line.Adam Langley
2016-08-17encoding/hex: change lookup table from string to arrayAlberto Donizetti
2016-08-16encoding/json: add example for RawMessage marshallingCarlos C
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-06-28encoding/gob: avoid allocating string for map keyDavid Crawshaw
2016-06-27encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw
2016-06-10encoding/csv: update doc about comments whitespaceJess Frazelle
2016-06-03encoding/json: fix docs on valid key namesDavid Glasser
2016-05-26encoding/json: improve Decode exampleQuentin Smith
2016-05-25encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor
2016-05-24all: fixed a handful of typosRobert Griesemer
2016-05-24encoding/json: rename Indent method to SetIndentRuss Cox
2016-05-24encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox
2016-05-24encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox
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