| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-13 | Rename proc_macro::Literal tests from parse.rs to literal.rs | David Tolnay | -58/+0 | |
| This module contains tests not just of parse (FromStr) but also to_string (Display) for literals. | ||||
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -4/+3 | |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+4 | |
| 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-11 | Move /src/test to /tests | Albert Larsan | -0/+55 | |
