about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-10-15Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko...Manish Goregaokar-0/+1
2018-10-12`#[must_use]` for associated functions is supposed to actually workZack M. Davis-1/+1
2018-10-11Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats...bors-0/+42
2018-10-10Accept `Option<Box<$t:ty>>` in macro argumentEsteban Küber-0/+16
2018-10-09Add clarifying pattern lint comment and revert testKevin Leimkuhler-1/+2
2018-10-09Simply unused_parens check and add testsKevin Leimkuhler-1/+1
2018-10-09Remove `feature(tool_lints)` from testsflip1995-2/+2
2018-10-08parse_trait_item_ now handles interpolated blocks as function body declsMatthew Russo-0/+42
2018-10-08Reattach all grandchildren when constructing specialization graph.Masaki Hara-0/+29
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-114/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-22/+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-22/+0
2018-10-04rename skolemized to placeholderNiko Matsakis-2/+2
2018-10-04Convert conservative_impl_trait.rs to compile-passJonas Schievink-26/+0
2018-10-04Convert issue-49556.rs to compile-passJonas Schievink-31/+0
2018-10-04Convert issue-49376.rs to compile-passJonas Schievink-63/+0
2018-10-04Convert existential-minimal.rs to compile-passJonas Schievink-23/+0
2018-10-04Convert impl-trait/issue-42479.rs to compile-passJonas Schievink-41/+0
2018-10-04Call Foo::async_method in the async-await testJonas Schievink-14/+1
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-0/+84
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-2/+7
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-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-0/+54
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-0/+54
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-0/+83
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-4/+3
2018-09-30do not promote comparing function pointersRalf Jung-0/+8
2018-09-30the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-30allow dead_codeJorge Aparicio-0/+1
2018-09-30add empty enum to the test casesJorge Aparicio-0/+20
2018-09-30improve the run-pass testJorge Aparicio-4/+34
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-5736/+0
2018-09-30Auto merge of #54596 - mjbshaw:drop, r=RalfJungbors-11/+48
2018-09-30Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddybbors-0/+33
2018-09-29Merge branch 'master' into dropMichael Bradshaw-83/+107194
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-2/+0
2018-09-29Do not put noalias annotations by defaultSimonas Kazlauskas-0/+33
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-83/+0
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-4/+3
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+0
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/+3
2018-09-27Allow some lints that only fired on 32-bit and/or Windows.Felix S. Klock II-0/+2
2018-09-26Gate const core::mem::needs_drop behind const_needs_dropMichael Bradshaw-0/+2
2018-09-26Make core::mem::needs_drop a const fnMichael Bradshaw-0/+37