about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/tests.rs
AgeCommit message (Expand)AuthorLines
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