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
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
2014-09-25
encoding/gob: error rather than panic when decoding enormous slices
Rob Pike
2014-09-18
encoding/gob: speedup encoding
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]