rust/compiler/rustc_parse/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
..
lexer Use unescape_unicode for raw C string literals. 2024-01-25 12:28:11 +11:00
parser Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb 2024-01-20 20:06:34 +01:00
errors.rs Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 2024-01-19 08:15:03 +01:00
lib.rs Stop using DiagnosticBuilder::buffer in the parser. 2024-01-11 18:37:56 +11:00
validate_attr.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00