about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2023-10-10Don't `escape_debug` the condition of `assert!`.Nicholas Nethercote-1/+2
2023-10-10Add a ui test with an assertion that has a really long condition.Nicholas Nethercote-0/+12
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+10
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+1
2023-09-04Add help to allow lint for the implied by suggestionUrgau-0/+1
2023-08-28Move testsCaio-0/+11
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+81
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-2/+18
2023-08-17[RFC-3086] Restrict the parsing of `count`Caio-0/+33
2023-08-17Add a failing case to `tests/ui/macros/macro-interpolation`.Nicholas Nethercote-2/+18
2023-08-15Cleaner assert_eq! & assert_ne! panic messagesYuri Astrakhan-15/+15
2023-07-29Change default panic handler message format.Mara Bos-10/+13
2023-07-25builtin_macros: raw str in diagnostic outputDavid Wood-3/+16
2023-07-24builtin_macros: expect raw strings tooDavid Wood-0/+17
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-6/+4
2023-07-07Add filter with next segment while lookup typo for pathyukang-4/+0
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