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
Age
Commit message (
Expand
)
Author
Lines
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-108
/
+0
2014-12-21
rollup merge of #20100: alexcrichton/issue-20091
Alex Crichton
-5
/
+8
2014-12-21
std: Don't parse argv as a String
Alex Crichton
-5
/
+8
2014-12-21
rollup merge of #20086: shepmaster/random-typo
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20077: shepmaster/stdin-typo
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-2
/
+3
2014-12-21
rollup merge of #20069: jarod/bitflags
Alex Crichton
-21
/
+21
2014-12-21
rollup merge of #20062: aturon/stab-2-ints
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20029: vhbit/ios-no-rt
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20006: alexcrichton/no-more-empty-modules
Alex Crichton
-8
/
+135
2014-12-21
rollup merge of #19993: bluss/setalgebraitems
Alex Crichton
-46
/
+83
2014-12-21
rollup merge of #19973: vhbit/ios-no-copy
Alex Crichton
-1
/
+0
2014-12-21
rollup merge of #19932: elszben/master
Alex Crichton
-0
/
+50
2014-12-21
Remove a ton of public reexports
Corey Farwell
-43
/
+53
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-10
/
+157
2014-12-20
Fix small typos in std::rand documentation
Jake Goulding
-2
/
+2
2014-12-20
Correct typo in doc for StdinReaderGuard
Jake Goulding
-1
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+3
2014-12-20
use binary literals to better reflect "bitflags"
Jarod Liu
-21
/
+21
2014-12-19
Stabilize integer modules
Aaron Turon
-2
/
+2
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-34
/
+13
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-9
/
+9
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-51
/
+31
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-2
/
+1
2014-12-20
auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro
bors
-7
/
+28
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-7
/
+28
2014-12-19
hashset: Clean up and rename the HashSet iterators
bluss
-46
/
+83
2014-12-19
Register new snapshots
Alex Crichton
-108
/
+0
2014-12-19
windows: remove unused import
Jorge Aparicio
-1
/
+0
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-81
/
+30
2014-12-19
librustrt: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-19
iOS: fallout of runtime removal
Valerii Hiora
-2
/
+2
2014-12-19
auto merge of #19654 : aturon/rust/merge-rt, r=alexcrichton
bors
-2710
/
+6758
2014-12-18
Disable at_exit handlers
Aaron Turon
-1
/
+4
2014-12-18
Rebasing fixes.
Aaron Turon
-14
/
+22
2014-12-18
Delete rest of rustrt
Aaron Turon
-1
/
+2
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-27
/
+21
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-46
/
+78
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1008
/
+320
2014-12-18
Update doc comment for std::rt
Aaron Turon
-31
/
+6
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-39
/
+27
2014-12-18
Tweak the startup routine to pass on linux
Alex Crichton
-68
/
+65
2014-12-18
Fix compilation on linux
Alex Crichton
-9
/
+8
2014-12-18
Fix the capture_stderr test
Alex Crichton
-4
/
+3
2014-12-18
Disable capture_stderr test for now
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-402
/
+277
2014-12-18
Revise rt::unwind
Aaron Turon
-46
/
+30
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-66
/
+73
2014-12-18
Add blocking support module for channels
Aaron Turon
-308
/
+357
[next]