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
/
shared.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-10
/
+11
2014-11-24
Merge libsync into libstd
Aaron Turon
-0
/
+493
2014-06-11
sync: Move underneath libstd
Alex Crichton
-505
/
+0
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-1
/
+1
2014-05-24
Fixes problems on systems with opaque mutex
Valerii Hiora
-3
/
+11
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-1
/
+0
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-4
/
+4
2014-03-23
std: Move NativeMutex from &mut self to &self
Alex Crichton
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-06
fix typos with with repeated words, just like this sentence.
Kang Seonghoon
-1
/
+1
2014-02-20
rustc: avoid compiler generated `unsafe` blocks leaking.
Huon Wilson
-9
/
+7
2014-02-17
Fix a deadlock in channels, again.
Alex Crichton
-2
/
+2
2014-02-15
auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson
bors
-1
/
+9
2014-02-15
Correctly reset steals when hitting MAX_STEALS
Alex Crichton
-1
/
+9
2014-02-16
Convert some unnecessary StaticNativeMutexes to NativeMutexes.
Huon Wilson
-4
/
+3
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-3
/
+3
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-4
/
+3
2014-02-13
Relax an assertion in start_selection()
Alex Crichton
-4
/
+14
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-0
/
+483