about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3601.rs
AgeCommit message (Expand)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-44/+0
2017-01-03Make is_useful handle empty types properlyAndrew Cann-1/+0
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+7
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-02-27testsuite: Update and un-xfail #3601 testTim Chevalier-8/+8
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
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
2013-01-03Actually xfail this, unbreak buildTim Chevalier-0/+11
2013-01-03Add test cases (one xfailed, one not)Tim Chevalier-0/+31