about summary refs log tree commit diff
path: root/tests/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2023-12-17Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstriebbors-0/+45
2023-12-11Add tests for `--env` usage with `tracked_env::var`Guillaume Gomez-0/+45
2023-12-11Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8KiGuillaume Gomez-2/+0
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-43/+56
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-62/+215
2023-12-10Remove edition umbrella features.Eric Huss-2/+0
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-1/+5
2023-12-01Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstriebbors-16/+15
2023-11-24Show number in error message even for one errorNilstrieb-41/+41
2023-11-20test: Add test for async-move in 2015 Rust proc macroArthur Cohen-0/+57
2023-11-01Stabilize C string literalsJohn Millikin-16/+15
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-2/+30
2023-10-12Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`.Nicholas Nethercote-386/+416
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+22
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+22
2023-10-04Point to where missing return type should goMichael Goulet-6/+6
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-0/+149
2023-09-24Add a test for printing literals via `proc-macro`Maybe Waffle-0/+149
2023-09-23implement Literal::byte_characterEmil Gardström-0/+5
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+6
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-1/+1
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-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-1/+1
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