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
/
lib
/
sort.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-30
stdlib: Fix long line in sort.rs
Patrick Walton
-1
/
+2
2011-06-30
stdlib: Add an interior vector version of sort and a test case
Patrick Walton
-0
/
+136
2011-06-24
Remove res idents from stdlib
Marijn Haverbeke
-6
/
+6
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-68
/
+28
2011-06-09
Some more workarounds to please the alias checker
Marijn Haverbeke
-6
/
+6
2011-05-24
Add quick_sort3 function based on 'QuicksortIsOptimal.pdf' (see comments in f...
Kelly Wilson
-7
/
+82
2011-05-20
stdlib: Export only what's needed from std::sort
Brian Anderson
-0
/
+4
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-2
/
+2
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-3
/
+3
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+101
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-101
/
+0
2011-05-06
Ge the host triple using LLVM. Fix a few 'mutable' warnings also.
Kelly Wilson
-6
/
+6
2011-05-05
Add quick sort function to the std lib.
Kelly Wilson
-0
/
+52
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-28
/
+28
2010-12-21
Add std.sort, with a simple mergesort.
Graydon Hoare
-0
/
+49