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
2015-11-14
encoding/json: use reflect.SetBytes when decoding bytes
Håvard Haugen
2015-11-10
html/template, encoding/asn1: fix test errors
Dominik Honnef
2015-10-26
encoding/xml: check for exported fields in embedded structs
Marcel van Lohuizen
2015-10-26
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
2015-10-14
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2015-10-14
encoding/csv: indicate package of EOF in docs
Katrina Owen
2015-10-06
encoding/gob: fix typo in documentation
Tormod Erevik Lea
2015-09-30
encoding/binary: document that Read returns io.EOF iff zero bytes are read
Joe Tsai
2015-09-28
encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...
Robert Griesemer
2015-09-23
encoding/json: spell "marshaling" and "unmarshaling" consistently
Andrew Gerrand
2015-09-21
encoding/json: scanner: use byte, more consistent
Marvin Stenger
2015-09-17
encoding/gob: document allocation/merge behavior
Rob Pike
2015-09-11
encoding/base64,xml: map/slice literals janitoring
Didier Spezia
2015-09-10
encoding/xml: Return SyntaxError for unmatched root start elements.
Robert Stepanek
2015-08-29
encoding/asn1: fix panic when Marshaling nil.
Michal Bohuslávek
2015-08-25
encoding/gob: remove always false comparison
Todd Neal
2015-08-24
encoding/asn1: fix unused assignments
Tarmigan Casebolt
2015-08-21
all: fix some vet-caught formatting errors, mostly but not only in tests
Rob Pike
2015-08-21
encoding/base64: fix copy-paste-o bug in RawURLEncoding docs
Brad Fitzpatrick
2015-07-30
encoding/json: revert "fix decoding of JSON null values"
Russ Cox
2015-07-28
encoding/json: test style tweaks
Brad Fitzpatrick
2015-07-28
encoding/json: take new decoder code off Decode path completely
Russ Cox
2015-07-28
encoding/json: fix EOF bug decoding HTTP stream
Peter Waldschmidt
2015-07-27
encoding/xml: fix race using finfo.parents in s.trim
Russ Cox
2015-07-27
encoding/json: add JSON streaming parse API
Peter Waldschmidt
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-07-23
encoding/xml: EncodeToken silently eats tokens with invalid type
Didier Spezia
2015-07-22
encoding/json: fix decoding of JSON null values
Didier Spezia
2015-07-15
encoding/json: document and test overwrite of slice, map during Unmarshal
Russ Cox
2015-07-15
encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...
Russ Cox
2015-07-15
encoding/xml: improve marshaller sanity checks of directives
Didier Spezia
2015-07-15
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-01
encoding/xml: minor changes
Roger Peppe
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-29
encoding/binary: update protobuf documentation link
Dmitry Savintsev
2015-06-29
encoding/asn1: don't parse invalid UTF-8.
Adam Langley
2015-06-29
encoding/asn1: be stricter by reserialising parsed times.
Adam Langley
2015-06-22
encoding/csv: add examples for package
Carlos C
2015-06-18
xml: add check of version in document declaration
Giulio Iotti
2015-06-18
encoding/json: Remove extra allocation in scanner.
Peter Waldschmidt
2015-06-13
encoding/asn1: check bounds when parsing tag and length
Kyle Isom
2015-06-12
encoding/csv: skip blank lines when FieldsPerRecord >= 0
Damien Neil
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-06-10
encoding/csv: fix comment in parseRecord
Ainar Garipov
2015-06-08
testing/quick: probabilistically generate nil pointers
Håvard Haugen
2015-06-04
encoding/xml: Reset the parent stack before printing a chardata or comment fi...
Hajime Hoshi
2015-06-01
encoding/gob: fix infinite recursion caused by ignoring recursive type
Rob Pike
2015-05-31
encoding/pem: be more permissive about decoding empty blocks.
Adam Langley
[prev]
[next]