aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2016-11-22encoding/json: document what happens to MarshalText's resultRuss Cox
2016-11-13encoding/hex: Document DecodedLen.Thordur Bjornsson
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-11encoding/json: encode nil Marshaler as "null"Emmanuel Odeke
2016-11-09encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-11-03encoding/json: example on MarshalJSON, UnmarshalJSONEmmanuel Odeke
2016-11-03encoding/asn1: document that default:x tag only has meaning with optional tagRuss Cox
2016-11-03encoding/asn1: return error for unexported fields in Marshal, UnmarshalHiroshi Ioka
2016-11-01encoding/json: marshal with null when RawMessage is nilJoe Tsai
2016-10-28encoding/csv: document Read error behaviorRuss Cox
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
2016-10-24encoding/json: fix bad formatting introduced in CL 20356Russ Cox
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
2016-10-17encoding/asn1: return error instead of dereferencing nil *big.Int in marshalingHiroshi Ioka
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2016-10-17encoding/pem: add Decode exampleVictor Vrantchan
2016-10-13encoding/xml: split attribute marshaling into its own methodRuss Cox
2016-10-13encoding/json: handle misspelled JSON literals in ,stringRuss Cox
2016-10-13encoding/xml: prevent omitempty from omitting non-nil pointers to empty valuesAllan Simon
2016-10-12encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang
2016-10-06encoding/json: explicitly document and test "-" key tagRichard Gibson
2016-10-05encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk
2016-10-05encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox
2016-10-05encoding/csv: avoid allocations when reading recordsJustin Nuß
2016-10-05encoding/csv: update and add CSV reading benchmarksBrad Fitzpatrick
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-28encoding/binary: add bool supportBlixt
2016-09-27 encoding/json: fix a bug in the documentationmike andrews
2016-09-13encoding/asn1: reduce allocations in MarshalHiroshi Ioka
2016-09-10encoding/hex: fix example function nameJosh Bleecher Snyder
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