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
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2025-08-10
Add test showing innecessary inference span
Esteban Küber
-0
/
+15
2025-06-12
Add support for $crate to Ident
Daniel Bloom
-27
/
+113
2025-04-11
Replace proc_macro::SourceFile by Span::{file, local_file}.
Mara Bos
-8
/
+7
2025-04-11
Remove proc_macro::SourceFile::is_real().
Mara Bos
-11
/
+1
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-53
/
+1
2025-03-17
Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...
Jacob Pratt
-1
/
+53
2025-03-16
Add test for new proc_macro literal methods
Guillaume Gomez
-1
/
+53
2025-02-22
remove invalid suggestion of into_iter for extern macro
yukang
-0
/
+19
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-460
/
+2
2024-11-20
Add tests for the edition of macro_rules from a proc-macro
Eric Huss
-0
/
+42
2024-11-11
remove attributes from generics in built-in derive macros
PonasKovas
-0
/
+12
2024-08-12
Fix bug in `Parser::look_ahead`.
Nicholas Nethercote
-0
/
+44
2024-06-13
Remove superfluous escaping from byte, byte str, and c str literals
David Tolnay
-7
/
+7
2024-06-13
Add more Literal::to_string tests
David Tolnay
-11
/
+36
2024-06-13
Rename proc_macro::Literal tests from parse.rs to literal.rs
David Tolnay
-2
/
+2
2024-04-04
Stabilize `Literal::c_string`
Slanterns
-1
/
+0
2024-04-04
Stabilize `Literal::byte_character`
Slanterns
-1
/
+0
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-199
/
+199
2024-02-11
Add test for the issue
long-long-float
-0
/
+20
2024-01-22
Don't insert spaces before most semicolons in `print_tts`.
Nicholas Nethercote
-2
/
+2
2024-01-16
proc_macro_c_str_literals: Implement Literal::c_string constructor
novafacing
-4
/
+5
2023-12-11
Add tests for `--env` usage with `tracked_env::var`
Guillaume Gomez
-0
/
+28
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-1
/
+1
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-14
/
+13
2023-11-20
test: Add test for async-move in 2015 Rust proc macro
Arthur Cohen
-0
/
+39
2023-09-26
Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...
bors
-0
/
+16
2023-09-24
Add a test for printing literals via `proc-macro`
Maybe Waffle
-0
/
+16
2023-09-23
implement Literal::byte_character
Emil Gardström
-0
/
+5
2023-08-08
fix proc-macro test added here to solely be exercised as a build product for ...
Felix S. Klock II
-0
/
+2
2023-08-04
regression test for issue 111888.
Felix S. Klock II
-0
/
+9
2023-08-02
Fix #107113, avoid suggest for macro attributes
yukang
-0
/
+13
2023-06-20
Merge proc_macro_span_shrink and proc_macro_span
Jacob Pratt
-1
/
+1
2023-06-20
Fix tests
Jacob Pratt
-15
/
+5
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2795