about summary refs log tree commit diff
path: root/src/test/compile-fail/if-without-else-result.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2016-10-02Use a distinct error code for "if may be missing an else clause"John Firebaugh-1/+1
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+3
2015-01-12Fix testsuite errorsmdinger-1/+5
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-10-13Improve the error message for missing else clauses in if expressionsJakub Wieczorek-2/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-01-03Allow tail expressions even in no_value blocks. Type checkerNiko Matsakis-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/+1
2011-11-07Add test for if without else cannot return resultBrian Anderson-0/+6