about summary refs log tree commit diff
path: root/tests/ui/proc-macro/auxiliary/api/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-11-27Update tests to use new proc-macro headerEric Huss-25/+0
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-0/+2
2023-09-23implement Literal::byte_characterEmil Gardström-0/+1
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-01-11Move /src/test to /testsAlbert Larsan-0/+24