aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding
AgeCommit message (Expand)Author
2013-11-18[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalTextAndrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: expose encode/decode exampleAndrew Gerrand
2013-11-01[release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand
2013-10-17encoding/xml: accept chains of interfaces and pointersRuss Cox
2013-10-08encoding/gob: add examplesRob Pike
2013-10-03encoding/json: add an example for RawMessageJosh Bleecher Snyder
2013-09-30undo CL 14154043 / 3e485428767eCarl Shapiro
2013-09-30encoding/gob: do not hide pointer argument for the garbage collectorCarl Shapiro
2013-09-27encoding/json: Tweak documentation for Encoder.Encode.Kamil Kisiel
2013-09-27all: fix some mistakes found by go tool vet .Rob Pike
2013-09-23encoding/json: don't cache value addressability when building first encoderBrad Fitzpatrick
2013-09-17encoding/xml: remove dead codeRobert Griesemer
2013-09-16encoding/gob: ignore chan and func fields of structuresRob Pike
2013-09-15encoding/xml: document behavior for undefined name space prefixesRuss Cox
2013-09-12encoding/xml: add Encoder.FlushRuss Cox
2013-09-09encoding/json: document actual behavior for Unmarshal into interface{}Russ Cox
2013-09-09encoding/xml: fix panic in MarshalRuss Cox
2013-09-06undo CL 13004046 / 5db14b33d6efRob Pike
2013-08-29undo CL 13180043 / 318540e7857fAndrew Gerrand
2013-08-29encoding/json: add "overflow" struct tag optionAndrew Gerrand
2013-08-27encoding/binary: use bytes.Reader in read exampleMathieu Lonjaret
2013-08-21all: protect alloc count tests by -testing.shortRob Pike
2013-08-19encoding/xml: flush buffer after encoding tokenDominik Honnef
2013-08-14encoding/xml: support generic encoding interfacesRuss Cox
2013-08-14encoding/xml: add, support Marshaler interfaceRuss Cox
2013-08-14encoding/xml: add, support Unmarshaler interfaceRuss Cox
2013-08-14encoding/json: support encoding.TextMarshaler, encoding.TextUnmarshalerRuss Cox
2013-08-14undo CL 12603044 / 2ca230b93195Russ Cox
2013-08-14encoding/gob: support new generic interfaces in package encodingRuss Cox
2013-08-14encoding: new packageRuss Cox
2013-08-14encoding/xml: add, support Marshaler interfaceRuss Cox
2013-08-14encoding/binary: make Write work like ReadRob Pike
2013-08-10encoding/binary: better description for intReadSizeRob Pike
2013-08-10encoding/binary: fast path for reading slicesRob Pike
2013-08-09encoding/json: escape & alwaysRuss Cox
2013-08-09encoding/json: faster encodingBrad Fitzpatrick
2013-08-09encoding/binary: fix 32-bit buildRob Pike
2013-08-09encoding/binary: speed up writing slices of integersRob Pike
2013-08-09encoding/binary: document its goals betterRob Pike
2013-08-09encoding/csv: always allow trailing commasPieter Droogendijk
2013-08-08encoding/xml: allow attributes stored in pointers to be marshaled.Dmitriy Shelenin
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-08-03various: deleted unused itemsRob Pike
2013-07-30encoding/xml: Do not pass through invalid utf8 bytesAlex A Skinner
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-07-22all: change "true iff" to "whether" in public docsBrad Fitzpatrick
2013-07-12encoding/json: add more tests for UTF-8 coercionRuss Cox
2013-07-12undo CL 11161044 / ba455262a9dbRuss Cox
2013-07-12encoding/json: coerce invalid UTF-8 to valid UTF-8 during MarshalRuss Cox