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
/
rt
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-12
Reorganise Select traits to not expose internal runtime types. Close #5160. P...
Ben Blum
-305
/
+5
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-3
/
+3
2013-08-08
auto merge of #8356 : toddaaro/rust/ws, r=brson
bors
-0
/
+2
2013-08-08
Enabled workstealing in the scheduler. Previously we had one global work queu...
toddaaro
-0
/
+2
2013-08-07
fix recv_ready for Port to take &self and not need to return a tuple. Close #...
Ben Blum
-3
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-7
/
+7
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+2
2013-08-01
migrate to foreach
Daniel Micay
-2
/
+2
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-2
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+5
2013-07-30
Unkillable is not unsafe. Close #7832.
Ben Blum
-23
/
+21
2013-07-30
Add test cases for select
Ben Blum
-0
/
+228
2013-07-30
Implement select() for new runtime pipes.
Ben Blum
-0
/
+102