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
2016-09-08
encoding/hex: implement examples using all exported functions
Emmanuel Odeke
2016-09-08
encoding/json: Use a lookup table for safe characters
Kevin Burke
2016-08-22
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2016-08-19
encoding/gob: error out instead of panicking on nil dereference
Emmanuel Odeke
2016-08-19
encoding/pem: be stricter about the ending line.
Adam Langley
2016-08-17
encoding/hex: change lookup table from string to array
Alberto Donizetti
2016-08-16
encoding/json: add example for RawMessage marshalling
Carlos C
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
2016-07-05
encoding/gob: document Encode, EncodeValue nil pointer panics
Emmanuel Odeke
2016-06-28
encoding/gob: avoid allocating string for map key
David Crawshaw
2016-06-27
encoding/json: copy-on-write cacheTypeFields
David Crawshaw
2016-06-10
encoding/csv: update doc about comments whitespace
Jess Frazelle
2016-06-03
encoding/json: fix docs on valid key names
David Glasser
2016-05-26
encoding/json: improve Decode example
Quentin Smith
2016-05-25
encoding/csv: clarify that this package supports RFC 4180
Ian Lance Taylor
2016-05-24
all: fixed a handful of typos
Robert Griesemer
2016-05-24
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
2016-05-24
encoding/json: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-16
encoding/json: document that object keys are sorted
Scott Bell
2016-05-10
encoding/json: support maps with integer keys
Caleb Spare
2016-05-06
all: fix copy-and-paste errors in tests
Alberto Donizetti
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
encoding/gob: document compatibility
Rob Pike
2016-04-16
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-10
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2016-04-06
encoding/json: respect json.Marshaler when encoding byte kind slices
Håvard Haugen
2016-04-05
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-31
cmd/compile: extend prove pass to handle constant comparisons
Keith Randall
2016-03-25
encoding/asn1: tags should be encoded in minimal form.
David Benjamin
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-25
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-25
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-22
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2016-03-21
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-18
encoding/binary: don't assume b.N > 0
Marcel van Lohuizen
2016-03-18
encoding/binary: improve error messages for benchmarks
Marcel van Lohuizen
2016-03-17
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
2016-03-15
encoding/base64: correct DecodedLen overestimate for unpadded encodings
Caleb Spare
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-24
encoding/csv: clarify that TrimLeadingSpace can trim the delimiter
Eric Lagergren
2016-02-21
encoding/hex: minor cleanup
Josh Bleecher Snyder
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-24
encoding/xml: update docs for Token
Russ Cox
[prev]
[next]