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
2014-01-01
encoding/hex: add Decode test case with uppercase hex characters
Shawn Smith
2013-12-18
encoding/json: use sync.Pool
Brad Fitzpatrick
2013-12-18
encoding/asn1: Fix parsing of non-printable strings in
Jakob Borg
2013-12-18
encoding/csv: remove unused unreadRune function
Shawn Smith
2013-12-18
encoding/asn1: add more test cases for BitString.At and TestUTCTime, add test...
Shawn Smith
2013-12-18
encoding/json: add test for HTMLEscape
Shawn Smith
2013-12-18
encoding/ascii85: add empty string case for Encode test
Shawn Smith
2013-12-18
encoding/json: speed up decoding
Brad Fitzpatrick
2013-12-03
encoding/gob: do not hide an unsafe.Pointer in a uintptr
Carl Shapiro
2013-11-13
encoding/gob: do not use MarshalText, UnmarshalText
Russ Cox
2013-11-14
encoding/gob: expose encode/decode example
Andrew Gerrand
2013-10-29
encoding/xml: fix doc comment
Russ Cox
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
[prev]
[next]