- 665def2 encoding/asn1: document unmarshaling behavior for IMPLICIT string fields by Eric Chiang · 4 years, 5 months ago
- 283d654 encoding/json: revert "add "json: " prefix to SyntaxError messages" by Kevin Burke · 4 years, 4 months ago
- d361691 encoding/asn1: optimize asn1.Unmarshal by Dmitrii Okunev · 5 years ago
- cb768c8 encoding/xml: fix reserved namespace check to be case-insensitive by Ian Lance Taylor · 4 years, 5 months ago
- 6af088b encoding/json: add "json: " prefix to SyntaxError messages by Kevin Burke · 4 years, 5 months ago
- 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 6 months ago
- e70bbc7 encoding/asn1: clarify use of SET suffix by Roland Bracewell Shoemaker · 4 years, 6 months ago
- a28edbf encoding/asn1: error instead of panic on invalid value to Unmarshal by KimMachineGun · 4 years, 6 months ago
- 8266570 encoding/json: added docs to UnsupportedValueError by Carlos Alexandro Becker · 4 years, 7 months ago
- 4285094 encoding/json: detect cyclic maps and slices by lujjjh · 4 years, 6 months ago
- 25a33da encoding/json: allow semicolon in field key / struct tag by Sean Liao · 4 years, 10 months ago
- 83bc1ed encoding/binary: remove TODO in Write and add benchmarks by zhouzhongyuan · 4 years, 8 months ago
- 506eb0a Revert "encoding/json: implement Is on SyntaxError" by Damien Neil · 4 years, 7 months ago
- 114719e Revert "encoding/json: implement Is on all errors" by Damien Neil · 4 years, 7 months ago
- 95bb00d encoding/json: implement Is on all errors by Carlos Alexandro Becker · 4 years, 7 months ago
- b3ef90e encoding/json: implement Is on SyntaxError by Carlos Alexandro Becker · 4 years, 7 months ago
- 27136419 encoding/binary: replace constant literals with named constant (cleanup) by Robert Griesemer · 4 years, 7 months ago
- 861a948 encoding/asn1: speed up marshal by reducing allocations by Martin Möhrmann · 5 years ago
- 027d724 encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint by Katie Hockman · 4 years, 8 months ago
- 5de90d3 Revert "encoding/json: don't reuse slice elements when decoding" by Daniel Martí · 4 years, 9 months ago
- 2ca0f5a Revert "encoding/xml: fix reserved namespace check to be case-insensitive" by Ian Lance Taylor · 4 years, 9 months ago
- 11389ba encoding/json: revert "avoid work when unquoting strings, take 2" by Daniel Martí · 4 years, 10 months ago
- 8f4151e encoding/xml: only initialize nil struct fields when decoding by Daniel Martí · 6 years ago
- 107ebb1 Revert "encoding/json: reuse values when decoding map elements" by Daniel Martí · 4 years, 10 months ago
- b68fa57 encoding/asn1: document what Unmarshal returns in rest by Roland Shoemaker · 4 years, 11 months ago
- 60368c2 encoding/json: reuse values when decoding map elements by Daniel Martí · 6 years ago
- 55361a2 encoding/json: don't mangle strings in an edge case when decoding by Daniel Martí · 5 years ago
- b1a48af encoding/json: properly encode strings with ",string" again by Daniel Martí · 5 years ago
- f0cea84 encoding/asn1: sort order of 'SET of' components during Marshal by Roland Shoemaker · 5 years ago
- 1764819 encoding/asn1: only accept minimally encoded base 128 integers by Roland Shoemaker · 5 years ago
- 11b2853 encoding/json: don't reuse slice elements when decoding by Daniel Martí · 6 years ago
- d75ee81 encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when Comma is ascii by Alex Gaynor · 5 years ago
- 9a93baf4 encoding/base64: improve performance up to 20% total by Kirill Korotaev · 5 years ago
- 346d7d2 encoding/xml: fix reserved namespace check to be case-insensitive by Tamás Gulácsi · 5 years ago
- 96acb74 encoding/hex: remove unused variable from BenchmarkDump by Tim Cooper · 5 years ago
- 42f8199 all: fix incorrect channel and API usage in some unit tests by Ziheng Liu · 5 years ago
- a1103dc encoding/json: consolidate the isSpace function by codesoap · 5 years ago
- 6052838 all: avoid string(i) where i has type int by Ian Lance Taylor · 5 years ago
- 84afaa9 encoding/json: limit max nesting depth by Jordan Liggitt · 5 years ago
- e995679 encoding/json: fix broken link to json.org by Jon Johnson · 5 years ago
- 41348081 all: fix a number of misuses of the word "an" by Daniel Martí · 5 years ago
- fbcfa6a encoding/base64: document that Strict mode still ignores newlines by Filippo Valsorda · 6 years ago
- 64c9ee9 encoding/json: error when encoding a pointer cycle by Daniel Martí · 6 years ago
- b2b0992 Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET" by Than McIntosh · 5 years ago
- 7714dca encoding/binary: add float support to fast path by Martin Garton · 5 years ago
- 4692343 encoding/asn1: fix unmarshalling SEQUENCE OF SET by kaxapi · 5 years ago
- c444ec3 encoding/binary: make Read return an error when data is not a pointer by Udalov Max · 6 years ago
- c9d89f6 encoding/binary: cache struct sizes to speed up Read and Write by Lorenz Bauer · 5 years ago
- 5469770 encoding/json: avoid work when unquoting strings, take 2 by Daniel Martí · 6 years ago
- a059346 encoding/xml: fix token decoder on early EOF by Sam Whited · 7 years ago
- acbed03 encoding/json: remove allocation when using a Marshaler with value receiver by Phil Pearl · 5 years ago
- 22d3770 encoding/json: improve performance of Compact by Phil Pearl · 5 years ago
- 02196d3 encoding/json: correct caller's name in encoding errors by Eugene Kalinin · 6 years ago
- ba108c9 encoding/json: add Decoder.InputOffset for offset access by Francesco Renzi · 5 years ago
- fb9af84 encoding/json: support TextUnmarshaler for map keys with string underlying types by Cuong Manh Le · 5 years ago
- 900ebcf encoding/json: stop escaping U+2028 and U+2029 in Compact by Tom Thorogood · 5 years ago
- c1000c5 encoding/json: validate strings when decoding into Number by Lucas Bremgartner · 6 years ago
- 49e7c76 encoding/json: make Number with the ,string option marshal with quotes by Lucas Bremgartner · 6 years ago
- cc39d80 encoding/json: encode nil encoding.TextMarshaler instance as "null" by William Poussier · 6 years ago
- 0e015e2 encoding/json: fix and optimize marshal for quoted string by Lucas Bremgartner · 6 years ago
- 8ef6d6a encoding/base32: increase performance and code reuse by Sven Taute · 6 years ago
- cf63058 encoding/json: don't reset before returning buffer to pool by andig · 6 years ago
- b6ec56b encoding/json: don't indirect pointers when decoding null by Romain Baugue · 6 years ago
- a3a1bdf encoding/asn1: handle ASN1's string type BMPString by sergeilem · 6 years ago
- 51c8d96 src: gofmt -s by Ainar Garipov · 6 years ago
- 28f8f55 encoding/json: clarify Unmarshal behavior for map keys by Eli Bendersky · 6 years ago
- 0efbd10 all: fix typos by Ainar Garipov · 6 years ago
- 03ac39c std: remove unused bits of code all over the place by Daniel Martí · 6 years ago
- 7450960 encoding/json: fix scanner byte offset on scanEnd by itchyny · 6 years ago
- 79669dc encoding/json: revert Compact HTML escaping documentation by Tom Thorogood · 6 years ago
- 85f3ca7 encoding/json: fix panic for nil instances of TextMarshaler in map keys by William Poussier · 6 years ago
- 3737359 encoding/xml: rename fInnerXml to fInnerXML by Eddie Scholtz · 6 years ago
- ae68a91 encoding/json: remove unnecessary isValidNumber call by Daniel Martí · 6 years ago
- 95c3c43 encoding/json: fix the broken "overwriting of data" tests by Daniel Martí · 6 years ago
- eee07a8 Revert "encoding/json: avoid work when unquoting strings" by Filippo Valsorda · 6 years ago
- 0dd120d encoding/json: fix format string in the Fuzz func by Dmitry Vyukov · 6 years ago
- e81b731 encoding/json: clarify Marshal behavior for string keys of maps by Eli Bendersky · 6 years ago
- c4ca603 all: change some function documentation to be more idiomatic by Dominik Honnef · 6 years ago
- 13327f2 encoding/json: obey SetEscapeHTML in all MarshalJSON cases by Daniel Martí · 6 years ago
- d307bd4 encoding/gob: properly ignore errors by Leon Klingele · 6 years ago
- 06b0bab all: shorten some tests by Russ Cox · 6 years ago
- 02fe6ba all: remove PEM-encoded private keys from tests by Russ Cox · 6 years ago
- c514071 encoding/gob: rename encBuffer.WriteByte to writeByte by Russ Cox · 6 years ago
- ed7f323 all: simplify code using "gofmt -s -w" by Shulhan · 6 years ago
- 170b8b4 all: add Unwrap and Is methods to various error types by Damien Neil · 6 years ago
- 55d690d encoding/gob: adding missing fuzz skip to one of the fuzz tests by Brad Fitzpatrick · 6 years ago
- 858064f encoding/csv: add a Fuzz function by Romain Baugue · 6 years ago
- dcb8482 encoding/json: fix Unmarshal hang on recursive pointers by LE Manh Cuong · 6 years ago
- 45ed3db encoding/json: add a Fuzz function by Romain Baugue · 6 years ago
- d92bc7a encoding/json: document HTML escaping in Compact by Russ Cox · 6 years ago
- 7e08c7f encoding/json: index names for the struct decoder by Daniel Martí · 6 years ago
- fe1afe8 encoding/json: avoid work when unquoting strings by Daniel Martí · 6 years ago
- ab2f83c encoding/json: remove a bounds check in readValue by Daniel Martí · 6 years ago
- cb66462 encoding/json: use SetBytes in UnmarshalReuse benchmark by Daniel Martí · 6 years ago
- 2cc17bc encoding/json: speed up tokenization of literals by Daniel Martí · 6 years ago
- e5f6e2d encoding/json: fix performance regression in the decoder by Daniel Martí · 6 years ago
- 5f40351 encoding/base64: speed up the decoder by Daniel Martí · 6 years ago
- 49662bc all: simplify multiple for loops by Daniel Martí · 6 years ago
- 6c6a0a1 encoding/gob: update documentation in doc.go for wireType by Rob Pike · 6 years ago
- 340129e all: join a few chained ifs by Daniel Martí · 6 years ago