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
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
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-34
/
+7
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
-6
/
+7
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-7
/
+7
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-27
/
+0
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-8
/
+9
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+28
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+747