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
/
encode.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-22
1
-1
/
+22
*
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-14
1
-1
/
+1
*
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2017-04-28
1
-21
/
+13
*
encoding/json: document what happens to MarshalText's result
Russ Cox
2016-11-22
1
-1
/
+1
*
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-11-11
1
-1
/
+5
*
encoding/json: explicitly document and test "-" key tag
Richard Gibson
2016-10-06
1
-12
/
+27
*
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-10-05
1
-1
/
+25
*
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-10-04
1
-33
/
+17
*
encoding/json: fix a bug in the documentation
mike andrews
2016-09-27
1
-1
/
+2
*
encoding/json: Use a lookup table for safe characters
Kevin Burke
2016-09-08
1
-4
/
+2
*
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: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-24
1
-4
/
+5
*
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
1
-8
/
+29
*
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
1
-63
/
+76
*
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-16
1
-6
/
+6
*
encoding/json: respect json.Marshaler when encoding byte kind slices
Håvard Haugen
2016-04-06
1
-1
/
+3
*
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-04-05
1
-14
/
+39
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-2
/
+2
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-12-04
1
-2
/
+3
*
encoding/json: check if Number is valid
Erik Dubbelboer
2015-11-25
1
-0
/
+5
*
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
2015-10-26
1
-1
/
+1
*
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2015-10-14
1
-10
/
+6
*
encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...
Robert Griesemer
2015-09-28
1
-1
/
+4
*
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-15
1
-1
/
+14
*
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
1
-1
/
+1
*
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-05-15
1
-2
/
+0
*
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2015-02-18
1
-2
/
+2
*
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
1
-1
/
+7
*
encoding/json: document that embedded interfaces look like non-embedded ones
Russ Cox
2014-10-06
1
-0
/
+2
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+1175