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: document what happens to MarshalText's result
Russ Cox
2016-11-22
1
-1
/
+1
*
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-12
2
-4
/
+4
*
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-11-11
2
-1
/
+43
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
2
-0
/
+3
*
encoding/json: example on MarshalJSON, UnmarshalJSON
Emmanuel Odeke
2016-11-03
1
-0
/
+73
*
encoding/json: marshal with null when RawMessage is nil
Joe Tsai
2016-11-01
2
-33
/
+100
*
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-10-26
2
-4
/
+17
*
encoding/json: fix bad formatting introduced in CL 20356
Russ Cox
2016-10-24
1
-2
/
+2
*
encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler
Russ Cox
2016-10-17
2
-37
/
+219
*
encoding/json: handle misspelled JSON literals in ,string
Russ Cox
2016-10-13
2
-1
/
+27
*
encoding/json: explicitly document and test "-" key tag
Richard Gibson
2016-10-06
2
-12
/
+32
*
encoding/json: add struct and field name to UnmarshalTypeError message
Jirka Daněk
2016-10-05
2
-34
/
+90
*
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-10-05
3
-1
/
+143
*
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
2
-4
/
+220
*
encoding/json: add example for RawMessage marshalling
Carlos C
2016-08-16
1
-1
/
+25
*
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
[next]