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-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
2017-12-06
encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks
Russ Cox
2017-12-05
encoding/csv: truncate carriage returns at EOF
Joe Tsai
2017-12-05
encoding/asn1: allow '&' in PrintableString fields
christopher-henderson
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-27
encoding/json: remove the word "text" in "JSON text" from package docs.
rajender
2017-11-27
encoding/json: update RFC number
rajender
2017-11-25
encoding/asn1: support Unmarshaling NumericString
Mansour Rahimi
2017-11-22
encoding/json: reduce allocations by Decoder for \uXXXX
Michael Schurter
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
[next]