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
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-1
/
+1
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-3
/
+3
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-4
/
+4
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-79
/
+29
2013-10-28
Make some more rt components public
Alex Crichton
-1
/
+3
2013-10-24
Implement a basic event loop built on LittleLock
Alex Crichton
-10
/
+10
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-15
Require module documentation with missing_doc
Alex Crichton
-0
/
+2
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-3
/
+1
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-09
auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton
bors
-4
/
+4
2013-09-10
std::vec: Change fn unzip to take an iterator argument
blake2-ppc
-4
/
+4
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-2
/
+2
2013-08-30
std::select: Use correct indices from the front
blake2-ppc
-2
/
+2
2013-08-29
Remove the iter module.
Jason Fager
-1
/
+1
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+1
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-2
/
+2
2013-08-18
auto merge of #8565 : bblum/rust/select-bugfix, r=brson
bors
-18
/
+23
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-2
/
+2
2013-08-15
Fix select deschedule environment race for real this time, in light of task k...
Ben Blum
-18
/
+23
2013-08-12
Fix select() in light of the deschedule...and then race. Close #8347.
Ben Blum
-0
/
+20
2013-08-12
Reorganise Select traits to not expose internal runtime types. Close #5160. P...
Ben Blum
-0
/
+324