aboutsummaryrefslogtreecommitdiff
path: root/src/sort/sort_test.go
AgeCommit message (Expand)Author
2024-07-16sort: add example for Findcui fliter
2024-03-07sort: fix typo in sort_test.goAlex Driuk
2024-02-08sort: use math/rand/v2 in tests and benchmarksTobias Klauser
2023-08-07sort: use the builtin min functionMuhammad Falak R Wani
2023-07-21sort: forward fixed-type slice sorting to slices packageEli Bendersky
2022-04-13sort: use pdqsortzhangyunhao
2019-03-22sort: replace Errorf+FailNow with FatalfIskander Sharipov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-19sort: fix typo, was a mixup between identifiers 'unsorted' and 'data'Neven Sajko
2017-08-25sort: fix TestAdversaryTom Levy
2016-10-05sort: fix a slice benchmark not using the stable variant, add anotherBrad Fitzpatrick
2016-10-03sort: add Slice, SliceStable, and SliceIsSortedBrad Fitzpatrick
2016-09-14sort: cut 140 seconds off race build testsBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24sort: fix for nondeterministic less function in quicksort pivotJure Ham
2014-09-08build: move package sources from src/pkg to srcRuss Cox