about summary refs log tree commit diff
path: root/compiler/rustc_lexer/src/unescape
AgeCommit message (Expand)AuthorLines
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-4/+2
2022-11-08Simplify `unescape_{char,byte}`.Nicholas Nethercote-8/+4
2022-11-05Remove `unescape_byte_literal`.Nicholas Nethercote-7/+5
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-5/+2
2021-08-11Warn when an escaped newline skips multiple linesAnton Golov-0/+5
2021-07-30Add warning when whitespace is not skipped after an escaped newline.Anton Golov-0/+19
2020-08-30mv compiler to compiler/mark-0/+273