index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
proc-macro
Age
Commit message (
Expand
)
Author
Lines
2025-04-16
Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests
Lukas Wirth
-4
/
+8
2025-04-15
Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay
Stuart Cook
-26
/
+13
2025-04-13
UI tests: migrate remaining compile time `error-pattern`s to line annotations
Vadim Petrochenkov
-185
/
+188
2025-04-11
Replace proc_macro::SourceFile by Span::{file, local_file}.
Mara Bos
-14
/
+13
2025-04-11
Remove proc_macro::SourceFile::is_real().
Mara Bos
-13
/
+1
2025-04-09
Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu
bors
-2
/
+2
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-2
/
+2
2025-04-07
compiletest: Always preserve kind for compiler diagnostics
Vadim Petrochenkov
-4
/
+7
2025-04-03
Use `cfg(false)` in UI tests
clubby789
-79
/
+79
2025-04-03
Stabilize `cfg_boolean_literals`
clubby789
-16
/
+15
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-9
/
+11
2025-04-02
Remove `NtExpr` and `NtLiteral`.
Nicholas Nethercote
-61
/
+68
2025-03-31
hygiene: Rename semi-transparent to semi-opaque
Vadim Petrochenkov
-5
/
+5
2025-03-31
Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote
bors
-10
/
+10
2025-03-30
Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors
Jacob Pratt
-10
/
+3
2025-03-30
Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"
Jakub Beránek
-10
/
+10
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-10
/
+3
2025-03-29
less decoding if it has the same syntax context
bohan
-10
/
+10
2025-03-28
hygiene: Rewrite `apply_mark_internal` to be more understandable
Vadim Petrochenkov
-10
/
+10
2025-03-26
expand: Leave traces when expanding `cfg` attributes
Vadim Petrochenkov
-14
/
+36
2025-03-25
compiletest: Support matching on diagnostics without a span
Vadim Petrochenkov
-19
/
+22
2025-03-17
expand: Leave traces when expanding `cfg_attr` attributes
Vadim Petrochenkov
-0
/
+79
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-4
/
+0
2025-03-07
More denesting of invisibly-delimited groups.
Nicholas Nethercote
-0
/
+28
2025-03-07
Remove `NtItem` and `NtStmt`.
Nicholas Nethercote
-37
/
+43
2025-02-24
tests: Add regression test for derive token invalidation (#81099)
Vadim Petrochenkov
-0
/
+172
2025-02-23
Rollup merge of #137415 - chenyukang:yukang-fix-137345-invalid-sugg, r=estebank
Matthias Krüger
-0
/
+49
2025-02-22
remove invalid suggestion of into_iter for extern macro
yukang
-0
/
+49
2025-02-21
Inject `compiler_builtins` during postprocessing rather than via AST
Trevor Gross
-10
/
+8
2025-02-11
compiler: replace ExternAbi::name calls with formatters
Jubilee Young
-1
/
+1
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-6
/
+9
2025-02-03
Check Sizedness of return type in WF
Michael Goulet
-0
/
+6
2025-01-19
fully de-stabilize all custom inner attributes
Ralf Jung
-55
/
+31
2025-01-15
Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril
Jacob Pratt
-7
/
+15
2025-01-10
Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro...
Jacob Pratt
-49
/
+604
2025-01-09
Fix `proc_macro::quote!` for raw ident
Asuna
-1
/
+21
2025-01-09
Migrate check-fail tests for `proc_macro::quote!` from `quote` crate
Asuna
-0
/
+163
2025-01-09
Migrate basic tests for `proc_macro::quote!` from `quote` crate
Asuna
-0
/
+368
2025-01-09
Append `TokenTree` with `ToTokens` in `proc_macro::quote!`
Asuna
-19
/
+23
2025-01-07
Update tests.
Mara Bos
-7
/
+15
2025-01-06
Normalize each signature input/output in typeck_with_fallback with its own span
Michael Goulet
-2
/
+3
2025-01-01
Try to write the panic message with a single `write_all` call
John Kåre Alsaker
-0
/
+1
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-14
/
+14
2024-11-28
Update more 2024 tests to remove -Zunstable-options
Eric Huss
-1
/
+0
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-824
/
+361
2024-11-20
Use edition of `macro_rules` when compiling the macro
Eric Huss
-14
/
+2
2024-11-20
Add tests for the edition of macro_rules from a proc-macro
Eric Huss
-0
/
+81
2024-11-11
remove attributes from generics in built-in derive macros
PonasKovas
-0
/
+31
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-1
/
+1
2024-10-28
Tweak `expand_incomplete_parse` warning.
Nicholas Nethercote
-8
/
+8
[prev]
[next]