about summary refs log tree commit diff
path: root/src/lib/sort.rs
AgeCommit message (Expand)AuthorLines
2011-05-20stdlib: Export only what's needed from std::sortBrian Anderson-0/+4
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-2/+2
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-3/+3
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-0/+101
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-101/+0
2011-05-06Ge the host triple using LLVM. Fix a few 'mutable' warnings also.Kelly Wilson-6/+6
2011-05-05Add quick sort function to the std lib.Kelly Wilson-0/+52
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-28/+28
2010-12-21Add std.sort, with a simple mergesort.Graydon Hoare-0/+49