index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sort
/
sort.go
Age
Commit message (
Expand
)
Author
2026-01-15
sort: improve comment readability for Stable function
Prateik Lohani
2025-07-07
sort: clarify Less doc
John Giorshev
2024-11-02
slice, sort: correct triple of xorshift RNG
Meng Zhuo
2024-08-21
sort: drop implementation for Go <1.21
Tobias Klauser
2023-11-28
sort: add available godoc link
cui fliter
2023-07-21
sort: forward fixed-type slice sorting to slices package
Eli Bendersky
2023-06-13
sort: comments directing new code to use the slices package when applicable
Eli Bendersky
2022-04-13
sort: use pdqsort
zhangyunhao
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-03
sort: use a different codegen strategy
Eli Bendersky
2021-11-16
sort: improve sort documentation
jiahua wang
2020-10-17
sort: fix grammar in updated Less comment
zikaeroh
2020-10-16
sort: update comments
Russ Cox
2020-10-14
sort: document requirements of Less relation
alandonovan
2019-01-27
sort: change let to let's
GiantsLoveDeathMetal
2018-04-22
sort: fix typo in comment
Takayoshi Nishida
2017-10-27
sort: split post-Go1.4 code into its own file
Russ Cox
2017-06-01
sort: clarify comment about not-a-number values
Ian Lance Taylor
2017-05-31
sort: document NaN behavior for Float64Slice and friends
Ian Lance Taylor
2017-02-10
sort: optimize average calculation in symMerge and doPivot.
David R. Jenni
2016-10-03
sort: add Slice, SliceStable, and SliceIsSorted
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
sort: fix for nondeterministic less function in quicksort pivot
Jure Ham
2016-02-18
sort: Fix typo in stable sort comment
Matt Bostock
2015-12-04
sort: improve average quicksort performance
Russ Cox
2015-12-04
Revert "sort: improve average quicksort performance"
Russ Cox
2015-12-04
sort: improve average quicksort performance
Sokolov Yura
2015-08-17
sort: Fix typo in Stable() comment
Matt Bostock
2015-02-08
sort: fixed small typo in comments
Florin Patan
2015-01-13
sort: reduce number of comparisons needed by medianOfThree
Martin Möhrmann
2015-01-06
sort: optimize symMerge performance for blocks with one element
Martin Möhrmann
2014-12-23
sort: simplify rotate and reduce calls to it
Martin Möhrmann
2014-12-22
sort: reduce leaf calls in Stable
Josh Bleecher Snyder
2014-12-19
sort: deduplicate inner loop of Stable
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox