index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
vector-sort-failure-safe.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-11
test: Rename files, fail -> panic.
Michael Sproul
-103
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-10-20
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-10-14
test: make the sort failure-safety test unsafeless and more obvious.
Huon Wilson
-31
/
+43
2014-10-09
test: Convert statics to constants
Alex Crichton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-4
/
+4
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-04-02
rand: remove (almost) all ~[]'s from Vec.
Huon Wilson
-2
/
+2
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-1
/
+4
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-1
/
+1
2013-12-22
fix check-fast tests.
Huon Wilson
-1
/
+2
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-3
/
+3
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-2
/
+2
2013-12-20
std::vec: implement a stable merge sort, deferring to insertion sort for
Huon Wilson
-0
/
+88