summaryrefslogtreecommitdiff
path: root/src/sort
Commit message (Expand)AuthorAgeFilesLines
* 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
* strings: fix period placement in Search doc commentCaleb Spare2015-11-181-1/+1
* sort: Fix typo in Stable() commentMatt Bostock2015-08-171-1/+1
* sort: fixed small typo in commentsFlorin Patan2015-02-081-1/+1
* sort: reduce number of comparisons needed by medianOfThreeMartin Möhrmann2015-01-131-9/+8
* sort: optimize symMerge performance for blocks with one elementMartin Möhrmann2015-01-061-0/+48
* sort: simplify rotate and reduce calls to itMartin Möhrmann2014-12-231-16/+8
* sort: reduce leaf calls in StableJosh Bleecher Snyder2014-12-221-8/+14
* sort: deduplicate inner loop of StableJosh Bleecher Snyder2014-12-191-18/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-0810-0/+1681