aboutsummaryrefslogtreecommitdiff
path: root/src/sort
AgeCommit message (Expand)Author
2026-01-15sort: improve comment readability for Stable functionPrateik Lohani
2025-11-23cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...Axel Wagner
2025-09-25std: remove unused declarationsAlan Donovan
2025-07-07sort: clarify Less docJohn Giorshev
2025-06-02slices,sort: explicitly discard results in benchmarksAlan Donovan
2024-12-03sort: add examples for SearchStrings, SliceIsSortedcuishuang
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-02slice, sort: correct triple of xorshift RNGMeng Zhuo
2024-08-21sort: drop implementation for Go <1.21Tobias Klauser
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-11-28sort: add available godoc linkcui fliter
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-08-07sort: use the builtin min functionMuhammad Falak R Wani
2023-07-25sort: add gen_sort_variants support for x/exp/slicesIan Lance Taylor
2023-07-21sort: forward fixed-type slice sorting to slices packageEli Bendersky
2023-06-13sort: comments directing new code to use the slices package when applicableEli Bendersky
2023-05-23slices: add sorting and comparison functionsEli Bendersky
2022-08-04all: remove pre-Go 1.17 workaroundsRuss Cox
2022-05-19all: gofmt main repoRuss Cox
2022-04-25slices: use !{{Less}} instead of {{GreaterOrEqual}}张云浩
2022-04-13sort: use pdqsortzhangyunhao
2022-04-07sort: add Find functionEli Bendersky
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-18sort: generate generic variants with E rather than ElemIan Lance Taylor
2022-03-03sort: use a different codegen strategyEli Bendersky
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-16sort: improve sort documentationjiahua wang
2021-03-18sort: add example tests for SearchFloat64s and SearchIntsRabin Gaire
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-17sort: fix grammar in updated Less commentzikaeroh
2020-10-16sort: update commentsRuss Cox
2020-10-14sort: document requirements of Less relationalandonovan
2019-05-02sort: simplify bootstrapRuss Cox
2019-03-27sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick
2019-03-22sort: replace Errorf+FailNow with FatalfIskander Sharipov
2019-01-27sort: change let to let'sGiantsLoveDeathMetal
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-22sort: fix typo in commentTakayoshi Nishida
2018-03-19sort: fix typo, was a mixup between identifiers 'unsorted' and 'data'Neven Sajko
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2017-10-27sort: split post-Go1.4 code into its own fileRuss Cox
2017-09-24sort: update main example to use Slice along with SortAgniva De Sarker
2017-08-28sort: add examples for IntsAreSorted, Float64s and Float64sAreSortedKarsten Köhler
2017-08-25sort: fix mix-up between "!less" and "greater" in examplesTom Levy
2017-08-25sort: fix TestAdversaryTom Levy
2017-07-15sort: add example for StringsTony Walker
2017-06-09all: single space after periodBrad Fitzpatrick