- 616e45e encoding/pem: make TestFuzz testing/quick safe by Matt T. Proud · 9 years ago
- 1be2ddd encoding/json: document Indent's preservation of trailing spaces by Russ Cox · 9 years ago
- 148b13c encoding/gob: document behavior of zero-valued arrays, slices, and maps by Rob Pike · 9 years ago
- c4135da encoding/json: streamline, unexport valid Number checking by Russ Cox · 9 years ago
- 6dd4e5d encoding/asn1: export tag and class constants by Brad Fitzpatrick · 9 years ago
- 3e6529d encoding/json: revise docs for Unmarshal into map, slice, array by Russ Cox · 9 years ago
- 92b02e3 encoding/xml: document new chardata tag by Russ Cox · 9 years ago
- e4e4942 encoding/base64: add package-level example by Russ Cox · 9 years ago
- 7c20ea9 encoding/asn1: Reject invalid INTEGERs. by David Benjamin · 9 years ago
- 0b55be1 encoding/xml: case-insensitive encoding recognition by Giulio Iotti · 10 years ago
- 97c859f encoding/xml: reject invalid comments by Michal Bohuslávek · 10 years ago
- 3f6b91b encoding/xml: Add CDATA-wrapper output support to xml.Marshal. by Charles Weill · 9 years ago
- a48de74 encoding/gob: reduce the amount of memory allocations. by Aliaksandr Valialkin · 10 years ago
- c4be790 encoding/json: check if Number is valid by Erik Dubbelboer · 10 years ago
- b790ad5 encoding/gob: document that zero elements of arrays and slices are sent by Rob Pike · 9 years ago
- a3e7544 encoding/asn1: enforce use of short form lengths. by David Benjamin · 9 years ago
- c60707b encoding/json: use reflect.SetBytes when decoding bytes by Håvard Haugen · 9 years ago
- b18a560 html/template, encoding/asn1: fix test errors by Dominik Honnef · 9 years ago
- 34f04a6 encoding/xml: check for exported fields in embedded structs by Marcel van Lohuizen · 10 years ago
- a30dd9c encoding/json: check for exported fields in embedded structs by Marcel van Lohuizen · 10 years ago
- 0731471 encoding/json: simplify encodeState.{string, stringBytes} by Nodir Turakulov · 9 years ago
- a6f69b3 encoding/csv: indicate package of EOF in docs by Katrina Owen · 9 years ago
- 01ecd41 encoding/gob: fix typo in documentation by Tormod Erevik Lea · 9 years ago
- b72a4a0 encoding/binary: document that Read returns io.EOF iff zero bytes are read by Joe Tsai · 10 years ago
- cbe8a35 encoding/json: document that encoding.TextMarshaler is used if no (json) Marshaler is present by Robert Griesemer · 10 years ago
- 143f3fd encoding/json: spell "marshaling" and "unmarshaling" consistently by Andrew Gerrand · 10 years ago
- fcf8143 encoding/json: scanner: use byte, more consistent by Marvin Stenger · 10 years ago
- 1216e18 encoding/gob: document allocation/merge behavior by Rob Pike · 10 years ago
- f4f0344 encoding/base64,xml: map/slice literals janitoring by Didier Spezia · 10 years ago
- bf21643 encoding/xml: Return SyntaxError for unmatched root start elements. by Robert Stepanek · 10 years ago
- fac1039 encoding/asn1: fix panic when Marshaling nil. by Michal Bohuslávek · 10 years ago
- 7ebaa43 encoding/gob: remove always false comparison by Todd Neal · 10 years ago
- 201a05a encoding/asn1: fix unused assignments by Tarmigan Casebolt · 10 years ago
- f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
- 7fb7f53 encoding/base64: fix copy-paste-o bug in RawURLEncoding docs by Brad Fitzpatrick · 10 years ago
- 80e6d63 encoding/json: revert "fix decoding of JSON null values" by Russ Cox · 10 years ago
- d0729a6 encoding/json: test style tweaks by Brad Fitzpatrick · 10 years ago
- 2293685 encoding/json: take new decoder code off Decode path completely by Russ Cox · 10 years ago
- 7e70c24 encoding/json: fix EOF bug decoding HTTP stream by Peter Waldschmidt · 10 years ago
- 765cea2 encoding/xml: fix race using finfo.parents in s.trim by Russ Cox · 10 years ago
- 0cf48b4 encoding/json: add JSON streaming parse API by Peter Waldschmidt · 10 years ago
- c0d6d33 encoding/xml: restore Go 1.4 name space behavior by Russ Cox · 10 years ago
- ca1d6c4 encoding/xml: EncodeToken silently eats tokens with invalid type by Didier Spezia · 10 years ago
- 1a99ba5 encoding/json: fix decoding of JSON null values by Didier Spezia · 10 years ago
- 749b391 encoding/json: document and test overwrite of slice, map during Unmarshal by Russ Cox · 10 years ago
- 671bddf encoding/json: fix out of phase error unmarshaling non-string into TextUnmarshaler by Russ Cox · 10 years ago
- 8b6527b encoding/xml: improve marshaller sanity checks of directives by Didier Spezia · 10 years ago
- 1a4e177 encoding/json: Only allow string option for valid types by Larz Conwell · 10 years ago
- 783297a all: link to https for golang subdomains too by Brad Fitzpatrick · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- 5ae822b encoding/xml: minor changes by Roger Peppe · 10 years ago
- bb7e665 encoding/xml: fix xmlns= behavior by Roger Peppe · 10 years ago
- fac7b86a encoding/binary: update protobuf documentation link by Dmitry Savintsev · 10 years ago
- 0a6df4a encoding/asn1: don't parse invalid UTF-8. by Adam Langley · 10 years ago
- fdd921c encoding/asn1: be stricter by reserialising parsed times. by Adam Langley · 10 years ago
- 1be335b encoding/csv: add examples for package by Carlos C · 10 years ago
- 9490fbf xml: add check of version in document declaration by Giulio Iotti · 10 years ago
- a13606e encoding/json: Remove extra allocation in scanner. by Peter Waldschmidt · 10 years ago
- 38e3427 encoding/asn1: check bounds when parsing tag and length by Kyle Isom · 10 years ago
- ab89378 encoding/csv: skip blank lines when FieldsPerRecord >= 0 by Damien Neil · 10 years ago
- 7f9f70e all: fix misprints in comments by Ainar Garipov · 10 years ago
- 4da658c encoding/csv: fix comment in parseRecord by Ainar Garipov · 10 years ago
- 7089ea4 testing/quick: probabilistically generate nil pointers by Håvard Haugen · 10 years ago
- 2db587c encoding/xml: Reset the parent stack before printing a chardata or comment field in a struct by Hajime Hoshi · 10 years ago
- bc8e129 encoding/gob: fix infinite recursion caused by ignoring recursive type by Rob Pike · 10 years ago
- b8c87a1 encoding/pem: be more permissive about decoding empty blocks. by Adam Langley · 10 years ago
- 91191e7 encoding/gob: fix docs by Shenghou Ma · 10 years ago
- 4302fd0 encoding/json: fix decoding of types with '[]byte' as underlying type by Håvard Haugen · 10 years ago
- dbf533a encoding/json: make BenchmarkSkipValue more stable by Josh Bleecher Snyder · 10 years ago
- 6439010 encoding/gob: add "too big" check when writing a message by Rob Pike · 10 years ago
- 0bb96be encoding/asn1: Improved control of flags and times by Richard Barnes · 10 years ago
- 4a3e000 encoding/xml: do not escape newlines by Roger Peppe · 10 years ago
- 2db58f8 encoding/csv: Preallocate records slice by Justin Nuß · 10 years ago
- b075d1f encoding/base64: Optimize EncodeToString and DecodeString. by Egon Elbre · 10 years ago
- 4d01922 encoding/gob: fix hang from skipping large slices by Matthew Dempsky · 10 years ago
- d64617f encoding/gob: more checks for corrupted data by Rob Pike · 10 years ago
- 8e6cf5f encoding/gob: clean up decoderMap after errBadType by Håvard Haugen · 10 years ago
- 0c8fe34 encoding/gob: more cleanups handling slice length by Rob Pike · 10 years ago
- aaa092c encoding/gob: make method doc string match method name by kortschak · 10 years ago
- e449b57 encoding/gob: change panic into error for corrupt input by Rob Pike · 10 years ago
- f1878c0 debug/dwarf, encoding/asn1, go/ast: fix old comments by Matthew Dempsky · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- facd79e encoding/binary: cull dead code by Josh Bleecher Snyder · 10 years ago
- 9f9d66d encoding/xml: fix default namespace of tags by Roger Peppe · 10 years ago
- b69ea01 encoding/xml: fix namespaces in a>b tags by Roger Peppe · 10 years ago
- b351e1d encoding/xml: add more marshalTests tests. by Nigel Tao · 10 years ago
- 9df81f8 encoding/json: Fixed the comment specifying Marshal behavior for maps. by Aaron Jacobs · 10 years ago
- 3be158d encoding/xml: encoding name spaces correctly by Roger Peppe · 10 years ago
- a9dddb5 encoding/xml: add more EncodeToken tests. by Nigel Tao · 10 years ago
- 8f02df7 encoding/xml: avoid an allocation for tags without attributes by Brian Smith · 10 years ago
- 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
- a257ffb encoding/json: add UnmarshalTypeError.Offset by Alex Plugaru · 10 years ago
- 437ec6b encoding/xml: remove unnecessary memory allocation in Unmarshal by Dmitry Vyukov · 10 years ago
- d4e48ee encoding/gob: address go vet report by Emil Hessman · 10 years ago
- 2c987e1 encoding/json: address go vet reports by Emil Hessman · 10 years ago
- a48e789 encoding/binary: check for unsigned integers in intDataSize. by Stan Schwertly · 10 years ago
- 2e0a1a7 encoding/base64: add unpadded encodings, and test all encodings. by Bryan Ford · 10 years ago
- e4c2229 encoding/pem: eliminate allocations for newlines during encoding by Ben Burkert · 10 years ago
- 9b71417 encoding/json: mention that the "string" tag applies to booleans by Andrew Gerrand · 10 years ago
- 94151eb encoding/xml: remove SyntaxError.Byte by Russ Cox · 10 years ago