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
Age
Commit message (
Expand
)
Author
Lines
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-4
/
+2
2016-09-30
Ignore entire test modules on emscripten instead of individual tests
Brian Anderson
-66
/
+3
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+65
2016-09-22
Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix
Jonathan Turner
-1
/
+1
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-1
/
+1
2016-09-11
Use question_mark feature in libstd.
Ahmed Charles
-3
/
+2
2016-08-29
Fix illegal instruction caused by overflow in channel cloning
Keith Yeung
-4
/
+24
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-13
/
+0
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-4
/
+4
2016-07-21
Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichton
bors
-0
/
+56
2016-07-21
Fix issue in receiver_try_iter test where response sender would panic instead...
mitchmindtree
-3
/
+3
2016-07-20
Add the missing tracking issue field for #34931 to the receiver_try_iter stab...
mitchmindtree
-3
/
+3
2016-07-08
Check for data in Receiver::try_recv before reporting disconnect
Andrew
-1
/
+10
2016-07-09
Add the unstable attribute to the new mpsc::Receiver::try_iter API
mitchmindtree
-0
/
+3
2016-07-09
Add a test for Receiver::try_iter
mitchmindtree
-0
/
+28
2016-07-08
add a non blocking iterator for the mpsc::Receiver
mitchmindtree
-0
/
+25
2016-06-22
std: sync: Implement recv_timeout()
Emilio Cobos Álvarez
-42
/
+396
2016-06-09
fix stdtest
Ariel Ben-Yehuda
-5
/
+8
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-1
/
+1
2016-03-01
Explicitly opt out of `Sync` for `cell` and `mpsc` types
Andrew Paseltiner
-0
/
+6
2016-02-23
Register new snapshots
Aaron Turon
-2
/
+2
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-2
/
+2
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+1
2016-01-20
Auto merge of #30894 - antrik:debug-mpsc, r=brson
bors
-0
/
+69
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+2
2016-01-14
std::sync::mpsc: Add fmt::Debug stubs
Olaf Buddenhagen
-0
/
+69
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-1
/
+6
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-24
/
+12
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-24
/
+0
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-3
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-7
/
+15
2015-07-29
std: Remove the curious inner module
Alex Crichton
-2
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-07-01
Expand docs for recv
Steve Klabnik
-0
/
+42
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-4
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-7
/
+3
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-25
Remove unsafe block around boxed::into_raw() as it is now safe
Michael Layzell
-6
/
+4
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-36
/
+36
2015-05-05
std: update select internals to not use mutable transmuting
Sean McArthur
-11
/
+19
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-3
/
+3
2015-04-28
Register new snapshots
Tamir Duberstein
-11
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-3
/
+3
2015-04-24
Implement IntoIterator for Receiver
Raphael Speyer
-0
/
+57
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-3
/
+3
2015-04-09
Indicate keyword in doc comment is code-like
Corey Farwell
-2
/
+2
2015-04-07
Remove another invalid example
Łukasz Niemier
-26
/
+0
2015-04-07
Remove incorrect example from docs
Łukasz Niemier
-26
/
+0
[prev]
[next]