summaryrefslogtreecommitdiff
path: root/src/encoding
Commit message (Expand)AuthorAgeFilesLines
* all: make spelling consistentBrad Fitzpatrick2016-12-081-1/+1
* encoding/binary: document the new bool supportBrad Fitzpatrick2016-12-011-1/+4
* encoding/json: document what happens to MarshalText's resultRuss Cox2016-11-221-1/+1
* encoding/hex: Document DecodedLen.Thordur Bjornsson2016-11-131-0/+3
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-127-18/+18
* encoding/json: encode nil Marshaler as "null"Emmanuel Odeke2016-11-112-1/+43
* encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith2016-11-092-1/+22
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-042-0/+3
* encoding/json: example on MarshalJSON, UnmarshalJSONEmmanuel Odeke2016-11-031-0/+73
* encoding/asn1: document that default:x tag only has meaning with optional tagRuss Cox2016-11-031-1/+1
* encoding/asn1: return error for unexported fields in Marshal, UnmarshalHiroshi Ioka2016-11-033-1/+43
* encoding/json: marshal with null when RawMessage is nilJoe Tsai2016-11-012-33/+100
* encoding/csv: document Read error behaviorRuss Cox2016-10-281-2/+6
* encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick2016-10-262-4/+17
* encoding/json: fix bad formatting introduced in CL 20356Russ Cox2016-10-241-2/+2
* encoding/xml: add wildcard support for collecting all attributesRuss Cox2016-10-184-27/+140
* encoding/asn1: return error instead of dereferencing nil *big.Int in marshalingHiroshi Ioka2016-10-173-8/+40
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-172-37/+219
* encoding/pem: add Decode exampleVictor Vrantchan2016-10-171-0/+44
* encoding/xml: split attribute marshaling into its own methodRuss Cox2016-10-131-62/+70
* encoding/json: handle misspelled JSON literals in ,stringRuss Cox2016-10-132-1/+27
* encoding/xml: prevent omitempty from omitting non-nil pointers to empty valuesAllan Simon2016-10-132-9/+17
* encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang2016-10-122-3/+42
* encoding/json: explicitly document and test "-" key tagRichard Gibson2016-10-062-12/+32
* encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk2016-10-052-34/+90
* encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox2016-10-053-1/+143
* encoding/csv: avoid allocations when reading recordsJustin Nuß2016-10-051-15/+45
* encoding/csv: update and add CSV reading benchmarksBrad Fitzpatrick2016-10-051-8/+64
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-33/+17
* encoding/binary: add bool supportBlixt2016-09-282-8/+85
* encoding/json: fix a bug in the documentationmike andrews2016-09-271-1/+2
* encoding/asn1: reduce allocations in MarshalHiroshi Ioka2016-09-133-314/+317
* encoding/hex: fix example function nameJosh Bleecher Snyder2016-09-101-1/+1
* encoding/hex: implement examples using all exported functionsEmmanuel Odeke2016-09-082-3/+102
* encoding/json: Use a lookup table for safe charactersKevin Burke2016-09-082-4/+220
* encoding/xml: do not ignore error return from copyValueEric Lagergren2016-08-222-5/+17
* encoding/gob: error out instead of panicking on nil dereferenceEmmanuel Odeke2016-08-192-0/+17
* encoding/pem: be stricter about the ending line.Adam Langley2016-08-192-1/+60
* encoding/hex: change lookup table from string to arrayAlberto Donizetti2016-08-172-1/+20
* encoding/json: add example for RawMessage marshallingCarlos C2016-08-161-1/+25
* 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