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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-24
Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-7
/
+7
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+2
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
/
+2
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
-3
/
+3
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
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-4
/
+4
2015-02-27
Add some missing stability attributes on struct fields.
Huon Wilson
-1
/
+1
2015-02-23
int audit - std::sync
Nick Cameron
-94
/
+94
2015-02-21
Remove `'static` bound from sync::mpsc, Mutex and RwLock.
Huon Wilson
-15
/
+15
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-10
/
+10
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-15
/
+15
2015-02-17
Fallout from stabilization
Aaron Turon
-77
/
+77
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-15
/
+15
2015-02-13
Remove a few uses of deprecated getenv
Simonas Kazlauskas
-8
/
+8
2015-02-05
Mention the queueueue-ness of mpsc.
Steve Klabnik
-1
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-23
/
+23
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-3
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-23
/
+23
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-10
/
+10
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-27
/
+27
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+19
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-58
/
+25
2015-01-23
grandfathered -> rust1
Brian Anderson
-28
/
+28
2015-01-23
std: Relax Result::unwrap() to Debug
Alex Crichton
-2
/
+19
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-28
/
+28
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-8
/
+12
2015-01-21
rollup merge of #21438: taralx/kill-racycell
Alex Crichton
-33
/
+15
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-8
/
+12
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-17
/
+0
2015-01-20
Kill RacyCell in favor of marking SyncSender explicitly Send.
JP Sugarbroad
-34
/
+17
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+18
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-34
/
+34
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-06
Fallout from stabilization
Aaron Turon
-34
/
+34
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-3
/
+3
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-692
/
+721
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-2
/
+4
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-3
/
+8
2015-01-05
Remove i suffix in docs
Steve Klabnik
-725
/
+695
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+4
[next]