granite-rust/compiler/rustc_lexer/src
Nicholas Nethercote 6be2e5623c Use unescape_unicode for raw C string literals.
They can't contain `\x` escapes, which means they can't contain high
bytes, which means we can used `unescape_unicode` instead of
`unescape_mixed` to unescape them. This avoids unnecessary used of
`MixedUnit`.
2024-01-25 12:28:11 +11:00
..
unescape Rename the unescaping functions. 2024-01-25 12:28:11 +11:00
cursor.rs reimplement C string literals 2023-07-23 06:54:07 +00:00
lib.rs Undeprecate and use lint unstable_features 2023-12-20 18:16:28 +01:00
tests.rs Revert "Don't recover lifetimes/labels containing emojis as character literals" 2023-04-10 06:52:41 +00:00
unescape.rs Use unescape_unicode for raw C string literals. 2024-01-25 12:28:11 +11:00