aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2017-03-22encoding/xml: format test output using subtestsSam Whited
2017-03-21encoding/gob: document the extra byte after a singletonRob Pike
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe
2017-03-18encoding/gob: speedup floats encoding and decodingAlberto Donizetti
2017-03-17encoding/gob: make integers encoding fasterAlberto Donizetti
2017-03-13encoding/gob: add Encode-Decode Int slices testsAlberto Donizetti
2017-03-07encoding/base64, html/template: fix grammar mistakesKevin Burke
2017-03-07encoding/base64: add alphabet and padding restrictionsJosselin Costanzi
2017-03-06encoding/base64: fix decode reports incorrect indexJosselin Costanzi
2017-03-06encoding/gob: remove unused ut and atyp parametersDaniel Martí
2017-03-06encoding/xml: remove unused start parameterDaniel Martí
2017-03-01encoding/pem: refuse extra data on ending lineJoe Shaw
2017-02-14encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox
2017-02-14cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov
2017-02-10encoding/json: clarify documention for Unmarshal into a pointer.Tuo Shan
2017-02-07encoding/json: add Valid for checking validity of input bytesMatt Layher
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-01encoding/binary: document the new bool supportBrad Fitzpatrick
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