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
/
stream.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-10-01
Improve performance of spsc_queue and stream.
Joshua Lockerman
-44
/
+61
2016-12-16
Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc`
Andrew Paseltiner
-31
/
+34
2016-09-11
Use question_mark feature in libstd.
Ahmed Charles
-2
/
+1
2016-06-22
std: sync: Implement recv_timeout()
Emilio Cobos Álvarez
-3
/
+12
2015-09-08
some more clippy-based improvements
Andre Bogus
-7
/
+2
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
-4
/
+4
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-4
/
+4
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-2
/
+2
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-4
/
+4
2015-03-08
Remove unneeded `Send` bounds from `std::sync::mpsc`.
Huon Wilson
-2
/
+2
2015-02-23
int audit - std::sync
Nick Cameron
-5
/
+5
2015-02-21
Remove `'static` bound from sync::mpsc, Mutex and RwLock.
Huon Wilson
-2
/
+2
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-2
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-2
/
+2
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-4
/
+4
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-5
/
+5
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-32
/
+32
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+484