summary refs log tree commit diff
path: root/tests/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-11/+17
2023-08-08fix(test): improve sensitivity of hygene testsSeth Pellegrino-11/+17
2023-08-09Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...bors-0/+33
2023-08-08fix proc-macro test added here to solely be exercised as a build product for ...Felix S. Klock II-0/+4
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-2/+2
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-2/+2
2023-08-04Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs Felix S Klock II-1/+1
2023-08-04regression test for issue 111888.Felix S. Klock II-0/+29
2023-08-02Add separate feature gate for async fn track callerBryan Garza-2/+2
2023-08-02Fix #107113, avoid suggest for macro attributesyukang-0/+37
2023-07-29Change default panic handler message format.Mara Bos-1/+2
2023-07-29Rollup merge of #114124 - Enselic:proc-fixme, r=cjgillotMatthias Krüger-8/+8
2023-07-27tests/ui/proc-macro/*: Migrate FIXMEs to check-passMartin Nordholts-8/+8
2023-07-25Add `sym::iter_mut` + `sym::as_mut_ptr`blyxyas-2/+2
2023-07-14Hide `compiler_builtins` in the preludeAmanieu d'Antras-335/+329
2023-06-29resolve: Remove artificial import ambiguity errorsVadim Petrochenkov-21/+2
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-14/+4
2023-06-27Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwcoMatthias Krüger-0/+1
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-2/+2
2023-06-20Merge proc_macro_span_shrink and proc_macro_spanJacob Pratt-1/+1
2023-06-20Fix testsJacob Pratt-15/+5
2023-06-20add support for needs-dynamic-linkingPietro Albini-0/+1
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