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-08-21
Revert "encoding/json: avoid work when unquoting strings"
Filippo Valsorda
2019-08-18
encoding/json: fix format string in the Fuzz func
Dmitry Vyukov
2019-07-31
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-06
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-05-22
all: shorten some tests
Russ Cox
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-30
encoding/json: fix Unmarshal hang on recursive pointers
LE Manh Cuong
2019-04-29
encoding/json: add a Fuzz function
Romain Baugue
2019-04-23
encoding/json: document HTML escaping in Compact
Russ Cox
2019-04-23
encoding/json: index names for the struct decoder
Daniel Martí
2019-04-22
encoding/json: avoid work when unquoting strings
Daniel Martí
2019-04-13
encoding/json: remove a bounds check in readValue
Daniel Martí
2019-04-05
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-04-03
encoding/json: speed up tokenization of literals
Daniel Martí
2019-03-18
encoding/json: fix performance regression in the decoder
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
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
[next]