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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
pipe-select.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-4
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-9
/
+9
2012-08-15
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-9
/
+9
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-2
/
+0
2012-07-16
Add support for terminal states (issue #2862)
Eric Holk
-4
/
+3
2012-07-13
Fix hang in pipe-select when RUST_THREADS=1
Eric Holk
-5
/
+7
2012-07-13
Actually xfail the test properly. Argh.
Michael Sullivan
-1
/
+1
2012-07-13
xfail a broken seeming test.
Michael Sullivan
-0
/
+1
2012-07-10
xfailing pipe-select on Windows, because it also uses fail.
Eric Holk
-0
/
+1
2012-07-10
Pipe code cleanup
Eric Holk
-2
/
+2
2012-07-10
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
Eric Holk
-7
/
+2
2012-07-10
Added select2 for pipes.
Eric Holk
-1
/
+31
2012-07-06
Updating tests to use pipes.
Eric Holk
-60
/
+10
2012-07-06
Select on pipes.
Eric Holk
-0
/
+125