summaryrefslogtreecommitdiff
path: root/src/sort
Commit message (Expand)AuthorAgeFilesLines
* all: remove pre-Go 1.17 workaroundsRuss Cox2022-08-044-55/+9
* all: gofmt main repoRuss Cox2022-05-191-8/+9
* slices: use !{{Less}} instead of {{GreaterOrEqual}}张云浩2022-04-251-22/+10
* sort: use pdqsortzhangyunhao2022-04-138-366/+885
* sort: add Find functionEli Bendersky2022-04-072-0/+147
* all: remove trailing blank doc comment linesRuss Cox2022-04-013-6/+0
* sort: generate generic variants with E rather than ElemIan Lance Taylor2022-03-181-5/+5
* sort: use a different codegen strategyEli Bendersky2022-03-036-728/+1211
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-4/+4
* sort: improve sort documentationjiahua wang2021-11-161-2/+3
* sort: add example tests for SearchFloat64s and SearchIntsRabin Gaire2021-03-181-0/+32
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-204-0/+4
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* sort: fix grammar in updated Less commentzikaeroh2020-10-171-1/+1
* sort: update commentsRuss Cox2020-10-162-68/+86
* sort: document requirements of Less relationalandonovan2020-10-141-2/+9
* sort: simplify bootstrapRuss Cox2019-05-025-57/+51
* sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick2019-03-272-7/+55
* sort: replace Errorf+FailNow with FatalfIskander Sharipov2019-03-221-7/+3
* sort: change let to let'sGiantsLoveDeathMetal2019-01-271-1/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* sort: fix typo in commentTakayoshi Nishida2018-04-221-1/+1
* sort: fix typo, was a mixup between identifiers 'unsorted' and 'data'Neven Sajko2018-03-191-1/+1
* all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff2018-03-102-2/+2
* sort: split post-Go1.4 code into its own fileRuss Cox2017-10-272-39/+46
* sort: update main example to use Slice along with SortAgniva De Sarker2017-09-241-0/+14
* sort: add examples for IntsAreSorted, Float64s and Float64sAreSortedKarsten Köhler2017-08-281-0/+44
* sort: fix mix-up between "!less" and "greater" in examplesTom Levy2017-08-252-5/+6
* sort: fix TestAdversaryTom Levy2017-08-251-20/+40
* sort: add example for StringsTony Walker2017-07-151-0/+7
* all: single space after periodBrad Fitzpatrick2017-06-091-1/+1
* sort: clarify comment about not-a-number valuesIan Lance Taylor2017-06-011-3/+3
* sort: document NaN behavior for Float64Slice and friendsIan Lance Taylor2017-05-311-3/+6
* sort: new example: Sorting slices with sort.SliceStableKenny Grant2017-02-221-0/+28
* sort: optimize average calculation in symMerge and doPivot.David R. Jenni2017-02-103-10/+14
* sort: optimize average calculation in binary searchDavid R. Jenni2017-02-061-1/+1
* sort: add Slice exampleBrad Fitzpatrick2016-12-011-0/+19
* sort: fix a slice benchmark not using the stable variant, add anotherBrad Fitzpatrick2016-10-051-1/+14
* sort: add Slice, SliceStable, and SliceIsSortedBrad Fitzpatrick2016-10-034-18/+511
* sort: fix search descending order exampleSuyash2016-09-171-1/+1
* sort: add examples for sort.SearchSuyash2016-09-161-0/+42
* sort: cut 140 seconds off race build testsBrad Fitzpatrick2016-09-141-0/+5
* all: delete dead non-test codeDominik Honnef2016-03-251-7/+0
* all: single space after period.Brad Fitzpatrick2016-03-023-7/+7
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* sort: fix for nondeterministic less function in quicksort pivotJure Ham2016-02-242-7/+44
* sort: Fix typo in stable sort commentMatt Bostock2016-02-181-1/+1
* sort: improve average quicksort performanceRuss Cox2015-12-042-43/+73
* Revert "sort: improve average quicksort performance"Russ Cox2015-12-042-73/+43
* sort: improve average quicksort performanceSokolov Yura2015-12-042-43/+73