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
/
stream_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding: use strings.Builder
cuiweixie
2022-09-06
1
-3
/
+3
*
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-24
1
-15
/
+0
*
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-08-23
1
-0
/
+38
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
1
-35
/
+35
*
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
1
-3
/
+2
*
encoding/json: properly encode strings with ",string" again
Daniel Martí
2020-05-08
1
-3
/
+5
*
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-09-11
1
-0
/
+10
*
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-07-06
1
-0
/
+26
*
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-04-05
1
-2
/
+0
*
all: simplify multiple for loops
Daniel Martí
2019-03-08
1
-1
/
+1
*
encoding/json: get rid of the stream_test.go TODOs
Daniel Martí
2018-08-26
1
-12
/
+13
*
encoding/json: encode struct field names ahead of time
Daniel Martí
2018-08-21
1
-0
/
+9
*
encoding/json: Include the offset of a SyntaxError
Michael Fraenkel
2017-10-31
1
-7
/
+14
*
encoding/json: parallelize most benchmarks
Bryan C. Mills
2017-04-26
1
-4
/
+6
*
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
1
-1
/
+4
*
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
2016-05-24
1
-4
/
+4
*
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
1
-0
/
+33
*
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-25
1
-0
/
+30
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
encoding/json: test style tweaks
Brad Fitzpatrick
2015-07-28
1
-18
/
+11
*
encoding/json: fix EOF bug decoding HTTP stream
Peter Waldschmidt
2015-07-28
1
-0
/
+44
*
encoding/json: add JSON streaming parse API
Peter Waldschmidt
2015-07-27
1
-0
/
+111
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+206