about summary refs log tree commit diff
path: root/compiler/rustc_lexer
AgeCommit message (Expand)AuthorLines
2021-01-07Return EOF_CHAR constant instead of magic char.Hanzhen Liang-1/+1
2020-12-18Fix typoHirochika Matsumoto-1/+1
2020-12-03Fix some clippy lintsJoshua Nelson-5/+5
2020-10-30Add back missing commentsJoshua Nelson-0/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-6/+4
2020-10-09Noticed a potential bug in `eat_while()`: it doesn't account for number of UT...Julian Wollersberger-20/+14
2020-09-21Fix typo in rustc_lexer docsLingMan-1/+1
2020-09-02lexer: Tiny improvement to shebang detectionVadim Petrochenkov-5/+9
2020-08-31Update expect-test to 1.0Aleksey Kladov-1/+1
2020-08-31Rollup merge of #76050 - matklad:pos, r=petrochenkovAleksey Kladov-20/+140
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+0
2020-08-30Move lexer unit tests to rustc_lexerAleksey Kladov-20/+140
2020-08-30mv compiler to compiler/mark-0/+1711