aboutsummaryrefslogtreecommitdiff
path: root/src/sort/sort_test.go
AgeCommit message (Expand)Author
2019-03-22sort: replace Errorf+FailNow with FatalfIskander Sharipov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-19sort: fix typo, was a mixup between identifiers 'unsorted' and 'data'Neven Sajko
2017-08-25sort: fix TestAdversaryTom Levy
2016-10-05sort: fix a slice benchmark not using the stable variant, add anotherBrad Fitzpatrick
2016-10-03sort: add Slice, SliceStable, and SliceIsSortedBrad Fitzpatrick
2016-09-14sort: cut 140 seconds off race build testsBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24sort: fix for nondeterministic less function in quicksort pivotJure Ham
2014-09-08build: move package sources from src/pkg to srcRuss Cox