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
/
pkg
/
encoding
Age
Commit message (
Expand
)
Author
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-03
various: deleted unused items
Rob Pike
2013-07-30
encoding/xml: Do not pass through invalid utf8 bytes
Alex A Skinner
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-22
all: change "true iff" to "whether" in public docs
Brad Fitzpatrick
2013-07-12
encoding/json: add more tests for UTF-8 coercion
Russ Cox
2013-07-12
undo CL 11161044 / ba455262a9db
Russ Cox
2013-07-12
encoding/json: coerce invalid UTF-8 to valid UTF-8 during Marshal
Russ Cox
2013-07-12
encoding/json: escape U+2028 and U+2029.
David Symonds
2013-07-11
json: unmarshal types that are byte slices.
Paul Borman
2013-07-10
encoding/xml: fix typo in docs
Andrew Gerrand
2013-07-05
encoding/json: Correct description of stateNeg function.
Oliver Hookins
2013-06-20
all: excise some warts found by vet -shadow
Rob Pike
2013-06-10
asn1: Improved encoding/decoding for OID types
Gerasimos Dimitriadis
2013-06-04
encoding/asn1: harmonise error prefixes.
Adam Langley
2013-06-04
encoding/gob: consistently use unsafe.Pointer for pointer values
Ian Lance Taylor
2013-05-24
asn1: Stricter checks for DER encoded booleans
Gerasimos Dimitriadis
2013-05-14
encoding/json: allocate less in NewEncoder
Brad Fitzpatrick
2013-04-30
encoding/json: document that marshaling invalid utf-8 sequence will return error
Shenghou Ma
2013-04-11
encoding/json: documentation regarding anonymous fields.
Rob Pike
2013-04-10
encoding/json: different decision on tags and shadowing
Rob Pike
2013-04-09
encoding/json: fix handling of anonymous fields
Rob Pike
2013-03-22
build: remove dead code
Russ Cox
2013-03-22
encoding/gob: delete dead code.
Rob Pike
2013-03-13
encoding/xml: rewrite invalid code points to U+FFFD in Marshal, Escape
Olivier Saingre
2013-03-13
encoding/json: properly handle extra objects with fixed size arrays
Rick Arnold
2013-03-13
encoding/xml: predefine xml name space prefix
Russ Cox
2013-03-12
encoding/xml: reject > chain with non-element
Russ Cox
2013-03-12
encoding/xml: name space bug fixes
Russ Cox
2013-03-12
encoding/base32, encoding/base64: fix issues with decoder whitespace handling
Philip K. Warren
2013-03-12
encoding/xml: fix spurious "no semicolon" in error
Russ Cox
2013-03-11
encoding/xml: allow embedded non-structs
Russ Cox
2013-03-12
encoding/base32, encoding/base64: a small stack-space optimization.
Nigel Tao
2013-03-12
encoding/base32: don't panic when decoding "AAAA==".
Nigel Tao
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-03-06
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-02-28
encoding/gob: fix copyright
Russ Cox
2013-02-25
all: fix some vet-found printf errors
Rob Pike
2013-02-20
encoding/xml: make sure Encoder.Encode reports Write errors.
Olivier Saingre
2013-02-15
encoding/binary: make type error more specific
Russ Cox
2013-02-14
encoding/json: document and test use of unicode.ReplacementChar
Russ Cox
2013-02-14
encoding/json: roll back Unmarshal optimization + test
Russ Cox
2013-02-13
encoding/xml: fix htmlAutoClose and its generating script
Shenghou Ma
2013-02-03
xml: omit newline at beginning of MarshalIndent output
Shivakumar GN
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2013-01-31
encoding/base64: fix test for ReadFull change
Russ Cox
2013-01-31
encoding/json: document case-insensitive Unmarshal key matching
Russ Cox
2013-01-30
encoding/json: improve performance of Unmarshal on primitive types
Rick Arnold
2013-01-30
encoding/json: properly unmarshal empty arrays.
Andrey Mirtchovski
[prev]
[next]