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
/
mpsc_queue.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd with rustfmt
David Tolnay
-17
/
+11
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-2
/
+1
2017-05-22
libstd/sync/mpsc: relicense under rust license
Dmitry Vyukov
-26
/
+9
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-2
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-1
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-2
/
+0
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+2
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-2
/
+2
2015-03-24
Added `T:Send` bound to `Queue<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
-2
/
+2
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-4
/
+4
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
-3
/
+3
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-3
/
+3
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
-3
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-2
/
+2
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+6
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+205