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
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-7
/
+7
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-05-17
Remove the unstable and deprecated mpsc_select
Josh Stone
-37
/
+0
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-7
/
+7
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2016-08-29
Fix illegal instruction caused by overflow in channel cloning
Keith Yeung
-1
/
+12
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-07-08
Check for data in Receiver::try_recv before reporting disconnect
Andrew
-1
/
+1
2016-06-22
std: sync: Implement recv_timeout()
Emilio Cobos Álvarez
-17
/
+58
2015-09-08
some more clippy-based improvements
Andre Bogus
-9
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-9
/
+9
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
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