1. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/hash/adler32/adler32_test.go]
  2. 60ffae2 hash/adler32: optimize. by Nigel Tao · 13 years ago
  3. 9feddd0b hash: more efficient memory allocation by Pascal S. de Kloe · 13 years ago
  4. ba43be3 adler32: speed up ~40% by avoiding bounds checks by Brad Fitzpatrick · 14 years ago
  5. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  6. a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  7. c2ec958 apply gofmt to go, gob, hash, http, image, io, json, log by Russ Cox · 15 years ago
  8. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  9. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/hash/adler32/adler32_test.go]
  10. 140aed9 hash reorg. by Russ Cox · 16 years ago
  11. 93bbbf9 make go/src/lib/hash one directory per package by Rob Pike · 16 years ago[Renamed from src/lib/hash/adler32_test.go]
  12. 1f6463f Convert go tree to hierarchical pkg directory: by Russ Cox · 16 years ago
  13. 658ca49 Make adler32 cleaner. by Tom Szymanski · 16 years ago
  14. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  15. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  16. 839a684 delete export by Russ Cox · 16 years ago
  17. d2cdcfc casify hash by Russ Cox · 16 years ago
  18. e3b7930 hash writers: adler32, crc32, md5, sha1. all could probably be made faster. by Russ Cox · 16 years ago