1. 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
  2. 14bc4f5 encoding/xml: ignore whitespace in values and attrs by Leigh McCulloch · 7 years ago
  3. 776cdef encoding/xml: add docs and tests for bool whitespace by Leigh McCulloch · 7 years ago
  4. 6e9e9df encoding/xml: improve package based on the suggestions from metalinter by Karel Pazdera · 8 years ago
  5. 0a0186f encoding/xml: unmarshal allow empty, non-string values by Sarah Adams · 8 years ago
  6. d8264de all: spell "marshal" and "unmarshal" consistently by Dmitri Shuralyov · 8 years ago
  7. 48c6048 encoding/xml: check type when unmarshaling innerxml field by Quentin Smith · 8 years ago
  8. 97c859f encoding/xml: reject invalid comments by Michal Bohuslávek · 10 years ago
  9. c0d6d33 encoding/xml: restore Go 1.4 name space behavior by Russ Cox · 10 years ago
  10. 3be158d encoding/xml: encoding name spaces correctly by Roger Peppe · 10 years ago
  11. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  12. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/encoding/xml/read_test.go]
  13. e79bab3 encoding/xml: unmarshal into interfaces by Josh Bleecher Snyder · 11 years ago
  14. 84b0842 encoding/xml: add, support Unmarshaler interface by Russ Cox · 12 years ago
  15. bdf8bf6 encoding/xml: predefine xml name space prefix by Russ Cox · 12 years ago
  16. 4dd3e1e encoding/xml: name space bug fixes by Russ Cox · 12 years ago
  17. 4730a22 encoding/xml: fix decoding of attributes in to pointer fields. Fixes #3719. by Kamil Kisiel · 12 years ago
  18. 1d8250c time: clean up MarshalJSON, add RFC3339 method by Russ Cox · 13 years ago
  19. 0a7ad32 encoding/xml: add support for the omitempty flag by Gustavo Niemeyer · 13 years ago
  20. 0442087 encoding/xml: bring API closer to other packages by Gustavo Niemeyer · 13 years ago
  21. 1627b46 xml: major Go 1 fixup by Gustavo Niemeyer · 13 years ago
  22. 38ff98b encoding/xml: use strings.Reader in tests. by Michael Shields · 13 years ago
  23. 1371ac2 xml: allow parsing of <_> </_>. by David Crawshaw · 13 years ago
  24. f4cd802 encoding: move asn1, csv, gob, json, xml into encoding by Rob Pike · 13 years ago[Renamed from src/pkg/xml/read_test.go]
  25. 55751a3 xml: match Marshal's XMLName behavior in Unmarshal by Chris Farmiloe · 13 years ago
  26. 25733a9 reflect: support for struct tag use by multiple packages by Russ Cox · 14 years ago
  27. 5f77bf8 xml: handle non-string attribute fields by Maxim Ushakov · 14 years ago
  28. 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
  29. cded21a changes for more restricted reflect.SetValue by Russ Cox · 14 years ago
  30. db5c5d6 update go tree for reflect changes by Russ Cox · 14 years ago
  31. 1a6b1dd xml: fix typo in test. by Yasuhiro Matsumoto · 14 years ago
  32. c52ad23 xml: handle tag paths through the same element by Gustavo Niemeyer · 14 years ago
  33. 3426b80 xml: support for > in tags by Gustavo Niemeyer · 14 years ago
  34. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  35. 0485ba7 xml: allow text segments to end at EOF by Russ Cox · 15 years ago
  36. 9f69ab3 xml: fix innerxml handling of & escapes by Russ Cox · 15 years ago
  37. e7b6fe3 xml: new "innerxml" tag to collect inner XML by Russ Cox · 15 years ago
  38. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  39. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  40. 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago
  41. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  42. e57acdc gofmt-ify parts of xml by Robert Griesemer · 15 years ago
  43. 0ddfe70 XML parser by Russ Cox · 15 years ago