about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/tests.rs
AgeCommit message (Expand)AuthorLines
2025-07-10test(lexer): Add frontmatter unit testEd Page-2/+84
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-1/+2
2025-05-05Implement RFC 3503: frontmattersDeadbeef-1/+1
2025-02-08Rustfmtbjorn3-10/+25
2024-11-25Improve `strip_shebang` testing.Nicholas Nethercote-41/+31
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-26/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2023-04-10Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet-1/+1
2023-02-14Update lexer lifetime test许杰友 Jieyou Xu (Joe)-1/+1
2022-08-01Shrink `Token`.Nicholas Nethercote-28/+22
2022-03-23Reduce max hash in raw strings from u16 to u8Grisha Vartanyan-4/+4
2022-03-16Add test for >65535 hashes in lexing raw stringGrisha-0/+17
2020-08-30Move lexer unit tests to rustc_lexerAleksey Kladov-20/+140
2020-08-30mv compiler to compiler/mark-0/+167