summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-2/+0
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+11
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-2/+2
2018-04-05add `failure-status: 1` to the testNiko Matsakis-0/+1
2018-04-06Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-0/+36
2018-03-26fix testsgnzlbg-0/+1
2018-03-26set min-llvm-version 6.0, ignore-emscriptengnzlbg-0/+1
2018-03-26add testsgnzlbg-0/+55
2018-03-19Stabilize termination_traitTyler Mandry-4/+0
2018-03-14stabilise feature(never_type)Andrew Cann-9/+0
2018-02-22add test for `fn main() -> !`Niko Matsakis-0/+17
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-0/+20
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-3/+9
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-2/+2
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-1/+1
2017-11-24Kill the storage for all locals on returning terminatorsKeith Yeung-0/+19
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-0/+2
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-26/+14
2017-09-10Relaxed error pattern, and add test for SystemTime as well.kennytm-2/+38
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-0/+36
2017-07-25Add tests for issues with the E-needstest labeltopecongiro-0/+20
2017-06-13updated assert_eq test, fixed incorrect assert_ne message and added test.Giles Cope-1/+20
2017-04-28Unignore tests which work fine now.Mark Simulacrum-1/+0
2016-11-18Warn when a #[should_panic] test has an unexpected messageJosh Driver-0/+38
2016-10-18Fix some pretty printing testsVadim Petrochenkov-41/+0
2016-09-30Unignore some working emscripten testsBrian Anderson-1/+0
2016-09-30TidyBrian Anderson-2/+2
2016-09-30Adding ignore-emscripten to failing tests.Ross Schulman-0/+7
2016-09-19Auto merge of #34942 - porglezomp:master, r=sfacklerbors-0/+16
2016-09-14core: Use primitive indexing in slice's Index/IndexMutUlrik Sverdrup-1/+1
2016-08-24Auto merge of #35764 - eddyb:byegone, r=nikomatsakisbors-32/+5
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-32/+5
2016-08-23typeck: use NoExpectation to check return type of diverging fnAlex Burka-0/+1
2016-08-13Add explanations to testsAndrew Cann-0/+12
2016-08-13Permit `! as T` with testAndrew Cann-0/+18
2016-08-13Add tests for ! typeAndrew Cann-0/+81
2016-08-13Add some tests for ! typeAndrew Cann-0/+26
2016-08-13Rename empty/bang to neverAndrew Cann-3/+1
2016-08-13Control usage of `!` through a feature gate.Andrew Cann-0/+1
2016-08-13Add run-fail/adjust_empty.rs testAndrew Cann-0/+18
2016-08-06Change the expected panic message for unsignedCaleb Jones-1/+1
2016-08-06Fix overflow checking in unsigned pow()Caleb Jones-0/+16
2016-08-04Update wording on E0080Shantanu Raj-17/+17
2016-06-07Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrcSteve Klabnik-107/+278
2016-06-06run rustfmt on test/run-fail folderSrinivas Reddy Thatiparthy-107/+278
2016-06-05trans: use the same messages for both MIR and old arithmetic checks.Eduard Burtescu-15/+15
2016-06-05Enable the overflow-related tests for MIRJames Miller-32/+0
2016-06-04Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakisbors-0/+47
2016-06-04fix translation of terminators in MSVC cleanup blocksAriel Ben-Yehuda-0/+3