about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/cursor.rs
AgeCommit message (Expand)AuthorLines
2023-07-23reimplement C string literalsDeadbeef-0/+4
2022-09-26Rename some things.Nicholas Nethercote-6/+6
2022-09-26Make `rustc_lexer::cursor::Cursor` public.Nicholas Nethercote-2/+2
2022-08-01Shrink `Token`.Nicholas Nethercote-2/+2
2021-12-01Replace `nth_char(0)` with `next()` in `cursor.first()`Julian Wollersberger-12/+21
2021-01-07Return EOF_CHAR constant instead of magic char.Hanzhen Liang-1/+1
2020-08-30mv compiler to compiler/mark-0/+84