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