| Age | Commit message (Expand) | Author |
| 2026-02-02 | compress/bzip2: use obscuretestdata.ReadFile to avoid creating temporary | Ian Lance Taylor |
| 2025-12-15 | archive/tar, compress/bzip2: base64 some troublesome testdata files | Ian Lance Taylor |
| 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-13 | internal/testenv: add MustHaveSource, rm HasSrc | Kir Kolyshkin |
| 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 |
| 2024-04-15 | compress/bzip2: simplify Huffman tree construction | aimuz |
| 2024-04-10 | crypto/internal/mlkem768: new package | Filippo Valsorda |
| 2024-03-18 | compress/bzip2,lzw: use built-in clear to simplify code | apocelipes |
| 2024-03-11 | compress/gzip: close writer in test | guoguangwu |
| 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-16 | compress/bzip2: fix typo | Jes Cok |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-05-24 | compress/flate, archive/zip: reduce memory allocations | Maksim Meshkov |
| 2023-02-27 | compress/zlib: use binary.BigEndian consistently | Joe Tsai |
| 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-07-12 | compress/gzip: fix stack exhaustion bug in Reader.Read | Tatiana Bradley |
| 2022-06-22 | compress/gzip: always close bodyReader in Example_compressingReader | Ian Lance Taylor |
| 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-05 | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-30 | compress/zlib: tighten header CINFO check | Nigel Tao |
| 2022-03-15 | compress/gzip: add example of compressing reader | Ian Lance Taylor |
| 2022-03-06 | all: fix some typos | Dan Kortschak |
| 2022-03-02 | compress/gzip: return unexpected EOF for certain truncated streams | Phil Bracikowski |
| 2022-01-13 | all: add a handful of fuzz targets | Roland Shoemaker |
| 2022-01-12 | Revert "all: add a handful of fuzz targets" | Bryan Mills |
| 2022-01-12 | all: add a handful of fuzz targets | Roland Shoemaker |
| 2021-10-12 | compress/lzw: output a Clear code first, per GIF spec | Nigel Tao |
| 2021-09-28 | compress/gzip: add missing license | jiahua wang |
| 2021-03-17 | compress/lzw: add Reset method to Reader and Writer | Agniva De Sarker |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-12-02 | all: update to use filepath.WalkDir instead of filepath.Walk | Russ Cox |
| 2020-10-23 | all: fix quoting for compress/bzip2 and time's godoc | subham sarkar |