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
Age
Commit message (
Expand
)
Author
2019-03-02
encoding/base64: remove ineffectual assignment in test
Leon Klingele
2019-03-02
encoding/base32: remove ineffectual assignment in test
Leon Klingele
2019-02-27
encoding/json: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2019-02-26
encoding/base32: simplify and speed up decoder
Daniel Martí
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-28
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Mostyn Bramley-Moore
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-11-19
encoding/pem: test getLine does not include trailing whitespace
Santhosh Kumar Tekuri
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-28
encoding/json: add example to Valid
hearot
2018-10-22
encoding/gob: delete out of memory test
Rob Pike
2018-10-22
encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines
Rob Pike
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-12
encoding/base64: fix typo in decodeQuantum docs
Mihai Todor
2018-10-06
encoding/json: use isSpace in stateEndTop
Gabriel Aszalos
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
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-09-04
encoding/binary: simplify Read and Write
Josh Bleecher Snyder
2018-09-03
encoding/pem: fix for TestFuzz, PEM type should not contain a colon
Ivan Kutuzov
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/base64: slight decoding speed-up
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-08-21
encoding/hex: pre-allocate Dump buffer
Tim Cooper
2018-08-02
encoding/xml: document HTMLAutoClose and HTMLEntity more
Brad Fitzpatrick
2018-08-02
encoding/xml: remove some primordial semicolons
Brad Fitzpatrick
2018-06-13
encoding/gob: correct issue number typo in comment
Ian Lance Taylor
2018-06-12
encoding/base32: eliminate alphabet bounds check
Niek Sanders
2018-06-07
encoding/asn1: gofmt
Tobias Klauser
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-31
encoding/hex: improve Decode and DecodeString docs
Josh Bleecher Snyder
2018-05-31
encoding/asn1: fix returned type for an Object Identifier
Constantin Konstantinidis
2018-05-22
encoding/base32: remove redundant conditional
dchenk
2018-05-17
encoding/asn1: allow Marshaling and Unmarshaling private tag class
HAMANO Tsukasa
2018-05-16
encoding/base32: handle NoPadding in NewDecoder
Gustav Westling
[prev]
[next]