summary refs log tree commit diff
path: root/src/test/run-pass/vector-sort-failure-safe.rs
AgeCommit message (Expand)AuthorLines
2013-12-22fix check-fast tests.Huon Wilson-1/+2
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-3/+3
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-2/+2
2013-12-20std::vec: implement a stable merge sort, deferring to insertion sort forHuon Wilson-0/+88