summary refs log tree commit diff
path: root/src/test/compile-fail/pattern-tyvar.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+1
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in compile-failPatrick Walton-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+8
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-2/+2
2011-08-12Convert most working tests to ivecsBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-16/+3
2011-06-14Un-xfail some tests that workTim Chevalier-3/+0
2011-06-03Temporarily xfail compile-fail/pattern-tyvarMarijn Haverbeke-0/+3
2011-05-16Two tests that the typechecker correctly unifies type arguments in patterns w...Tim Chevalier-0/+25