aboutsummaryrefslogtreecommitdiff
path: root/src/sort
AgeCommit message (Expand)Author
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
2014-09-08build: move package sources from src/pkg to srcRuss Cox