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
/
spsc_queue.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2019-11-29
Format libstd with rustfmt
David Tolnay
-23
/
+24
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2017-10-08
Remove Queue::new.
Joshua Lockerman
-29
/
+5
2017-10-08
cfg out Queue::new for emscripten
JLockerman
-1
/
+1
2017-10-01
Improve performance of spsc_queue and stream.
Joshua Lockerman
-55
/
+106
2017-05-22
libstd/sync/mpsc: relicense under rust license
Dmitry Vyukov
-28
/
+11
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
2016-06-09
fix stdtest
Ariel Ben-Yehuda
-5
/
+8
2015-09-08
some more clippy-based improvements
Andre Bogus
-4
/
+3
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-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
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-3
/
+3
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
-3
/
+3
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-24
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
Manish Goregaokar
-3
/
+3
2015-02-23
int audit - std::sync
Nick Cameron
-3
/
+3
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
-5
/
+5
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-5
/
+5
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
-5
/
+5
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-8
/
+8
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+3
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
-1
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-2
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-5
/
+5
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-20
/
+21
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+343