- 732ea4c sort: add example tests for SearchFloat64s and SearchInts by Rabin Gaire · 4 years, 1 month ago
- d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 3 years, 11 months ago
- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 2 months ago
- fc98165 sort: fix grammar in updated Less comment by zikaeroh · 4 years, 3 months ago
- af87480 sort: update comments by Russ Cox · 4 years, 3 months ago
- fbf62be sort: document requirements of Less relation by alandonovan · 4 years, 3 months ago
- 0a338f7 sort: simplify bootstrap by Russ Cox · 6 years ago
- 39a51a4 sort, internal/reflectlite: flesh out reflectlite enough for use by sort by Brad Fitzpatrick · 6 years ago
- 9889138 sort: replace Errorf+FailNow with Fatalf by Iskander Sharipov · 6 years ago
- 4e056ad sort: change let to let's by GiantsLoveDeathMetal · 6 years ago
- 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
- d11df8b sort: fix typo in comment by Takayoshi Nishida · 7 years ago
- 15b63ee sort: fix typo, was a mixup between identifiers 'unsorted' and 'data' by Neven Sajko · 7 years ago
- 5e52471 all: fix non-standard "DO NOT EDIT" comments for generated files by Mark Rushakoff · 7 years ago
- 3caa02f sort: split post-Go1.4 code into its own file by Russ Cox · 7 years ago
- ff3123d sort: update main example to use Slice along with Sort by Agniva De Sarker · 7 years ago
- 9afec99 sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted by Karsten Köhler · 7 years ago
- 2bba267 sort: fix mix-up between "!less" and "greater" in examples by Tom Levy · 7 years ago
- 3723d08 sort: fix TestAdversary by Tom Levy · 7 years ago
- ced46c6 sort: add example for Strings by Tony Walker · 7 years ago
- af2ac47 all: single space after period by Brad Fitzpatrick · 8 years ago
- da1b830 sort: clarify comment about not-a-number values by Ian Lance Taylor · 8 years ago
- 4c96ff4 sort: document NaN behavior for Float64Slice and friends by Ian Lance Taylor · 8 years ago
- 8321be6 sort: new example: Sorting slices with sort.SliceStable by Kenny Grant · 8 years ago
- 78e6abd sort: optimize average calculation in symMerge and doPivot. by David R. Jenni · 8 years ago
- fd37b8c sort: optimize average calculation in binary search by David R. Jenni · 8 years ago
- 9ea306a sort: add Slice example by Brad Fitzpatrick · 8 years ago
- aad29eb sort: fix a slice benchmark not using the stable variant, add another by Brad Fitzpatrick · 8 years ago
- 22a2bdf sort: add Slice, SliceStable, and SliceIsSorted by Brad Fitzpatrick · 8 years ago
- f7e49f6 sort: fix search descending order example by Suyash · 8 years ago
- 79167bb sort: add examples for sort.Search by Suyash · 8 years ago
- 983e2fd sort: cut 140 seconds off race build tests by Brad Fitzpatrick · 8 years ago
- fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
- 38d4511 sort: fix for nondeterministic less function in quicksort pivot by Jure Ham · 9 years ago
- 8fd1634 sort: Fix typo in stable sort comment by Matt Bostock · 9 years ago
- e71d640 sort: improve average quicksort performance by Russ Cox · 9 years ago
- 30b87bb9 Revert "sort: improve average quicksort performance" by Russ Cox · 9 years ago
- 6f6b2f0 sort: improve average quicksort performance by Sokolov Yura · 9 years ago
- 53c21df strings: fix period placement in Search doc comment by Caleb Spare · 9 years ago
- 3c43158 sort: Fix typo in Stable() comment by Matt Bostock · 9 years ago
- 0ca4913 sort: fixed small typo in comments by Florin Patan · 10 years ago
- 2c7c727 sort: reduce number of comparisons needed by medianOfThree by Martin Möhrmann · 10 years ago
- e5864cd sort: optimize symMerge performance for blocks with one element by Martin Möhrmann · 10 years ago
- 76cc881 sort: simplify rotate and reduce calls to it by Martin Möhrmann · 10 years ago
- 2a617d4 sort: reduce leaf calls in Stable by Josh Bleecher Snyder · 10 years ago
- 6ceb604 sort: deduplicate inner loop of Stable by Josh Bleecher Snyder · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago