1. 5311d91 encoding/line: fix line returned after EOF by Adam Langley · 14 years ago
  2. 4774a19 encoding/binary: update package doc string to be more comprehensive by Andrew Gerrand · 14 years ago
  3. 3aee82b encoding/line: make it an io.Reader too by Brad Fitzpatrick · 14 years ago
  4. 4871d0d encoding/line: fix up a few typos and infelicities in the doc comments by Rob Pike · 14 years ago
  5. 40c7449 encoding/base32: new package by Miek Gieben · 14 years ago
  6. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  7. 699864b encoding/line: fix error call (missing argument) by Rob Pike · 14 years ago
  8. 66a45b4 encoding/line: add by Adam Langley · 14 years ago
  9. 236f963 encoding/binary: reject types with implementation-dependent sizes by Patrick Gavlin · 14 years ago
  10. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  11. 1451695 encoding/binary: give LittleEndian, BigEndian specific types by Russ Cox · 14 years ago
  12. 10b5386 encoding/hex: fix typo by Russ Cox · 14 years ago
  13. 2ee420f ... changes by Russ Cox · 14 years ago
  14. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  15. b92db49 encoding/binary: add complex by Roger Peppe · 15 years ago
  16. 36560d2 pem: print \n after 1 header line too rearrange to make reason for if clear. by Russ Cox · 15 years ago
  17. 45bdf03 reflect: add Kind, remove Int8Type, Int8Value, etc. by Russ Cox · 15 years ago
  18. bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
  19. 0ed8231 encoding/base64: fix typo in comment by Giles Lean · 15 years ago
  20. 9036775 encoding/binary: fix error reporting bug by Rob Pike · 15 years ago
  21. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  22. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  23. d5841ca encoding/pem: add marshalling support. by Adam Langley · 15 years ago
  24. 8b8c103 fix build - misc ... vs ...T fixes by Russ Cox · 15 years ago
  25. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  26. 3490958 encoding/binary: Add support for slices of arrays of fixed-size values. by Maxim Ushakov · 15 years ago
  27. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  28. b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
  29. c78710f Add trivial whitespace to CorruptInputError strings. by Christopher Wedgwood · 15 years ago
  30. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  31. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  32. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  33. a54684f encoding/binary: implemented the Write function by Môshe van der Sterre · 15 years ago
  34. 933d185 typos by Russ Cox · 15 years ago
  35. 9e829c4 Fix capitalisation of "Git". by David Symonds · 15 years ago
  36. baba292 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  37. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  38. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  39. d3d3acc gofmt-ify io, json, runtime, encoding by Robert Griesemer · 15 years ago
  40. 12dbd06 gofmt-ify encoding by Robert Griesemer · 15 years ago
  41. cc1a979 package patch by Russ Cox · 15 years ago
  42. 93253a8 encoding/*: reverse the order of src, dst so that dst is first. by Adam Langley · 15 years ago
  43. 72ec930 Fix cgo for GCC 4.4 by Adam Langley · 15 years ago
  44. 7732d80 misc cleanup by Russ Cox · 15 years ago
  45. 569a1cd Add encoding/hex by Adam Langley · 15 years ago
  46. 7d68093 Fix typo in documentation. by Adam Langley · 15 years ago
  47. fd74a83 Add initial x509 code. by Adam Langley · 15 years ago
  48. 357b770 base64 -> encoding/base64 by Russ Cox · 15 years ago