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
/
compile-fail
/
pattern-tyvar-2.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-17
/
+0
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-1
/
+0
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-07
Added tests to make tidy
Derek Guenther
-1
/
+2
2014-01-12
more backticks
kud1ing
-1
/
+1
2013-10-25
Remove ancient emacs mode lines from test cases
Brian Anderson
-1
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-03-20
Make typechecker compositional
Tim Chevalier
-3
/
+2
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+0
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
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 compile-fail
Patrick Walton
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-12
Convert most working tests to ivecs
Brian Anderson
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-16
/
+3
2011-05-20
Un-XFAIL some tests that now pass.
Tim Chevalier
-1
/
+0
2011-05-16
Two tests that the typechecker correctly unifies type arguments in patterns w...
Tim Chevalier
-0
/
+27