about summary refs log tree commit diff
path: root/src/test/run-pass/vector-sort-failure-safe.rs
AgeCommit message (Expand)AuthorLines
2014-11-11test: Rename files, fail -> panic.Michael Sproul-103/+0
2014-10-29Rename fail! to panic!Steve Klabnik-6/+6
2014-10-20Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-14test: make the sort failure-safety test unsafeless and more obvious.Huon Wilson-31/+43
2014-10-09test: Convert statics to constantsAlex Crichton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-4/+4
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+4
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
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