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
/
thread_info.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-21
std: Be resilient to failure in pthread_getattr_np
Alex Crichton
-4
/
+4
2015-04-27
std: Don't assume thread::current() works on panic
Alex Crichton
-6
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-23
Implement RFC 909: move thread_local into thread
Aaron Turon
-2
/
+2
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-7
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-08
Move native thread name setting from thread_info to Thread, fixes #21911
Vojtech Kral
-4
/
+0
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-28
Thread native name setting, fix #10302
Vojtech Kral
-0
/
+4
2015-01-02
rollup merge of #20354: alexcrichton/second-pass-thread_local
Alex Crichton
-2
/
+3
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-2
/
+2
2014-12-31
std: Second pass stabilization for thread_local
Alex Crichton
-2
/
+3
2014-12-18
Rebasing fixes.
Aaron Turon
-1
/
+1
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
-0
/
+5
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-3
/
+2
2014-12-18
Fallout from new thread API
Aaron Turon
-9
/
+6
2014-12-18
Revise rt::unwind
Aaron Turon
-6
/
+24
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+60