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-16
encoding/csv: restore Go 1.9 quoted \r\n handling in Reader
Russ Cox
2017-11-16
encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...
Russ Cox
2017-11-16
encoding/asn1: add MarshalWithParams
Hiroshi Ioka
2017-11-15
encoding/xml: move unexported const out of exported const block
Russ Cox
2017-11-15
encoding/csv: rename ParseError.RecordLine to .StartLine
Russ Cox
2017-11-15
encoding/binary: make new example a bit more idiomatic
Russ Cox
2017-11-15
encoding/pem: add Encode example
Tim Cooper
2017-11-15
encoding/pem: add Encode, EncodeToMemory docs
Tim Cooper
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-08
encoding/xml: add Marshal doc about name conflicts
Leigh McCulloch
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ß
[prev]
[next]