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
/
encoding
Age
Commit message (
Expand
)
Author
2015-05-20
encoding/gob: fix docs
Shenghou Ma
2015-05-15
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-05-14
encoding/json: make BenchmarkSkipValue more stable
Josh Bleecher Snyder
2015-05-12
encoding/gob: add "too big" check when writing a message
Rob Pike
2015-04-28
encoding/asn1: Improved control of flags and times
Richard Barnes
2015-04-27
encoding/xml: do not escape newlines
Roger Peppe
2015-04-26
encoding/csv: Preallocate records slice
Justin Nuß
2015-04-24
encoding/base64: Optimize EncodeToString and DecodeString.
Egon Elbre
2015-04-17
encoding/gob: fix hang from skipping large slices
Matthew Dempsky
2015-04-09
encoding/gob: more checks for corrupted data
Rob Pike
2015-04-08
encoding/gob: clean up decoderMap after errBadType
Håvard Haugen
2015-04-07
encoding/gob: more cleanups handling slice length
Rob Pike
2015-04-07
encoding/gob: make method doc string match method name
kortschak
2015-04-06
encoding/gob: change panic into error for corrupt input
Rob Pike
2015-03-24
debug/dwarf, encoding/asn1, go/ast: fix old comments
Matthew Dempsky
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-14
encoding/binary: cull dead code
Josh Bleecher Snyder
2015-03-09
encoding/xml: fix default namespace of tags
Roger Peppe
2015-03-03
encoding/xml: fix namespaces in a>b tags
Roger Peppe
2015-02-25
encoding/xml: add more marshalTests tests.
Nigel Tao
2015-02-18
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-09
encoding/xml: add more EncodeToken tests.
Nigel Tao
2015-02-07
encoding/xml: avoid an allocation for tags without attributes
Brian Smith
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2015-01-29
encoding/json: add UnmarshalTypeError.Offset
Alex Plugaru
2015-01-15
encoding/xml: remove unnecessary memory allocation in Unmarshal
Dmitry Vyukov
2014-12-28
encoding/gob: address go vet report
Emil Hessman
2014-12-28
encoding/json: address go vet reports
Emil Hessman
2014-12-22
encoding/binary: check for unsigned integers in intDataSize.
Stan Schwertly
2014-12-22
encoding/base64: add unpadded encodings, and test all encodings.
Bryan Ford
2014-12-21
encoding/pem: eliminate allocations for newlines during encoding
Ben Burkert
2014-12-14
encoding/json: mention that the "string" tag applies to booleans
Andrew Gerrand
2014-12-05
encoding/xml: remove SyntaxError.Byte
Russ Cox
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-10-23
encoding/csv: for Postgres, unquote empty strings, quote \.
Russ Cox
2014-10-20
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-19
encoding/gob: fix print format in generated decoder helpers
Rob Pike
2014-10-17
encoding/gob: use simple append-only buffer for encoding
Rob Pike
2014-10-17
encoding/gob: custom array/slice decoders
Rob Pike
2014-10-17
encoding/gob: speed up encoding of arrays and slices
Rob Pike
2014-10-14
encoding/gob: make encoding structs a little faster
Rob Pike
2014-10-09
encoding/asn1: fix explicitly tagged Times.
Adam Langley
2014-10-07
encoding/json: fix handling of null with ,string fields
Russ Cox
2014-10-06
encoding/json: document that embedded interfaces look like non-embedded ones
Russ Cox
2014-10-02
encoding/binary: fix error message
Robert Griesemer
2014-10-01
encoding/json: don't panic on incorrect map argument
Robert Griesemer
2014-10-01
encoding/binary: slightly better documentation
Robert Griesemer
2014-09-30
encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.
Adam Langley
2014-09-25
encoding/gob: fix 386 build
Rob Pike
[prev]
[next]