summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2023-07-04Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebankbors-8/+24
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-9/+3
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-2/+2
2023-06-22suggest importing for partial mod path in name resolvingyukang-8/+24
2023-06-20Fix testsJacob Pratt-9/+3
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-7/+7
2023-06-10Make "consider importing" consistent for macrosMu001999-11/+20
2023-06-07Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkovbors-0/+8
2023-06-07feat(expand): emit note for doc comment in macro matcherbohan-1/+84
2023-06-06fix(expand): prevent infinity loop in macro containing only "///"bohan-0/+93
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+8
2023-05-24[RFC-2011] Expand more expressionsCaio-80/+17
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-19fix: emit error when fragment is `MethodReceiverExpr` and items is emptybohan-0/+30
2023-05-19Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3bors-4/+83
2023-05-16Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb-6/+9
2023-05-15Add test coverage of more varieties of panic temporariesDavid Tolnay-4/+83
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-38/+11
2023-05-14Add ui test to reproduce non-Send panic temporaryDavid Tolnay-0/+46
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+1
2023-05-10refactor(resolve): clean up the early error return caused by non-callbohan-6/+9
2023-05-08Move testsCaio-0/+12
2023-05-01fix testsyukang-9/+6
2023-05-01Rip it outNilstrieb-8/+10
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-2/+12
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-2/+12
2023-04-26Update tests.Mara Bos-1/+1
2023-04-21offset_ofDrMeepster-0/+9
2023-04-20Move test filesCaio-0/+97
2023-04-15Add some reasons why tests are ignored.Eric Huss-1/+1
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-2/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-2/+4
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-1/+1
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-04-11Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors-7/+19
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-0/+48
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-7/+19
2023-04-07Rewrite added diagnostics as translatableTom Martin-2/+2
2023-04-07Add more complex test cases for new suggestionTom Martin-0/+40
2023-04-03remove invalid ignore-prettyPietro Albini-7/+3
2023-04-01BlessTom Martin-4/+6
2023-03-30Update non-derive macro error message to match suggestionTom Martin-6/+6
2023-03-27check for write macro and write_fmt with err msgJames Dietz-0/+76
2023-03-26Add suggestion to remove derive() if invoked macro is non-deriveTom Martin-0/+6
2023-03-19fix: modify the condition that `resolve_imports` stopsbohan-0/+83
2023-03-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-0/+25
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-8/+1
2023-03-11Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgrbors-4/+56
2023-03-11Rollup merge of #108542 - bwmf2:expanded, r=wesleywiserMatthias Krüger-1/+25