1. 3be158d encoding/xml: encoding name spaces correctly by Roger Peppe · 10 years ago
  2. a9dddb5 encoding/xml: add more EncodeToken tests. by Nigel Tao · 10 years ago
  3. 8f02df7 encoding/xml: avoid an allocation for tags without attributes by Brian Smith · 10 years ago
  4. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  5. a257ffb encoding/json: add UnmarshalTypeError.Offset by Alex Plugaru · 10 years ago
  6. 437ec6b encoding/xml: remove unnecessary memory allocation in Unmarshal by Dmitry Vyukov · 10 years ago
  7. d4e48ee encoding/gob: address go vet report by Emil Hessman · 10 years ago
  8. 2c987e1 encoding/json: address go vet reports by Emil Hessman · 10 years ago
  9. a48e789 encoding/binary: check for unsigned integers in intDataSize. by Stan Schwertly · 10 years ago
  10. 2e0a1a7 encoding/base64: add unpadded encodings, and test all encodings. by Bryan Ford · 10 years ago
  11. e4c2229 encoding/pem: eliminate allocations for newlines during encoding by Ben Burkert · 10 years ago
  12. 9b71417 encoding/json: mention that the "string" tag applies to booleans by Andrew Gerrand · 10 years ago
  13. 94151eb encoding/xml: remove SyntaxError.Byte by Russ Cox · 10 years ago
  14. aec37e7 encoding/json: encode \t as \t instead of \u0009 by Russ Cox · 10 years ago
  15. 6ad2749 encoding/csv: for Postgres, unquote empty strings, quote \. by Russ Cox · 10 years ago
  16. 63acc48 encoding/gob: add custom decoder buffer for performance by Rob Pike · 10 years ago
  17. 4c91b13 encoding/gob: fix print format in generated decoder helpers by Rob Pike · 10 years ago
  18. 65dde1e encoding/gob: use simple append-only buffer for encoding by Rob Pike · 10 years ago
  19. 9965e40 encoding/gob: custom array/slice decoders by Rob Pike · 10 years ago
  20. 5e71306 encoding/gob: speed up encoding of arrays and slices by Rob Pike · 10 years ago
  21. ae250ab encoding/gob: make encoding structs a little faster by Rob Pike · 10 years ago
  22. 1fd042c encoding/asn1: fix explicitly tagged Times. by Adam Langley · 10 years ago
  23. 7b2b8ed encoding/json: fix handling of null with ,string fields by Russ Cox · 10 years ago
  24. 8fd56bf encoding/json: document that embedded interfaces look like non-embedded ones by Russ Cox · 10 years ago
  25. 1dba6eb encoding/binary: fix error message by Robert Griesemer · 10 years ago
  26. 7e8218a encoding/json: don't panic on incorrect map argument by Robert Griesemer · 10 years ago
  27. 94f3d8c encoding/binary: slightly better documentation by Robert Griesemer · 10 years ago
  28. 1b89cd1 encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings. by Adam Langley · 11 years ago
  29. 868948b encoding/gob: fix 386 build by Rob Pike · 11 years ago
  30. 9c3fc83 encoding/gob: error rather than panic when decoding enormous slices Fixes #8084. by Rob Pike · 11 years ago
  31. dfd4123 encoding/gob: speedup encoding by Dmitriy Vyukov · 11 years ago
  32. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago