| Age | Commit message (Expand) | Author |
| 2026-01-15 | sort: improve comment readability for Stable function | Prateik Lohani |
| 2025-11-23 | cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ... | Axel Wagner |
| 2025-09-25 | std: remove unused declarations | Alan Donovan |
| 2025-07-07 | sort: clarify Less doc | John Giorshev |
| 2025-06-02 | slices,sort: explicitly discard results in benchmarks | Alan Donovan |
| 2024-12-03 | sort: add examples for SearchStrings, SliceIsSorted | cuishuang |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-02 | slice, sort: correct triple of xorshift RNG | Meng Zhuo |
| 2024-08-21 | sort: drop implementation for Go <1.21 | Tobias Klauser |
| 2024-07-16 | sort: add example for Find | cui fliter |
| 2024-03-07 | sort: fix typo in sort_test.go | Alex Driuk |
| 2024-02-08 | sort: use math/rand/v2 in tests and benchmarks | Tobias Klauser |
| 2023-11-28 | sort: add available godoc link | cui fliter |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-08-07 | sort: use the builtin min function | Muhammad Falak R Wani |
| 2023-07-25 | sort: add gen_sort_variants support for x/exp/slices | Ian Lance Taylor |
| 2023-07-21 | sort: forward fixed-type slice sorting to slices package | Eli Bendersky |
| 2023-06-13 | sort: comments directing new code to use the slices package when applicable | Eli Bendersky |
| 2023-05-23 | slices: add sorting and comparison functions | Eli Bendersky |
| 2022-08-04 | all: remove pre-Go 1.17 workarounds | Russ Cox |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-04-25 | slices: use !{{Less}} instead of {{GreaterOrEqual}} | 张云浩 |
| 2022-04-13 | sort: use pdqsort | zhangyunhao |
| 2022-04-07 | sort: add Find function | Eli Bendersky |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-03-18 | sort: generate generic variants with E rather than Elem | Ian Lance Taylor |
| 2022-03-03 | sort: use a different codegen strategy | Eli Bendersky |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-16 | sort: improve sort documentation | jiahua wang |
| 2021-03-18 | sort: add example tests for SearchFloat64s and SearchInts | Rabin Gaire |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-17 | sort: fix grammar in updated Less comment | zikaeroh |
| 2020-10-16 | sort: update comments | Russ Cox |
| 2020-10-14 | sort: document requirements of Less relation | alandonovan |
| 2019-05-02 | sort: simplify bootstrap | Russ Cox |
| 2019-03-27 | sort, internal/reflectlite: flesh out reflectlite enough for use by sort | Brad Fitzpatrick |
| 2019-03-22 | sort: replace Errorf+FailNow with Fatalf | Iskander Sharipov |
| 2019-01-27 | sort: change let to let's | GiantsLoveDeathMetal |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-04-22 | sort: fix typo in comment | Takayoshi Nishida |
| 2018-03-19 | sort: fix typo, was a mixup between identifiers 'unsorted' and 'data' | Neven Sajko |
| 2018-03-10 | all: fix non-standard "DO NOT EDIT" comments for generated files | Mark Rushakoff |
| 2017-10-27 | sort: split post-Go1.4 code into its own file | Russ Cox |
| 2017-09-24 | sort: update main example to use Slice along with Sort | Agniva De Sarker |
| 2017-08-28 | sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted | Karsten Köhler |
| 2017-08-25 | sort: fix mix-up between "!less" and "greater" in examples | Tom Levy |
| 2017-08-25 | sort: fix TestAdversary | Tom Levy |
| 2017-07-15 | sort: add example for Strings | Tony Walker |
| 2017-06-09 | all: single space after period | Brad Fitzpatrick |