| Age | Commit message (Expand) | Author |
| 2025-11-25 | compress/flate: move big non-pointer arrays to end of compressor | Ian Lance Taylor |
| 2025-10-23 | all: replace Split in loops with more efficient SplitSeq | cuishuang |
| 2025-05-19 | std: pass bytes.Buffer and strings.Builder by pointer | Alan Donovan |
| 2025-03-07 | compress/flate,compress/lzw: fix incorrect godoc links | Olivier Mengué |
| 2025-03-06 | compress/lzw,compress/gzip,compress/flate,compress/zlib,compress/bzip2: go do... | Olivier Mengué |
| 2025-02-18 | all: use a more straightforward return value | cuishuang |
| 2024-09-06 | compress/flate: use built-in clear to simplify the code | apocelipes |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-04-26 | compress: reordering fields to reduce struct sizes | apocelipes |
| 2023-10-13 | compress: some minor corrections or adjustments for godoc link | cui fliter |
| 2023-10-12 | compress: add available godoc link | cui fliter |
| 2023-09-01 | compress: linkify references to io.ByteReader | Joe Tsai |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-05-24 | compress/flate, archive/zip: reduce memory allocations | Maksim Meshkov |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-09-29 | compress: remove useless break statement | cuiweixie |
| 2022-09-15 | compress/flate: update NewReader documentation | Joe Tsai |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-17 | compress/flate: remove var newH | Tobias Klauser |
| 2022-05-11 | compress/flate: remove compressor.hash field | Ian Lance Taylor |
| 2022-05-08 | compress/flate: cancel redundant operations | Heisenberg |
| 2022-05-02 | compress/flate: move idempotent close logic to compressor | Joe Tsai |
| 2022-05-02 | compress/flate: return error on closed stream write | Gregory Man |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-10-19 | compress/flate: fix corrupted output | Klaus Post |
| 2020-10-16 | compress/flate: revert a goto for-loop | Daniel Martí |
| 2020-10-06 | compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)... | Dan Scales |
| 2020-07-16 | compress/flate: fix another deflate Reset inconsistency | Russ Cox |
| 2020-07-16 | compress/flate: fix deflate Reset consistency | Klaus Post |
| 2019-08-28 | compress/flate: improve deflate performance by register allocating the index | Nao YONASHIRO |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-03-31 | cmd/go: further reduce init work | Daniel Martí |
| 2019-02-19 | src, misc: apply gofmt | Robert Griesemer |
| 2018-12-20 | compress/flate: fix the old url for the flate algorithm | Osamu TONOMORI |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-10-01 | Revert "compress: move benchmark text from src/testdata to src/compress/testd... | Katie Hockman |
| 2018-09-28 | compress: move benchmark text from src/testdata to src/compress/testdata | Katie Hockman |
| 2018-09-24 | compress: reduce copies of new text for compression testing | Katie Hockman |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-07 | compress/flate: do not rename math/bits import | Russ Cox |
| 2018-04-17 | compress/flate: optimize huffSym | Ilya Tocar |
| 2017-08-31 | compress/flate: remove non-standard extensions to flate | Joe Tsai |
| 2017-03-01 | compress/flate: use math/bits.Reverse8/16 instead of local implementation | Robert Griesemer |
| 2017-01-12 | compress/flate: avoid large stack growth in fillDeflate | Joe Tsai |
| 2016-11-12 | compress/flate: add examples | Joe Tsai |
| 2016-11-04 | all: sprinkle t.Parallel on some slow tests | Brad Fitzpatrick |
| 2016-10-30 | compress/flate: tighten the BestSpeed max match offset bound. | Nigel Tao |