about summary refs log tree commit diff
path: root/tests/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2023-06-10Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkovbors-4/+8
2023-06-10Make "consider importing" consistent for macrosMu001999-4/+8
2023-06-05Don't mention already set fieldsMichael Goulet-1/+1
2023-04-24Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726Matthias Krüger-0/+26
2023-04-17Suggest using integration tests for proc-macrosclubby789-0/+26
2023-04-15Add some reasons why tests are ignored.Eric Huss-6/+6
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-4/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-4/+8
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-4/+4
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-0/+16
2023-04-10Fix typos in compilerDaniPopes-4/+4
2023-04-07Rewrite added diagnostics as translatableTom Martin-4/+4
2023-04-03remove invalid ignore-prettyPietro Albini-1/+0
2023-04-01BlessTom Martin-8/+12
2023-03-30Update non-derive macro error message to match suggestionTom Martin-12/+12
2023-03-26Add suggestion to remove derive() if invoked macro is non-deriveTom Martin-0/+12
2023-03-14Tighter spansMichael Goulet-18/+18
2023-03-14Simplify proc macro signature validity checkMichael Goulet-133/+125
2023-02-01Add proc-macro boilerplate to crt-static testJoseph Ryan-0/+3
2023-01-30Modify primary span label for E0308Esteban Küber-3/+3
2023-01-26Rollup merge of #106407 - mejrs:attr_check, r=compiler-errorsMatthias Krüger-16/+329
2023-01-22Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim...bors-36/+100
2023-01-21Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrumbors-37/+36
2023-01-20Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"Felix S. Klock II-36/+100
2023-01-19Fix proc macro testsmejrs-19/+33
2023-01-17note -> helpMichael Goulet-12/+12
2023-01-16ui tests: Remap test base directory by default.Tim Neumann-37/+36
2023-01-14Rollup merge of #106816 - TimNN:rental-remap, r=oli-objYuki Okushi-0/+229
2023-01-13Update `rental` hack to work with remapped paths.Tim Neumann-0/+229
2023-01-13Warn when using panic-strategy abort for proc-macro cratesLukas Wirth-0/+8
2023-01-12Address feedbackmejrs-3/+27
2023-01-12Improve proc macro attribute diagnosticsmejrs-16/+291
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+18972