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
/
sys
/
common
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-11
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-10
/
+12
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-3
/
+2
2014-12-18
Fallout from new thread API
Aaron Turon
-12
/
+13
2014-12-18
Revise rt::unwind
Aaron Turon
-6
/
+24
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-3
/
+2
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+60
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-2
/
+1
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-5
/
+497
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-3
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-21
/
+27
2014-12-09
rollup merge of #19577: aidancully/master
Alex Crichton
-1
/
+17
2014-12-05
prefer "FIXME" to "TODO".
Aidan Cully
-1
/
+1
2014-12-05
work around portability issue on FreeBSD, in which the key returned from
Aidan Cully
-1
/
+17
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-12
/
+21
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-1
/
+221
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-5
/
+4
2014-11-24
std: Leak all statically allocated TLS keys
Alex Crichton
-35
/
+2
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+307
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-5
/
+4
2014-11-20
Make most of std::rt private
Aaron Turon
-4
/
+4
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-3
/
+2
2014-11-10
Fix 'renamed lint' warnings
Michael Gehring
-1
/
+1
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-0
/
+8
2014-11-08
Runtime removal: refactor process
Aaron Turon
-11
/
+0
2014-11-08
Runtime removal: refactor helper threads
Aaron Turon
-0
/
+145
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-0
/
+909
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+91
[prev]