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
/
libstd
/
sort.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-30
RIMOV, round 10
Ben Striegel
-1
/
+1
2013-01-30
RIMOV, round 5
Ben Striegel
-19
/
+19
2013-01-30
RIMOV, round 4
Ben Striegel
-9
/
+9
2013-01-30
RIMOV, round 3
Ben Striegel
-29
/
+29
2013-01-29
libstd: De-export libstd. rs=deexport
Patrick Walton
-16
/
+9
2013-01-24
librustc: Disallow `&mut` loans from overlapping with any other loans
Patrick Walton
-3
/
+9
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-6
/
+6
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+21
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-21
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+21
2012-12-28
libstd: Fix tests. rs=bustage
Patrick Walton
-0
/
+13
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-0
/
+3
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-28
Register snapshots
Brian Anderson
-56
/
+0
2012-11-20
libstd: fix warnings in sort
Erick Tryzelaar
-14
/
+14
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-4
/
+69
2012-11-18
Made merge_sort pure
Jesse Jones
-2
/
+2
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-1
/
+4
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-4
/
+1
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-1
/
+4
2012-10-29
std: disable timsort crash-test on windows.
Graydon Hoare
-0
/
+1
2012-10-25
std: Fix build errors in sort
Brian Anderson
-4
/
+4
2012-10-25
Merge remote-tracking branch '14427/incoming'
Brian Anderson
-24
/
+851
2012-10-25
Remove some unused MergeState code, add a Fixme and remove a workaround invol...
Simon BD
-8
/
+5
2012-10-24
Move binarysort out of MergeState
Simon BD
-36
/
+36
2012-10-24
Remove commented out code
Simon BD
-28
/
+0
2012-10-24
Remove and comment out more MergeState code
Simon BD
-28
/
+28
2012-10-24
Remove some code that MergeState used to prevent double frees
Simon BD
-33
/
+1
2012-10-24
Fix tests for Copy bound
Simon BD
-45
/
+9
2012-10-24
Add copy bound to sort
Simon BD
-104
/
+52
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-22
/
+22
2012-10-22
Re-add bad Ord impl test
Simon BD
-0
/
+19
2012-10-22
Fix typo
Simon BD
-1
/
+1
2012-10-22
Fix long line
Simon BD
-1
/
+2
2012-10-22
Use explicit self
Simon BD
-8
/
+8
2012-10-22
Uncomment tests and fix binarysort segmentation fault
Simon BD
-95
/
+72
2012-10-22
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-1
/
+1
2012-10-22
Fix up tests, export tim_sort
Simon BD
-25
/
+19
2012-10-12
Make moves explicit in std tests
Tim Chevalier
-1
/
+1
2012-10-06
Add a test to check that badly written Ord impl do not cause double frees
Simon BD
-0
/
+21
2012-10-06
Remove debug info
Simon BD
-2
/
+2
2012-10-04
Finish up tests, uncomment when ICE is fixed.
Simon BD
-18
/
+146
2012-10-04
Get tim_sort working, add test for double-freeing elements in tmp
Simon BD
-24
/
+25
2012-10-03
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-16
/
+8
2012-10-03
Backup changes before pull from incoming
Simon BD
-11
/
+131
2012-10-03
Add cleanup code so the the array remains in a valid state if a comparison fails
Simon BD
-1
/
+74
2012-10-01
Make local variables and methods use underscores not camel case
Simon BD
-138
/
+138
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
[prev]
[next]