about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/cursor.rs
AgeCommit message (Expand)AuthorLines
2025-06-06rustc_lexer: typo fix + small cleanupsMarijn Schouten-1/+1
2025-05-05Implement RFC 3503: frontmattersDeadbeef-1/+13
2025-02-05implement `eat_until` leveraging memchr in lexergvozdvmozgu-0/+7
2024-03-17Silence redundant error on char literal that was meant to be a string in 2021...Esteban Küber-0/+9
2024-03-17Handle str literals written with `'` lexed as lifetimeEsteban Küber-1/+1
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