aboutsummaryrefslogtreecommitdiff
path: root/src/sort
AgeCommit message (Expand)Author
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
2016-09-14sort: cut 140 seconds off race build testsBrad Fitzpatrick
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24sort: fix for nondeterministic less function in quicksort pivotJure Ham
2016-02-18sort: Fix typo in stable sort commentMatt Bostock
2015-12-04sort: improve average quicksort performanceRuss Cox
2015-12-04Revert "sort: improve average quicksort performance"Russ Cox
2015-12-04sort: improve average quicksort performanceSokolov Yura
2015-11-18strings: fix period placement in Search doc commentCaleb Spare
2015-08-17sort: Fix typo in Stable() commentMatt Bostock
2015-02-08sort: fixed small typo in commentsFlorin Patan
2015-01-13sort: reduce number of comparisons needed by medianOfThreeMartin Möhrmann
2015-01-06sort: optimize symMerge performance for blocks with one elementMartin Möhrmann
2014-12-23sort: simplify rotate and reduce calls to itMartin Möhrmann
2014-12-22sort: reduce leaf calls in StableJosh Bleecher Snyder
2014-12-19sort: deduplicate inner loop of StableJosh Bleecher Snyder