| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-18 | Revert "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-16 | Add test for new proc_macro literal methods | Guillaume Gomez | -1/+53 | |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -4/+0 | |
| 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 | |
| This module contains tests not just of parse (FromStr) but also to_string (Display) for literals. | ||||
| 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) | -3/+3 | |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -4/+5 | |
| 2023-09-23 | implement Literal::byte_character | Emil 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-20 | Fix tests | Jacob Pratt | -10/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+100 | |
