aboutsummaryrefslogtreecommitdiff
path: root/src/sort/sort.go
AgeCommit message (Expand)Author
2020-10-17sort: fix grammar in updated Less commentzikaeroh
2020-10-16sort: update commentsRuss Cox
2020-10-14sort: document requirements of Less relationalandonovan
2019-01-27sort: change let to let'sGiantsLoveDeathMetal
2018-04-22sort: fix typo in commentTakayoshi Nishida
2017-10-27sort: split post-Go1.4 code into its own fileRuss Cox
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-10sort: optimize average calculation in symMerge and doPivot.David R. Jenni
2016-10-03sort: add Slice, SliceStable, and SliceIsSortedBrad Fitzpatrick
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
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-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
2014-09-08build: move package sources from src/pkg to srcRuss Cox