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
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-11-03
cmd/compile: add rules to improve consecutive byte loads and stores on ppc64le
Lynn Boger
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-11-01
encoding/xml: ignore whitespace in values and attrs
Leigh McCulloch
2017-11-01
encoding/xml: add docs and tests for bool whitespace
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-30
encoding/xml: don't panic when custom Unmarshaler sees StartElement
Sam Whited
2017-10-25
encoding/csv: forbid certain Comma and Comment runes
Joe Tsai
2017-10-24
encoding/csv: update ErrQuote message
Joe Tsai
2017-10-24
encoding/csv: fix error documentation
Joe Tsai
2017-10-21
encoding/csv: add ParseError.RecordLine
Joe Tsai
2017-10-20
encoding/hex: add NewEncoder, NewDecoder
Tim Cooper
2017-10-20
encoding/csv: simplify and optimize Reader
Joe Tsai
2017-10-11
encoding/json: use Deprecated markers
Joe Tsai
2017-10-09
encoding/asn1: don't encode strings with '*' as PrintableString.
Adam Langley
2017-10-09
encoding/base64: optimize DecodeString
Josselin Costanzi
2017-10-08
encoding/gob: fix a typo in the package documentation
Laurent Voisin
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-30
encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.
Adam Langley
2017-09-27
encoding/json: remove superfluous comment
Marvin Stenger
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
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-15
all: fix article typos
Kunpei Sakai
2017-09-13
encoding/xml: add decode wrapper
Sam Whited
2017-09-12
encoding/json: update documentation for MarshalIndent
tbunyk
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
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-25
encoding/gob: fix Debug to properly print uint
Danny Rosseau
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-15
encoding/asn1: handle application tag in Marshal
Hiroshi Ioka
2017-08-15
encoding/hex: save allocation in DecodeString()
Agniva De Sarker
2017-08-14
encoding/base32: improve performance in common case
Ilya Tocar
2017-08-14
encoding/csv: preserve \r\n in quoted fields
Justin Nuß
2017-08-14
encoding/hex: improve tests
Agniva De Sarker
2017-08-14
encoding/csv: report line start line in errors
Justin Nuß
2017-08-12
encoding/binary: add example for Read multi
Mark Wolfe
2017-08-08
encoding/json: de-indent raw strings in remaining examples
Dmitri Shuralyov
2017-08-03
encoding/binary: add examples for varint functions
Axel Wagner
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
2017-07-15
encoding/binary: add examples for ByteOrder functions
Ross Light
2017-07-06
encoding/base32: make NoPadding Encoding's DecodedLen return exact size
Gustav Westling
2017-07-06
encoding/base32: support custom and disabled padding when decoding
Gustav Westling
2017-06-29
Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"
Brad Fitzpatrick
[prev]
[next]