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
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+3
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-4
/
+4
2019-02-11
Fiddle through the module visibilities for tests
Oliver Scherer
-1
/
+1
2019-02-11
Move out tests of a deprecated module to work around `#[test]` bugs
Oliver Scherer
-414
/
+0
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-08
Deprecate channel selection
Stjepan Glavina
-4
/
+3
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-0
/
+2
2017-10-09
Refactor to use `debug_struct` in several Debug impls
Malo Jaffré
-16
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2016-10-04
Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton
Manish Goregaokar
-2
/
+0
2016-10-02
Add a platform-abstraction tidy script
Brian Anderson
-1
/
+1
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-2
/
+0
2016-09-30
Ignore entire test modules on emscripten instead of individual tests
Brian Anderson
-12
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+11
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+1
2016-01-14
std::sync::mpsc: Add fmt::Debug stubs
Olaf Buddenhagen
-0
/
+30
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+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
-1
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-3
/
+3
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-05-05
std: update select internals to not use mutable transmuting
Sean McArthur
-11
/
+19
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-2
/
+2
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-24
Fix integers in tests (fixup #22700)
Manish Goregaokar
-1
/
+1
2015-02-23
int audit - std::sync
Nick Cameron
-30
/
+30
2015-02-21
Remove `'static` bound from sync::mpsc, Mutex and RwLock.
Huon Wilson
-3
/
+3
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-8
/
+8
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-3
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-21
/
+21
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-3
/
+3
2015-02-13
Improve documentation for `Select::new()`.
Steve Klabnik
-4
/
+11
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-4
/
+4
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-10
/
+10
[next]