aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-qsort.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-2/+2
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-2/+2
| | | | (Have fun mergining your stuff with this.)
* Add quick sort function to the std lib.Kelly Wilson2011-05-051-0/+62