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
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
2018-05-09
encoding/base32: handle NoPadding when using buffered encoding in Close
Gustav Westling
2018-05-09
encoding/base32: handle surplus padding consistently
Gustav Westling
2018-05-09
encoding/xml: fix valid character range
Artyom Pervukhin
2018-05-08
encoding/binary: returns length of bool slice in intDataSize
Joe Kyo
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-25
encoding/base64: fix format error
Russ Cox
2018-04-20
encoding/json: remove unnecessary if conditions
tengufromsky
2018-04-17
encoding/json: simplify dominantField
Michael Fraenkel
2018-04-17
encoding/hex: fix Dumper not always closing on Close call
Tim Cooper
2018-04-15
encoding/xml: remove unnecessary if conditions
tengufromsky
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-24
all: remove some unused return parameters
Daniel Martí
2018-03-10
all: fix non-standard "DO NOT EDIT" comments for generated files
Mark Rushakoff
2018-03-09
encoding/gob: work around TestFuzzOneByte panic
Daniel Martí
2018-03-09
encoding/csv: disallow quote for use as Comma
Joe Tsai
2018-03-08
encoding/csv: avoid mangling invalid UTF-8 in Writer
Joe Tsai
2018-03-06
encoding/binary: use an offset instead of slicing
Josh Bleecher Snyder
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-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-19
encoding/xml: simplify slice-growing logic in rawToken
Alberto Donizetti
2018-02-14
encoding/json: make error capture logic in recover more type safe
Joe Tsai
2018-02-14
encoding/hex: fix potential incorrect Dumper output when Close is called mult...
Tim Cooper
2018-01-04
encoding/gob: avoid race on idToType
Ian Lance Taylor
2017-12-31
encoding/xml: remove duplicate test of element presence
Igor Vashyst
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-12-06
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
[prev]
[next]