index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
encoding
Age
Commit message (
Expand
)
Author
2013-11-18
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText
Andrew Gerrand
2013-11-18
[release-branch.go1.2] encoding/gob: expose encode/decode example
Andrew Gerrand
2013-11-01
[release-branch.go1.2] encoding/xml: fix doc comment
Andrew Gerrand
2013-10-17
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-08
encoding/gob: add examples
Rob Pike
2013-10-03
encoding/json: add an example for RawMessage
Josh Bleecher Snyder
2013-09-30
undo CL 14154043 / 3e485428767e
Carl Shapiro
2013-09-30
encoding/gob: do not hide pointer argument for the garbage collector
Carl Shapiro
2013-09-27
encoding/json: Tweak documentation for Encoder.Encode.
Kamil Kisiel
2013-09-27
all: fix some mistakes found by go tool vet .
Rob Pike
2013-09-23
encoding/json: don't cache value addressability when building first encoder
Brad Fitzpatrick
2013-09-17
encoding/xml: remove dead code
Robert Griesemer
2013-09-16
encoding/gob: ignore chan and func fields of structures
Rob Pike
2013-09-15
encoding/xml: document behavior for undefined name space prefixes
Russ Cox
2013-09-12
encoding/xml: add Encoder.Flush
Russ Cox
2013-09-09
encoding/json: document actual behavior for Unmarshal into interface{}
Russ Cox
2013-09-09
encoding/xml: fix panic in Marshal
Russ Cox
2013-09-06
undo CL 13004046 / 5db14b33d6ef
Rob Pike
2013-08-29
undo CL 13180043 / 318540e7857f
Andrew Gerrand
2013-08-29
encoding/json: add "overflow" struct tag option
Andrew Gerrand
2013-08-27
encoding/binary: use bytes.Reader in read example
Mathieu Lonjaret
2013-08-21
all: protect alloc count tests by -testing.short
Rob Pike
2013-08-19
encoding/xml: flush buffer after encoding token
Dominik Honnef
2013-08-14
encoding/xml: support generic encoding interfaces
Russ Cox
2013-08-14
encoding/xml: add, support Marshaler interface
Russ Cox
2013-08-14
encoding/xml: add, support Unmarshaler interface
Russ Cox
2013-08-14
encoding/json: support encoding.TextMarshaler, encoding.TextUnmarshaler
Russ Cox
2013-08-14
undo CL 12603044 / 2ca230b93195
Russ Cox
2013-08-14
encoding/gob: support new generic interfaces in package encoding
Russ Cox
2013-08-14
encoding: new package
Russ Cox
2013-08-14
encoding/xml: add, support Marshaler interface
Russ Cox
2013-08-14
encoding/binary: make Write work like Read
Rob Pike
2013-08-10
encoding/binary: better description for intReadSize
Rob Pike
2013-08-10
encoding/binary: fast path for reading slices
Rob Pike
2013-08-09
encoding/json: escape & always
Russ Cox
2013-08-09
encoding/json: faster encoding
Brad Fitzpatrick
2013-08-09
encoding/binary: fix 32-bit build
Rob Pike
2013-08-09
encoding/binary: speed up writing slices of integers
Rob Pike
2013-08-09
encoding/binary: document its goals better
Rob Pike
2013-08-09
encoding/csv: always allow trailing commas
Pieter Droogendijk
2013-08-08
encoding/xml: allow attributes stored in pointers to be marshaled.
Dmitriy Shelenin
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-03
various: deleted unused items
Rob Pike
2013-07-30
encoding/xml: Do not pass through invalid utf8 bytes
Alex A Skinner
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-22
all: change "true iff" to "whether" in public docs
Brad Fitzpatrick
2013-07-12
encoding/json: add more tests for UTF-8 coercion
Russ Cox
2013-07-12
undo CL 11161044 / ba455262a9db
Russ Cox
2013-07-12
encoding/json: coerce invalid UTF-8 to valid UTF-8 during Marshal
Russ Cox
[next]