]> git.lizzy.rs Git - rust.git/commit
Add quick sort function to the std lib.
authorKelly Wilson <wilsonk@cpsc.ucalgary.ca>
Thu, 5 May 2011 20:08:52 +0000 (14:08 -0600)
committerGraydon Hoare <graydon@mozilla.com>
Thu, 5 May 2011 23:40:57 +0000 (16:40 -0700)
commit850dff486eb2605ad6e3c9434e3a66869dbdb943
tree4bb75a1f7919ecbab00ea7d9e77f739ce50479d5
parent4445d6771d68d17e14e491475c74492b7d2e1205
Add quick sort function to the std lib.
src/lib/sort.rs
src/test/run-pass/lib-qsort.rs [new file with mode: 0644]