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
2016-05-16
encoding/json: document that object keys are sorted
Scott Bell
2016-05-10
encoding/json: support maps with integer keys
Caleb Spare
2016-05-06
all: fix copy-and-paste errors in tests
Alberto Donizetti
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
encoding/gob: document compatibility
Rob Pike
2016-04-16
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-10
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2016-04-06
encoding/json: respect json.Marshaler when encoding byte kind slices
Håvard Haugen
2016-04-05
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-31
cmd/compile: extend prove pass to handle constant comparisons
Keith Randall
2016-03-25
encoding/asn1: tags should be encoded in minimal form.
David Benjamin
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-25
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-25
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-22
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2016-03-21
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-18
encoding/binary: don't assume b.N > 0
Marcel van Lohuizen
2016-03-18
encoding/binary: improve error messages for benchmarks
Marcel van Lohuizen
2016-03-17
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
2016-03-15
encoding/base64: correct DecodedLen overestimate for unpadded encodings
Caleb Spare
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-24
encoding/csv: clarify that TrimLeadingSpace can trim the delimiter
Eric Lagergren
2016-02-21
encoding/hex: minor cleanup
Josh Bleecher Snyder
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-24
encoding/xml: update docs for Token
Russ Cox
2016-01-08
encoding/json: doc: Decode only writes to exported fields
Ian Lance Taylor
2016-01-08
encoding/base64: fix streaming decode of padding-free base64
Russ Cox
2016-01-06
encoding/asn1: fix off-by-one in parseBase128Int.
David Benjamin
2015-12-08
encoding/pem: make TestFuzz testing/quick safe
Matt T. Proud
2015-12-08
encoding/json: document Indent's preservation of trailing spaces
Russ Cox
2015-12-07
encoding/gob: document behavior of zero-valued arrays, slices, and maps
Rob Pike
2015-12-04
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-12-03
encoding/asn1: export tag and class constants
Brad Fitzpatrick
2015-12-03
encoding/json: revise docs for Unmarshal into map, slice, array
Russ Cox
2015-12-03
encoding/xml: document new chardata tag
Russ Cox
2015-12-01
encoding/base64: add package-level example
Russ Cox
2015-12-01
encoding/asn1: Reject invalid INTEGERs.
David Benjamin
2015-11-25
encoding/xml: case-insensitive encoding recognition
Giulio Iotti
2015-11-25
encoding/xml: reject invalid comments
Michal Bohuslávek
2015-11-25
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2015-11-25
encoding/json: check if Number is valid
Erik Dubbelboer
2015-11-24
encoding/gob: document that zero elements of arrays and slices are sent
Rob Pike
2015-11-18
encoding/asn1: enforce use of short form lengths.
David Benjamin
[prev]
[next]