about summary refs log tree commit diff
path: root/tests/ui/proc-macro/auxiliary
AgeCommit message (Expand)AuthorLines
2025-06-12Add support for $crate to IdentDaniel Bloom-27/+113
2025-04-11Replace proc_macro::SourceFile by Span::{file, local_file}.Mara Bos-8/+7
2025-04-11Remove proc_macro::SourceFile::is_real().Mara Bos-11/+1
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-53/+1
2025-03-17Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...Jacob Pratt-1/+53
2025-03-16Add test for new proc_macro literal methodsGuillaume Gomez-1/+53
2025-02-22remove invalid suggestion of into_iter for extern macroyukang-0/+19
2024-11-27Update tests to use new proc-macro headerEric Huss-460/+2
2024-11-20Add tests for the edition of macro_rules from a proc-macroEric Huss-0/+42
2024-11-11remove attributes from generics in built-in derive macrosPonasKovas-0/+12
2024-08-12Fix bug in `Parser::look_ahead`.Nicholas Nethercote-0/+44
2024-06-13Remove superfluous escaping from byte, byte str, and c str literalsDavid Tolnay-7/+7
2024-06-13Add more Literal::to_string testsDavid Tolnay-11/+36
2024-06-13Rename proc_macro::Literal tests from parse.rs to literal.rsDavid Tolnay-2/+2
2024-04-04Stabilize `Literal::c_string`Slanterns-1/+0
2024-04-04Stabilize `Literal::byte_character`Slanterns-1/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-199/+199
2024-02-11Add test for the issuelong-long-float-0/+20
2024-01-22Don't insert spaces before most semicolons in `print_tts`.Nicholas Nethercote-2/+2
2024-01-16proc_macro_c_str_literals: Implement Literal::c_string constructornovafacing-4/+5
2023-12-11Add tests for `--env` usage with `tracked_env::var`Guillaume Gomez-0/+28
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-1/+1
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-14/+13
2023-11-20test: Add test for async-move in 2015 Rust proc macroArthur Cohen-0/+39
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-0/+16
2023-09-24Add a test for printing literals via `proc-macro`Maybe Waffle-0/+16
2023-09-23implement Literal::byte_characterEmil Gardström-0/+5
2023-08-08fix proc-macro test added here to solely be exercised as a build product for ...Felix S. Klock II-0/+2
2023-08-04regression test for issue 111888.Felix S. Klock II-0/+9
2023-08-02Fix #107113, avoid suggest for macro attributesyukang-0/+13
2023-06-20Merge proc_macro_span_shrink and proc_macro_spanJacob Pratt-1/+1
2023-06-20Fix testsJacob Pratt-15/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2795