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
/
json
Age
Commit message (
Expand
)
Author
2015-07-22
encoding/json: fix decoding of JSON null values
Didier Spezia
2015-07-15
encoding/json: document and test overwrite of slice, map during Unmarshal
Russ Cox
2015-07-15
encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...
Russ Cox
2015-07-15
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-18
encoding/json: Remove extra allocation in scanner.
Peter Waldschmidt
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-02-18
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2015-01-29
encoding/json: add UnmarshalTypeError.Offset
Alex Plugaru
2014-12-28
encoding/json: address go vet reports
Emil Hessman
2014-12-14
encoding/json: mention that the "string" tag applies to booleans
Andrew Gerrand
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
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-01
encoding/json: don't panic on incorrect map argument
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]