1. 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 3 months ago
  2. 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 3 months ago
  3. 4e21555 compress/lzw: clarify code invariants by Nigel Tao · 5 years ago
  4. 396d625 compress/lzw: fix comment re high-code invariant by Nigel Tao · 5 years ago
  5. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  6. 32d42fb compress/lzw: don't follow code == hi if last is invalid. by Nigel Tao · 8 years ago
  7. 642a1cc compress/lzw: fix hi code overflow. by Nigel Tao · 8 years ago
  8. 5dd922c compress/lzw: use Run for benchmarks by Marcel van Lohuizen · 9 years ago
  9. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  10. 04d732b build: shorten a few packages with long tests by Russ Cox · 9 years ago
  11. e5d9caf compress/lzw: tidy up some flush calls. by Nigel Tao · 10 years ago
  12. fea18f5 compress/lzw: return the partial decoding for a truncated input. by Nigel Tao · 10 years ago
  13. ccec934 compress/lzw: reject writing bytes that don't fit into litWidth. by Nigel Tao · 10 years ago
  14. 2a5745d compress/lzw: mention relation between litWidth and input bytes by Jeff R. Allen · 10 years ago
  15. 62f169c compress/lzw: be consistent with error message prefixes. by Nigel Tao · 10 years ago
  16. 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  17. a6abe22 compress/*: note that NewReader may introduce buffering by Russ Cox · 10 years ago
  18. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago