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
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-03-05
encoding/json: add Path to UnmarshalTypeError
LE Manh Cuong
2019-02-27
encoding/json: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2019-02-26
encoding/json: add example for json.HTMLEscape
Ketan Parmar
2019-01-15
encoding/json: add comment for mashalererror struct
GuilhermeCaruso
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-10-28
encoding/json: add example to Valid
hearot
2018-10-16
encoding/json: always verify we can get a field's value
Daniel Martí
2018-10-16
encoding/json: fix "data changed underfoot?" panic
Daniel Martí
2018-10-06
encoding/json: use isSpace in stateEndTop
Gabriel Aszalos
2018-09-12
encoding/json: use panics for phase errors
Daniel Martí
2018-09-12
encoding/json: more tests to cover decoding edge cases
Daniel Martí
2018-09-06
encoding/json: recover saved error context when unmarshalling
Ian Davis
2018-08-28
encoding/json: fix UnmarshalTypeError without field and struct values
Taesu Pyo
2018-08-26
encoding/json: fix handling of nil anonymous structs
Daniel Martí
2018-08-26
encoding/json: get rid of the stream_test.go TODOs
Daniel Martí
2018-08-25
encoding/json: remove a branch in the structEncoder loop
Daniel Martí
2018-08-25
encoding/json: avoid some more pointer receivers
Daniel Martí
2018-08-22
encoding/json: simplify some pieces of the encoder
Daniel Martí
2018-08-22
encoding/json: inline fieldByIndex
Daniel Martí
2018-08-22
encoding/json: simplify the structEncoder type
Daniel Martí
2018-08-21
encoding/json: various minor decoder speed-ups
Daniel Martí
2018-08-21
encoding/json: defer error context work until necessary
Daniel Martí
2018-08-21
encoding/json: remove alloc when encoding short byte slices
Daniel Martí
2018-08-21
encoding/json: encode struct field names ahead of time
Daniel Martí
2018-08-21
encoding/json: call reflect.TypeOf with nil pointers rather than allocating
Tim Cooper
2018-08-21
encoding/json: eliminate superfluous space in Decoder.Token error messages
Philip Børgesen
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-20
encoding/json: remove unnecessary if conditions
tengufromsky
2018-04-17
encoding/json: simplify dominantField
Michael Fraenkel
2018-04-13
encoding/json: make use of encodeStatePool in Marshal
Jeremy Jackins
2018-04-09
encoding/json: remove unnecessary else conditions
bontequero
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-03-03
encoding/json: apply conventional error handling in decoder
Pascal S. de Kloe
2018-03-03
encoding/json: use sync.Map for field cache
Joe Tsai
2018-03-01
encoding/json: read ahead after value consumption
Pascal S. de Kloe
2018-03-01
encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()
Joe Tsai
2018-02-14
encoding/json: make error capture logic in recover more type safe
Joe Tsai
2017-12-06
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
2017-11-27
encoding/json: remove the word "text" in "JSON text" from package docs.
rajender
2017-11-27
encoding/json: update RFC number
rajender
2017-11-22
encoding/json: reduce allocations by Decoder for \uXXXX
Michael Schurter
2017-11-13
encoding/json: always ignore embedded pointers to unexported struct types
Joe Tsai
2017-11-08
encoding/json: permit encoding uintptr as a string
Ian Lance Taylor
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-10-31
encoding/json: Include the offset of a SyntaxError
Michael Fraenkel
2017-10-31
encoding/json: disallow unknown fields in Decoder
Ivan Bertona
2017-10-11
encoding/json: use Deprecated markers
Joe Tsai
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
encoding/json: remove superfluous comment
Marvin Stenger
[prev]
[next]