about summary refs log tree commit diff
path: root/tests/ui/proc-macro/auxiliary/api
AgeCommit message (Collapse)AuthorLines
2025-03-18Revert "Rollup merge of #136355 - ↵Ralf Jung-53/+1
GuillaumeGomez:proc-macro_add_value_retrieval_methods, r=Amanieu" This reverts commit 08dfbf49e30d917c89e49eb14cb3f1e8b8a1c9ef, reversing changes made to 10bcdad7df0de3cfb95c7bdb7b16908e73cafc09.
2025-03-16Add test for new proc_macro literal methodsGuillaume Gomez-1/+53
2024-11-27Update tests to use new proc-macro headerEric Huss-4/+0
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
This module contains tests not just of parse (FromStr) but also to_string (Display) for literals.
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)-3/+3
2024-01-16proc_macro_c_str_literals: Implement Literal::c_string constructornovafacing-4/+5
2023-09-23implement Literal::byte_characterEmil Gardström-0/+5
without this, the only way to create a `LitKind::Byte` is by doing `"b'a'".parse::<Literal>()`, this solves that by enabling `Literal::byte_character(b'a')`
2023-06-20Fix testsJacob Pratt-10/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+100