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
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
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-23
encoding/json: cleanup detection of unexported embedded fields
Joe Tsai
2017-09-12
encoding/json: update documentation for MarshalIndent
tbunyk
2017-08-28
all: remove some unused result params
Daniel Martí
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-08
encoding/json: de-indent raw strings in remaining examples
Dmitri Shuralyov
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-15
encoding/json: fix indentation in Decode stream example
Iccha Sethi
[prev]
[next]