about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ...Manish Goregaokar-0/+115
2020-07-01Update src/librustc_builtin_macros/format.rsDavid Hewitt-2/+2
2020-07-01Handle `None`-delimited groups when parsing `macro_rules!` macroAaron Hill-0/+24
2020-07-01Don't print additional spaces when pretty-printing NoDelim groupsAaron Hill-3/+1
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+284
2020-07-01Add feature const_optionBenoƮt du Garreau-0/+14
2020-07-01Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebankManish Goregaokar-10/+10
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-10/+62
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-69/+23
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-0/+2
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-69/+57
2020-07-01Amend wording of noteDavid Hewitt-2/+2
2020-06-30Stabilize `#[track_caller]`.Adam Perry-69/+23
2020-06-30Make #[target_feature] Fn trait error message less confusingCaleb Zulawski-6/+6
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-2/+4
2020-06-30Bless failing testsLeSeulArtichaut-99/+105
2020-06-30remove duplicate testsBastian Kauschke-38/+0
2020-06-30Switch crate_extern_paths to a query, and tweak wording.Eric Huss-3/+3
2020-06-30Provide more information on duplicate lang item error.Eric Huss-4/+13
2020-06-30stabilize const mem::forgetDodo-2/+0
2020-06-30Stabilize casts and coercions to `&[T]` in const fnOliver Scherer-29/+22
2020-06-29Normalize symbol ids to 0 in test stdoutAaron Hill-9/+13
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-3/+83
2020-06-29Fix try_print_visible_def_path for Rust 2018Dan Aloni-2/+2
2020-06-29Add test for issue #56175Dan Aloni-0/+53
2020-06-29stabilize const_ascii_ctype_on_intrinsicsTrevor Spiteri-2/+0
2020-06-29stabilize const_int_signTrevor Spiteri-2/+0
2020-06-29stabilize const_saturating_int_methodsTrevor Spiteri-2/+0
2020-06-29stabilize const_nonzero_int_methodsTrevor Spiteri-2/+0
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-1494/+228
2020-06-28Update testsDylan MacKenzie-369/+67
2020-06-28Update testsDylan MacKenzie-1192/+228
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-50/+77
2020-06-28Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obkManish Goregaokar-0/+125
2020-06-28Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obkManish Goregaokar-0/+48
2020-06-28Split and expand nonstandard-style lints unicode unit test.Charles Lew-16/+189
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-0/+61
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-38/+444
2020-06-27Rollup merge of #73672 - nellshamrell:async-fix, r=estebankManish Goregaokar-15/+21
2020-06-27Fix wording for anonymous parameter name helpJames Box-10/+10
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-50/+77
2020-06-27Fix comment.ecstatic-morse-1/+1
2020-06-27Don't implement Fn* for unsafe #[target_feature] functionsCaleb Zulawski-0/+3
2020-06-28Add test for issue-72352Yuki Okushi-0/+29
2020-06-28Add test for issue-71611Yuki Okushi-0/+17
2020-06-28Add test for issue-71382Yuki Okushi-0/+32
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-10/+62
2020-06-27Improve messaging from PR feedbackDavid Hewitt-14/+7
2020-06-27Recover extra trailing angle brackets in struct definitionAaron Hill-0/+22
2020-06-27Add test for issue-71381Yuki Okushi-0/+47