index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
json
Age
Commit message (
Expand
)
Author
2024-06-21
encoding/json: clarify the map's key type for Unmarshal
Jes Cok
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-04-29
encoding/json: optimize field sorting with slices and cmp
aimuz
2024-04-11
encoding/json: use slices to simplify the code
apocelipes
2024-04-02
encoding/json: prevent duplicate slicebytetostring
Shengyu Zhang
2024-02-29
encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}
Jes Cok
2023-10-18
encoding/json: use reflect.Value.IsZero
andig
2023-10-06
encoding/json: fix appendCompact escaping
Alexander Yastrebov
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-08-29
encoding/json: adjust comment about encoding \b and \f
Christian Höppner
2023-08-25
encoding/json: modernize tests
Joe Tsai
2023-08-25
encoding/json: avoid allocation when decoding number types
korzhao
2023-08-25
encoding/json: optimize Marshal for maps
korzhao
2023-08-23
encoding/json: encode \b and \f as '\b' and '\f' in JSON strings
Joe Tsai
2023-08-18
encoding/json: use base64.Encoding.AppendEncode
Andy Pan
2023-08-14
encoding/json: declare hex as a const
Jes Cok
2023-08-07
all: add a few more godoc links
Daniel Martí
2023-08-02
encoding/json: adjust comment to keep the same style as comment above
Jes Cok
2023-08-01
encoding/json: replace "between or" with "between and" in comment
Jes Cok
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-31
encoding/json: optimize Unmarshal for maps
korzhao
2023-07-29
encoding/json: replace dead link in appendString
korzhao
2023-05-25
encoding/json: document unsupported float values
Sean Liao
2023-03-15
encoding/json: make use of Buffer.AvailableBuffer
Joe Tsai
2023-02-27
encoding/json: simplify folded name logic
Joe Tsai
2023-02-27
encoding/json: use append for HTMLEscape
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.SetZero
Joe Tsai
2023-02-27
encoding/json: remove legacy fuzz.go file
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.Grow
Joe Tsai
2023-02-24
encoding/json: use append-like operations for encoding
Joe Tsai
2023-02-24
encoding/json: unify encodeState.string and encodeState.stringBytes
Joe Tsai
2023-02-24
encoding/json: use append for Compact and Indent
Joe Tsai
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-30
encoding/json: return comparison directly
cuiweixie
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-08-22
encoding/json: rely on utf8.AppendRune
Joe Tsai
2022-06-01
encoding/json: mention SyntaxError in Unmarshal doc comment
Lukas Joisten
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-02
encoding/json: use reflect.Value.UnsafePointer over Pointer
Joe Tsai
2022-01-13
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
all: add a handful of fuzz targets
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
[next]