summaryrefslogtreecommitdiff
path: root/src/encoding
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: update docs to follow conventionSam Whited2016-07-062-6/+6
* encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke2016-07-053-13/+66
* encoding/gob: avoid allocating string for map keyDavid Crawshaw2016-06-281-3/+3
* encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw2016-06-271-10/+13
* encoding/csv: update doc about comments whitespaceJess Frazelle2016-06-101-26/+27
* encoding/json: fix docs on valid key namesDavid Glasser2016-06-031-2/+2
* encoding/json: improve Decode exampleQuentin Smith2016-05-261-2/+1
* encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor2016-05-251-0/+2
* all: fixed a handful of typosRobert Griesemer2016-05-241-1/+1
* encoding/json: rename Indent method to SetIndentRuss Cox2016-05-242-6/+13
* encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox2016-05-242-8/+13
* encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox2016-05-242-13/+208
* encoding/json: document that object keys are sortedScott Bell2016-05-161-2/+2
* encoding/json: support maps with integer keysCaleb Spare2016-05-103-22/+158
* all: fix copy-and-paste errors in testsAlberto Donizetti2016-05-061-2/+2
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-224-93/+150
* encoding/gob: document compatibilityRob Pike2016-04-221-0/+6
* encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick2016-04-163-11/+11
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-153-5/+5
* all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann2016-04-101-1/+1
* encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen2016-04-062-1/+58
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-054-40/+123
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-1/+1
* cmd/compile: extend prove pass to handle constant comparisonsKeith Randall2016-03-311-12/+12
* encoding/asn1: tags should be encoded in minimal form.David Benjamin2016-03-252-1/+8
* all: delete dead non-test codeDominik Honnef2016-03-251-4/+3
* all: zero mtimes in testdata gz filesCaleb Spare2016-03-251-0/+0
* encoding/json: add (*Encoder).IndentCaleb Spare2016-03-252-1/+51
* encoding/json, internal/testenv: use FatalfDominik Honnef2016-03-221-1/+1
* encoding/binary: fix bound checkAlexandru Moșoi2016-03-212-12/+39
* all: delete dead test codeDominik Honnef2016-03-212-10/+0
* encoding/binary: don't assume b.N > 0Marcel van Lohuizen2016-03-181-3/+3
* encoding/binary: improve error messages for benchmarksMarcel van Lohuizen2016-03-181-2/+2
* encoding/binary: remove bound checks from conversions.Alexandru Moșoi2016-03-171-2/+18
* encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare2016-03-152-1/+46
* all: single space after period.Brad Fitzpatrick2016-03-0227-97/+97
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0122-22/+22
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-292-18/+21
* all: fix typos and spellingMartin Möhrmann2016-02-243-4/+4
* encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren2016-02-241-0/+2
* encoding/hex: minor cleanupJosh Bleecher Snyder2016-02-211-1/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-195-9/+9
* encoding/xml: update docs for TokenRuss Cox2016-01-241-1/+2
* encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor2016-01-081-0/+1
* encoding/base64: fix streaming decode of padding-free base64Russ Cox2016-01-082-29/+72
* encoding/asn1: fix off-by-one in parseBase128Int.David Benjamin2016-01-062-1/+3
* encoding/pem: make TestFuzz testing/quick safeMatt T. Proud2015-12-081-10/+18
* encoding/json: document Indent's preservation of trailing spacesRuss Cox2015-12-081-2/+6
* encoding/gob: document behavior of zero-valued arrays, slices, and mapsRob Pike2015-12-071-12/+14
* encoding/json: streamline, unexport valid Number checkingRuss Cox2015-12-043-101/+44