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
*
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2021-02-25
1
-3
/
+2
*
encoding/json: added docs to UnsupportedValueError
Carlos Alexandro Becker
2020-09-25
1
-0
/
+2
*
encoding/json: detect cyclic maps and slices
lujjjh
2020-09-24
1
-0
/
+27
*
encoding/json: allow semicolon in field key / struct tag
Sean Liao
2020-09-24
1
-1
/
+1
*
Revert "encoding/json: implement Is on all errors"
Damien Neil
2020-09-14
1
-12
/
+0
*
encoding/json: implement Is on all errors
Carlos Alexandro Becker
2020-09-13
1
-0
/
+12
*
encoding/json: properly encode strings with ",string" again
Daniel Martí
2020-05-08
1
-5
/
+6
*
encoding/json: fix broken link to json.org
Jon Johnson
2020-02-22
1
-1
/
+1
*
encoding/json: error when encoding a pointer cycle
Daniel Martí
2019-11-11
1
-2
/
+27
*
encoding/json: remove allocation when using a Marshaler with value receiver
Phil Pearl
2019-10-28
1
-6
/
+9
*
encoding/json: correct caller's name in encoding errors
Eugene Kalinin
2019-10-16
1
-8
/
+16
*
encoding/json: make Number with the ,string option marshal with quotes
Lucas Bremgartner
2019-09-16
1
-0
/
+6
*
encoding/json: encode nil encoding.TextMarshaler instance as "null"
William Poussier
2019-09-11
1
-1
/
+5
*
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-09-11
1
-5
/
+5
*
encoding/json: don't reset before returning buffer to pool
andig
2019-09-10
1
-1
/
+0
*
encoding/json: fix panic for nil instances of TextMarshaler in map keys
William Poussier
2019-09-01
1
-0
/
+3
*
encoding/json: remove unnecessary isValidNumber call
Daniel Martí
2019-08-27
1
-0
/
+60
*
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-31
1
-1
/
+1
*
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-07-06
1
-2
/
+2
*
all: add Unwrap and Is methods to various error types
Damien Neil
2019-05-04
1
-0
/
+2
*
encoding/json: document HTML escaping in Compact
Russ Cox
2019-04-23
1
-5
/
+6
*
encoding/json: index names for the struct decoder
Daniel Martí
2019-04-23
1
-9
/
+18
*
all: simplify multiple for loops
Daniel Martí
2019-03-08
1
-2
/
+1
*
all: join a few chained ifs
Daniel Martí
2019-03-05
1
-8
/
+4
*
encoding/json: add comment for mashalererror struct
GuilhermeCaruso
2019-01-15
1
-0
/
+1
*
encoding/json: fix handling of nil anonymous structs
Daniel Martí
2018-08-26
1
-1
/
+1
*
encoding/json: remove a branch in the structEncoder loop
Daniel Martí
2018-08-25
1
-8
/
+8
*
encoding/json: avoid some more pointer receivers
Daniel Martí
2018-08-25
1
-10
/
+10
*
encoding/json: simplify some pieces of the encoder
Daniel Martí
2018-08-22
1
-23
/
+11
*
encoding/json: inline fieldByIndex
Daniel Martí
2018-08-22
1
-15
/
+15
*
encoding/json: simplify the structEncoder type
Daniel Martí
2018-08-22
1
-13
/
+12
*
encoding/json: remove alloc when encoding short byte slices
Daniel Martí
2018-08-21
1
-5
/
+13
*
encoding/json: encode struct field names ahead of time
Daniel Martí
2018-08-21
1
-4
/
+23
*
encoding/json: call reflect.TypeOf with nil pointers rather than allocating
Tim Cooper
2018-08-21
1
-2
/
+2
*
encoding/json: simplify dominantField
Michael Fraenkel
2018-04-17
1
-26
/
+4
*
encoding/json: make use of encodeStatePool in Marshal
Jeremy Jackins
2018-04-13
1
-2
/
+8
*
encoding/json: apply conventional error handling in decoder
Pascal S. de Kloe
2018-03-03
1
-0
/
+5
*
encoding/json: use sync.Map for field cache
Joe Tsai
2018-03-03
1
-27
/
+5
*
encoding/json: make error capture logic in recover more type safe
Joe Tsai
2018-02-14
1
-7
/
+5
*
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
2017-12-06
1
-10
/
+3
*
encoding/json: remove the word "text" in "JSON text" from package docs.
rajender
2017-11-27
1
-1
/
+1
*
encoding/json: update RFC number
rajender
2017-11-27
1
-2
/
+2
*
encoding/json: always ignore embedded pointers to unexported struct types
Joe Tsai
2017-11-13
1
-3
/
+10
*
encoding/json: permit encoding uintptr as a string
Ian Lance Taylor
2017-11-08
1
-1
/
+1
*
encoding/json: use Deprecated markers
Joe Tsai
2017-10-11
1
-2
/
+2
*
encoding/json: cleanup detection of unexported embedded fields
Joe Tsai
2017-09-23
1
-13
/
+5
*
encoding/json: update documentation for MarshalIndent
tbunyk
2017-09-12
1
-0
/
+2
*
all: remove some unused result params
Daniel Martí
2017-08-28
1
-6
/
+2
*
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
[next]