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-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+2
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
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-21
/
+21
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-29
/
+29
2015-03-31
Indicate select! is code-like
Corey Farwell
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-2
/
+2
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.
Felix S. Klock II
-2
/
+2
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-16
/
+16
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+4
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-2
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+4
2015-03-23
Stabilize the Error trait
Aaron Turon
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-4
/
+4
2015-03-08
Remove unneeded `Send` bounds from `std::sync::mpsc`.
Huon Wilson
-29
/
+29
2015-03-06
Implement std::error::Error for std::sync::mpsc error types
Dan Burkert
-0
/
+63
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-6
/
+6
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-5
/
+5
2015-02-27
Add some missing stability attributes on struct fields.
Huon Wilson
-1
/
+1
2015-02-24
Fix integers in tests (fixup #22700)
Manish Goregaokar
-1
/
+1
2015-02-24
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
Manish Goregaokar
-161
/
+161
2015-02-23
int audit - std::sync
Nick Cameron
-161
/
+161
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-8
/
+8
2015-02-21
Remove `'static` bound from sync::mpsc, Mutex and RwLock.
Huon Wilson
-38
/
+38
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-22
/
+22
[next]