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
/
test
/
run-pass
/
alt-str.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-27
Change `alt` to `match` in filenames.
Lindsey Kuper
-31
/
+0
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
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-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-6
/
+6
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
-6
/
+6
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-23
Remove match check from test cases
Tim Chevalier
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-7
/
+7
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-7
/
+7
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-3
/
+3
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-18
/
+8
2011-09-01
Allow istrs as patterns. Issue #855
Brian Anderson
-5
/
+21
2011-08-20
Reformat
Brian Anderson
-1
/
+1
2011-08-02
Enable more tests that pretty-print correctly now
Brian Anderson
-1
/
+0
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-15
/
+9
2011-06-22
test: Add test for string matching in pattern alts. Closes #53
Brian Anderson
-0
/
+21