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