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
/
sync
/
mpsc
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-6
/
+6
2015-03-24
Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-08
Remove unneeded `Send` bounds from `std::sync::mpsc`.
Huon Wilson
-6
/
+6
2015-02-23
int audit - std::sync
Nick Cameron
-6
/
+6
2015-02-21
Remove `'static` bound from sync::mpsc, Mutex and RwLock.
Huon Wilson
-6
/
+6
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-6
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-8
/
+9
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+7
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-0
/
+483
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+483