1. 566d432 asn1: marshal true as 255, not 1. by Adam Langley · 14 years ago
  2. 73fd298 reflect: rename reflect.ArrayCopy to be reflect.Copy. by Nigel Tao · 14 years ago
  3. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  4. 8206baf asn1: make interface consistent with json by Russ Cox · 15 years ago
  5. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  6. 6989f6e Fix certificate validation. by Adam Langley · 15 years ago
  7. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  8. 9714c22 asn1: remove superfluous if's, unused function by Robert Griesemer · 15 years ago
  9. e2c7e53 asn1 incorrectly encoded signed integers. When determining the by Nicholas Waples · 15 years ago
  10. 9929ee9 asn1: Enumerated, Flag and GeneralizedTime support. by Adam Langley · 15 years ago
  11. 38f1231 strings and bytes.Split: make count of 0 mean 0, not infinite. by Rob Pike · 15 years ago
  12. 45bdf03 reflect: add Kind, remove Int8Type, Int8Value, etc. by Russ Cox · 15 years ago
  13. 5f0319c asn1: allow '*' in PrintableString. by Adam Langley · 15 years ago
  14. e8a049b gofmt: modified algorithm for alignment of multi-line composite/list entries by Robert Griesemer · 15 years ago
  15. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  16. 8fbd5f8 use []byte("abc") in place of []byte{'a', 'b', 'c'} by Russ Cox · 15 years ago
  17. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  18. 95e08bd asn1: Fixes and additions to marshalling by Adam Langley · 15 years ago
  19. e7cceb8 asn1: fix marshaling of structures with >1 elements. by Adam Langley · 15 years ago
  20. 72b97e4 asn1: fix parsing of elements after a string in a structure. by Adam Langley · 15 years ago
  21. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  22. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  23. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  24. 3ab331e asn1: add support for RawContent by Adam Langley · 15 years ago
  25. 80b7f6a asn1: by Adam Langley · 15 years ago
  26. b27f05f minor adjustments to package comments for better synopsis. by Robert Griesemer · 15 years ago
  27. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  28. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  29. 6ea866c Typo fixes. by David Symonds · 15 years ago
  30. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  31. 03678f7 gofmt-ify asn1 by Robert Griesemer · 15 years ago
  32. c071da4 Add ASN.1 parser. by Adam Langley · 15 years ago