| Commit message (Expand) | Author | Age | Files | Lines |
| * | sort: add example tests for SearchFloat64s and SearchInts | Rabin Gaire | 2021-03-18 | 1 | -0/+32 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 4 | -0/+4 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+2 |
| * | sort: fix grammar in updated Less comment | zikaeroh | 2020-10-17 | 1 | -1/+1 |
| * | sort: update comments | Russ Cox | 2020-10-16 | 2 | -68/+86 |
| * | sort: document requirements of Less relation | alandonovan | 2020-10-14 | 1 | -2/+9 |
| * | sort: simplify bootstrap | Russ Cox | 2019-05-02 | 5 | -57/+51 |
| * | sort, internal/reflectlite: flesh out reflectlite enough for use by sort | Brad Fitzpatrick | 2019-03-27 | 2 | -7/+55 |
| * | sort: replace Errorf+FailNow with Fatalf | Iskander Sharipov | 2019-03-22 | 1 | -7/+3 |
| * | sort: change let to let's | GiantsLoveDeathMetal | 2019-01-27 | 1 | -1/+1 |
| * | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 1 | -1/+1 |
| * | sort: fix typo in comment | Takayoshi Nishida | 2018-04-22 | 1 | -1/+1 |
| * | sort: fix typo, was a mixup between identifiers 'unsorted' and 'data' | Neven Sajko | 2018-03-19 | 1 | -1/+1 |
| * | all: fix non-standard "DO NOT EDIT" comments for generated files | Mark Rushakoff | 2018-03-10 | 2 | -2/+2 |
| * | sort: split post-Go1.4 code into its own file | Russ Cox | 2017-10-27 | 2 | -39/+46 |
| * | sort: update main example to use Slice along with Sort | Agniva De Sarker | 2017-09-24 | 1 | -0/+14 |
| * | sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted | Karsten Köhler | 2017-08-28 | 1 | -0/+44 |
| * | sort: fix mix-up between "!less" and "greater" in examples | Tom Levy | 2017-08-25 | 2 | -5/+6 |
| * | sort: fix TestAdversary | Tom Levy | 2017-08-25 | 1 | -20/+40 |
| * | sort: add example for Strings | Tony Walker | 2017-07-15 | 1 | -0/+7 |
| * | all: single space after period | Brad Fitzpatrick | 2017-06-09 | 1 | -1/+1 |
| * | sort: clarify comment about not-a-number values | Ian Lance Taylor | 2017-06-01 | 1 | -3/+3 |
| * | sort: document NaN behavior for Float64Slice and friends | Ian Lance Taylor | 2017-05-31 | 1 | -3/+6 |
| * | sort: new example: Sorting slices with sort.SliceStable | Kenny Grant | 2017-02-22 | 1 | -0/+28 |
| * | sort: optimize average calculation in symMerge and doPivot. | David R. Jenni | 2017-02-10 | 3 | -10/+14 |
| * | sort: optimize average calculation in binary search | David R. Jenni | 2017-02-06 | 1 | -1/+1 |
| * | sort: add Slice example | Brad Fitzpatrick | 2016-12-01 | 1 | -0/+19 |
| * | sort: fix a slice benchmark not using the stable variant, add another | Brad Fitzpatrick | 2016-10-05 | 1 | -1/+14 |
| * | sort: add Slice, SliceStable, and SliceIsSorted | Brad Fitzpatrick | 2016-10-03 | 4 | -18/+511 |
| * | sort: fix search descending order example | Suyash | 2016-09-17 | 1 | -1/+1 |
| * | sort: add examples for sort.Search | Suyash | 2016-09-16 | 1 | -0/+42 |
| * | sort: cut 140 seconds off race build tests | Brad Fitzpatrick | 2016-09-14 | 1 | -0/+5 |
| * | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -7/+0 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 3 | -7/+7 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -2/+2 |
| * | sort: fix for nondeterministic less function in quicksort pivot | Jure Ham | 2016-02-24 | 2 | -7/+44 |
| * | sort: Fix typo in stable sort comment | Matt Bostock | 2016-02-18 | 1 | -1/+1 |
| * | sort: improve average quicksort performance | Russ Cox | 2015-12-04 | 2 | -43/+73 |
| * | Revert "sort: improve average quicksort performance" | Russ Cox | 2015-12-04 | 2 | -73/+43 |
| * | sort: improve average quicksort performance | Sokolov Yura | 2015-12-04 | 2 | -43/+73 |
| * | strings: fix period placement in Search doc comment | Caleb Spare | 2015-11-18 | 1 | -1/+1 |
| * | sort: Fix typo in Stable() comment | Matt Bostock | 2015-08-17 | 1 | -1/+1 |
| * | sort: fixed small typo in comments | Florin Patan | 2015-02-08 | 1 | -1/+1 |
| * | sort: reduce number of comparisons needed by medianOfThree | Martin Möhrmann | 2015-01-13 | 1 | -9/+8 |
| * | sort: optimize symMerge performance for blocks with one element | Martin Möhrmann | 2015-01-06 | 1 | -0/+48 |
| * | sort: simplify rotate and reduce calls to it | Martin Möhrmann | 2014-12-23 | 1 | -16/+8 |
| * | sort: reduce leaf calls in Stable | Josh Bleecher Snyder | 2014-12-22 | 1 | -8/+14 |
| * | sort: deduplicate inner loop of Stable | Josh Bleecher Snyder | 2014-12-19 | 1 | -18/+13 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 10 | -0/+1681 |