aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2018-08-26encoding/json: get rid of the stream_test.go TODOsDaniel Martí
2018-08-25encoding/json: remove a branch in the structEncoder loopDaniel Martí
2018-08-25encoding/json: avoid some more pointer receiversDaniel Martí
2018-08-22encoding/json: simplify some pieces of the encoderDaniel Martí
2018-08-22encoding/json: inline fieldByIndexDaniel Martí
2018-08-22encoding/json: simplify the structEncoder typeDaniel Martí
2018-08-21encoding/json: various minor decoder speed-upsDaniel Martí
2018-08-21encoding/json: defer error context work until necessaryDaniel Martí
2018-08-21encoding/json: remove alloc when encoding short byte slicesDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2018-08-21encoding/json: call reflect.TypeOf with nil pointers rather than allocatingTim Cooper
2018-08-21encoding/json: eliminate superfluous space in Decoder.Token error messagesPhilip Børgesen
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-20encoding/json: remove unnecessary if conditionstengufromsky
2018-04-17encoding/json: simplify dominantFieldMichael Fraenkel
2018-04-13encoding/json: make use of encodeStatePool in MarshalJeremy Jackins
2018-04-09encoding/json: remove unnecessary else conditionsbontequero
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-03encoding/json: apply conventional error handling in decoderPascal S. de Kloe
2018-03-03encoding/json: use sync.Map for field cacheJoe Tsai
2018-03-01encoding/json: read ahead after value consumptionPascal S. de Kloe
2018-03-01encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()Joe Tsai
2018-02-14encoding/json: make error capture logic in recover more type safeJoe Tsai
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-11-27encoding/json: remove the word "text" in "JSON text" from package docs.rajender
2017-11-27encoding/json: update RFC numberrajender
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter
2017-11-13encoding/json: always ignore embedded pointers to unexported struct typesJoe Tsai
2017-11-08encoding/json: permit encoding uintptr as a stringIan Lance Taylor
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-31encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel
2017-10-31encoding/json: disallow unknown fields in DecoderIvan Bertona
2017-10-11encoding/json: use Deprecated markersJoe Tsai
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27encoding/json: remove superfluous commentMarvin Stenger
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-23encoding/json: cleanup detection of unexported embedded fieldsJoe Tsai
2017-09-12encoding/json: update documentation for MarshalIndenttbunyk
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-08encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2017-06-29Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2017-06-05encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti
2017-04-28encoding/json: replace encoderCache RWMutex with a sync.MapBryan C. Mills
2017-04-26encoding/json: parallelize most benchmarksBryan C. Mills
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe