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
/
comm
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-13
/
+13
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-4
/
+5
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+7
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-12
/
+10
2014-12-18
Fallout from new thread API
Aaron Turon
-21
/
+19
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-49
/
+62
2014-12-18
Add blocking support module for channels
Aaron Turon
-101
/
+77
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+3
2014-11-24
Merge libsync into libstd
Aaron Turon
-0
/
+490
2014-06-11
sync: Move underneath libstd
Alex Crichton
-485
/
+0
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-9
/
+9
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-0
/
+485