aboutsummaryrefslogtreecommitdiff
path: root/src/sort
AgeCommit message (Expand)Author
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
2017-06-01sort: clarify comment about not-a-number valuesIan Lance Taylor
2017-05-31sort: document NaN behavior for Float64Slice and friendsIan Lance Taylor
2017-02-22sort: new example: Sorting slices with sort.SliceStableKenny Grant
2017-02-10sort: optimize average calculation in symMerge and doPivot.David R. Jenni
2017-02-06sort: optimize average calculation in binary searchDavid R. Jenni
2016-12-01sort: add Slice exampleBrad Fitzpatrick
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-17sort: fix search descending order exampleSuyash
2016-09-16sort: add examples for sort.SearchSuyash