summaryrefslogtreecommitdiff
path: root/src/sort
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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