index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/json: copy-on-write cacheTypeFields
David Crawshaw
2016-06-27
1
-10
/
+13
*
encoding/json: fix docs on valid key names
David Glasser
2016-06-03
1
-2
/
+2
*
encoding/json: improve Decode example
Quentin Smith
2016-05-26
1
-2
/
+1
*
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
2
-6
/
+13
*
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
2016-05-24
2
-8
/
+13
*
encoding/json: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-24
2
-13
/
+208
*
encoding/json: document that object keys are sorted
Scott Bell
2016-05-16
1
-2
/
+2
*
encoding/json: support maps with integer keys
Caleb Spare
2016-05-10
3
-22
/
+158
*
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
4
-93
/
+150
*
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-16
3
-11
/
+11
*
encoding/json: respect json.Marshaler when encoding byte kind slices
Håvard Haugen
2016-04-06
2
-1
/
+58
*
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-04-05
4
-40
/
+123
*
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-25
1
-0
/
+0
*
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-25
2
-1
/
+51
*
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2016-03-22
1
-1
/
+1
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
4
-9
/
+9
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
11
-11
/
+11
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-2
/
+2
*
encoding/json: doc: Decode only writes to exported fields
Ian Lance Taylor
2016-01-08
1
-0
/
+1
*
encoding/json: document Indent's preservation of trailing spaces
Russ Cox
2015-12-08
1
-2
/
+6
*
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-12-04
3
-101
/
+44
*
encoding/json: revise docs for Unmarshal into map, slice, array
Russ Cox
2015-12-03
1
-5
/
+15
*
encoding/json: check if Number is valid
Erik Dubbelboer
2015-11-25
4
-0
/
+271
*
encoding/json: use reflect.SetBytes when decoding bytes
Håvard Haugen
2015-11-14
2
-1
/
+22
*
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
2015-10-26
2
-3
/
+15
*
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2015-10-14
2
-18
/
+8
*
encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...
Robert Griesemer
2015-09-28
1
-1
/
+4
*
encoding/json: spell "marshaling" and "unmarshaling" consistently
Andrew Gerrand
2015-09-23
2
-3
/
+3
*
encoding/json: scanner: use byte, more consistent
Marvin Stenger
2015-09-21
5
-62
/
+55
*
encoding/json: revert "fix decoding of JSON null values"
Russ Cox
2015-07-30
2
-76
/
+2
*
encoding/json: test style tweaks
Brad Fitzpatrick
2015-07-28
1
-18
/
+11
*
encoding/json: take new decoder code off Decode path completely
Russ Cox
2015-07-28
1
-4
/
+11
*
encoding/json: fix EOF bug decoding HTTP stream
Peter Waldschmidt
2015-07-28
2
-1
/
+48
*
encoding/json: add JSON streaming parse API
Peter Waldschmidt
2015-07-27
4
-23
/
+518
*
encoding/json: fix decoding of JSON null values
Didier Spezia
2015-07-22
2
-2
/
+76
*
encoding/json: document and test overwrite of slice, map during Unmarshal
Russ Cox
2015-07-15
2
-0
/
+16
*
encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...
Russ Cox
2015-07-15
2
-0
/
+26
*
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-15
2
-1
/
+38
*
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-07-12
1
-1
/
+1
*
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
2
-3
/
+3
*
encoding/json: Remove extra allocation in scanner.
Peter Waldschmidt
2015-06-18
2
-1
/
+19
*
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-05-15
3
-3
/
+22
*
encoding/json: make BenchmarkSkipValue more stable
Josh Bleecher Snyder
2015-05-14
1
-0
/
+1
*
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2015-02-18
1
-2
/
+2
*
encoding/json: add UnmarshalTypeError.Offset
Alex Plugaru
2015-01-29
2
-21
/
+22
*
encoding/json: address go vet reports
Emil Hessman
2014-12-28
2
-2
/
+3
*
encoding/json: mention that the "string" tag applies to booleans
Andrew Gerrand
2014-12-14
1
-2
/
+2
*
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-10-27
2
-1
/
+59
*
encoding/json: fix handling of null with ,string fields
Russ Cox
2014-10-07
2
-11
/
+50
*
encoding/json: document that embedded interfaces look like non-embedded ones
Russ Cox
2014-10-06
1
-0
/
+2
[next]