aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2015-05-20encoding/gob: fix docsShenghou Ma
2015-05-15encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen
2015-05-14encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder
2015-05-12encoding/gob: add "too big" check when writing a messageRob Pike
2015-04-28encoding/asn1: Improved control of flags and timesRichard Barnes
2015-04-27encoding/xml: do not escape newlinesRoger Peppe
2015-04-26encoding/csv: Preallocate records sliceJustin Nuß
2015-04-24encoding/base64: Optimize EncodeToString and DecodeString.Egon Elbre
2015-04-17encoding/gob: fix hang from skipping large slicesMatthew Dempsky
2015-04-09encoding/gob: more checks for corrupted dataRob Pike
2015-04-08encoding/gob: clean up decoderMap after errBadTypeHåvard Haugen
2015-04-07encoding/gob: more cleanups handling slice lengthRob Pike
2015-04-07encoding/gob: make method doc string match method namekortschak
2015-04-06encoding/gob: change panic into error for corrupt inputRob Pike
2015-03-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-14encoding/binary: cull dead codeJosh Bleecher Snyder
2015-03-09encoding/xml: fix default namespace of tagsRoger Peppe
2015-03-03encoding/xml: fix namespaces in a>b tagsRoger Peppe
2015-02-25encoding/xml: add more marshalTests tests.Nigel Tao
2015-02-18encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2015-02-09encoding/xml: add more EncodeToken tests.Nigel Tao
2015-02-07encoding/xml: avoid an allocation for tags without attributesBrian Smith
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-29encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru
2015-01-15encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov
2014-12-28encoding/gob: address go vet reportEmil Hessman
2014-12-28encoding/json: address go vet reportsEmil Hessman
2014-12-22encoding/binary: check for unsigned integers in intDataSize.Stan Schwertly
2014-12-22encoding/base64: add unpadded encodings, and test all encodings.Bryan Ford
2014-12-21encoding/pem: eliminate allocations for newlines during encodingBen Burkert
2014-12-14encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand
2014-12-05encoding/xml: remove SyntaxError.ByteRuss Cox
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-19encoding/gob: fix print format in generated decoder helpersRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-10-17encoding/gob: speed up encoding of arrays and slicesRob Pike
2014-10-14encoding/gob: make encoding structs a little fasterRob Pike
2014-10-09encoding/asn1: fix explicitly tagged Times.Adam Langley
2014-10-07encoding/json: fix handling of null with ,string fieldsRuss Cox
2014-10-06encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox
2014-10-02encoding/binary: fix error messageRobert Griesemer
2014-10-01encoding/json: don't panic on incorrect map argumentRobert Griesemer
2014-10-01encoding/binary: slightly better documentationRobert Griesemer
2014-09-30encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley
2014-09-25encoding/gob: fix 386 buildRob Pike