summary refs log tree commit diff
path: root/src/test/run-pass/issues
AgeCommit message (Expand)AuthorLines
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-16Add ignore-compare-mode-nll to some run-pass tests that become compile-fail u...Felix S. Klock II-0/+46
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-23/+0
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-5/+0
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-0/+1
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-0/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-5/+0
2018-10-04Convert issue-49556.rs to compile-passJonas Schievink-31/+0
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-0/+8
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-1/+3
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-0/+8
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-7152/+0
2018-10-02move some more testsRalf Jung-1416/+0
2018-09-30do not promote comparing function pointersRalf Jung-0/+8
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-5736/+0
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-4/+3
2018-09-27Allow `unused_variables` lint to placate test failure exposed by macos builders.Felix S. Klock II-0/+1
2018-09-27Allow more lints that signalled on the arm-android test run.Felix S. Klock II-1/+2
2018-09-26Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=...Felix S. Klock II-0/+2
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+388
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+35122