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
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-9
/
+9
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
2014-12-29
rollup merge of #20223: aochagavia/typo
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-9
/
+9
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-3
/
+4
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-6
/
+13
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+1
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+5
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-5
/
+6
2014-12-25
Fix typo in std::thread comments
Adolfo OchagavĂa
-1
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+6
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-164
/
+157
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-11
/
+14
2014-12-18
Fallout from new thread API
Aaron Turon
-13
/
+14
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+655