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_test.go
Age
Commit message (
Expand
)
Author
2024-07-16
sort: add example for Find
cui fliter
2024-03-07
sort: fix typo in sort_test.go
Alex Driuk
2024-02-08
sort: use math/rand/v2 in tests and benchmarks
Tobias Klauser
2023-08-07
sort: use the builtin min function
Muhammad Falak R Wani
2023-07-21
sort: forward fixed-type slice sorting to slices package
Eli Bendersky
2022-04-13
sort: use pdqsort
zhangyunhao
2019-03-22
sort: replace Errorf+FailNow with Fatalf
Iskander Sharipov
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-19
sort: fix typo, was a mixup between identifiers 'unsorted' and 'data'
Neven Sajko
2017-08-25
sort: fix TestAdversary
Tom Levy
2016-10-05
sort: fix a slice benchmark not using the stable variant, add another
Brad Fitzpatrick
2016-10-03
sort: add Slice, SliceStable, and SliceIsSorted
Brad Fitzpatrick
2016-09-14
sort: cut 140 seconds off race build tests
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-24
sort: fix for nondeterministic less function in quicksort pivot
Jure Ham
2014-09-08
build: move package sources from src/pkg to src
Russ Cox