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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-08
Add must_use annotations to Result::is_ok and is_err
Alex Gaynor
-1
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-12
/
+12
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-7
/
+16
2019-02-28
libstd => 2018
Taiki Endo
-12
/
+12
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Move out tests of a deprecated module to work around `#[test]` bugs
Oliver Scherer
-0
/
+3
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-02
Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus
bors
-6
/
+18
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Use checked_add for adding time in recv_timeout
Linus Färnstrand
-6
/
+18
2018-11-08
Deprecate channel selection
Stjepan Glavina
-0
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-08-07
"Panics" -> "Known Issues"; rm trailing WS
Felix Rabe
-2
/
+2
2018-08-07
Less words better than moar words
Felix Rabe
-2
/
+2
2018-08-07
Rephrase
Felix Rabe
-2
/
+2
2018-08-07
Document panic in mpsc::Receiver::recv_timeout
Felix Rabe
-1
/
+23
2018-08-01
Document #39364 (WIP)
Felix Rabe
-0
/
+6
2018-07-25
Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...
Tatsuyuki Ishi
-5
/
+5
2018-07-11
Uncapitalize "If"
Matt Kraai
-1
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-5
/
+5
2017-11-29
Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm
kennytm
-3
/
+3
2017-11-29
Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton
kennytm
-2
/
+63
2017-11-28
Fix doc test of previous commit
Julien Cretin
-0
/
+2
2017-11-28
Fix since for mpsc_error_conversions
Julien Cretin
-3
/
+3
2017-11-27
Use an unstable feature linked to #46316
Julien Cretin
-1
/
+1
2017-11-13
Add std::sync::mpsc::Receiver::recv_deadline()
Julien Cretin
-2
/
+61
2017-10-31
Implement From<SendError<T>> for TrySendError<T>
Julien Cretin
-2
/
+11
2017-10-25
Implement From<RecvError> for TryRecvError and RecvTimeoutError
Julien Cretin
-0
/
+18
2017-10-11
Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton
bors
-0
/
+2
2017-10-09
Refactor to use `debug_struct` in several Debug impls
Malo Jaffré
-21
/
+3
2017-10-01
Improve performance of spsc_queue and stream.
Joshua Lockerman
-0
/
+2
2017-06-21
Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton
Corey Farwell
-5
/
+0
2017-06-02
Implement Sync for SyncSender
Steven Fackler
-5
/
+0
2017-06-02
Rewrite `Receiver::try_iter` doc example to show resulting values.
Corey Farwell
-8
/
+13
2017-06-02
Rewrite `Receiver::iter` doc example to show resulting values.
Corey Farwell
-6
/
+8
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-10
/
+10
2017-06-01
tests: fix fallout from empowering unused_allocation in comparisons.
Eduard-Mihai Burtescu
-10
/
+10
2017-05-31
Rewrite doc examples for `Receiver::recv_timeout`.
Corey Farwell
-4
/
+33
2017-05-20
Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum
bors
-5
/
+5
2017-05-20
Correct some stability versions
Oliver Middleton
-5
/
+5
2017-05-18
fix typo in libstd/sync/mpsc/mod.rs docs
Denis Andrejew
-1
/
+1
2017-04-26
Adding links and examples for various mspc pages #29377
projektir
-29
/
+254
2017-04-22
Fix invalid linkage
Guillaume Gomez
-1
/
+1
2017-04-08
Adding links around Sender/SyncSender/Receiver errors; Adding more documentat...
projektir
-50
/
+84
2017-04-03
Fix styling issues
Bryan Tan
-6
/
+17
2017-03-31
Fix warnings in examples
Bryan Tan
-9
/
+9
2017-03-31
Fix broken links to std::iter::Iterator::next
Bryan Tan
-2
/
+2
2017-03-31
Add links and examples to std::sync::mpsc docs (#29377)
Bryan Tan
-31
/
+136
2017-03-30
Add links to std::sync::mpsc docs #29377
Bryan Tan
-15
/
+25
[next]