about summary refs log tree commit diff
path: root/src/test/compile-fail/alt-join.rs
AgeCommit message (Expand)AuthorLines
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-21/+0
2013-05-10more back-ticks, less colonsLenny222-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-26Adjust error messages for compile-fail tests.Luqman Aden-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-2/+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/+1
2011-08-20ReformatBrian Anderson-6/+3
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-3/+1
2011-08-05Initialize all constraints to FalseTim Chevalier-0/+17