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
/
issue-3176.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-1
/
+2
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-5
/
+5
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-4
/
+4
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-4
/
+4
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-5
/
+5
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-4
/
+4
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-1
/
+1
2012-08-10
Xfail-fast, because these tests use failure
Eric Holk
-0
/
+2
2012-08-10
Handle failure during select nicely. Fixes #3176
Eric Holk
-0
/
+23