about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer/unicode_chars.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-1/+1
2023-12-14Remove one use of `span_bug_no_panic`.Nicholas Nethercote-2/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-09Fix some clippy::complexityNilstrieb-2/+2
2023-02-06Migrate `rustc_parse` to derive diagnosticsclubby789-31/+29
2023-01-19Add double-equals homoglyphclubby789-0/+2
2023-01-19Use strings for homoglyph replacementsclubby789-320/+320
2023-01-12Emit a single error for contiguous sequences of Unicode homoglyphsclubby789-2/+8
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-7/+7
2022-04-27tut tut tutEllen-3/+1
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-2/+2
2022-02-19Adopt let else in more placesest31-10/+6
2021-11-23Account for confusable codepoints when recovering emoji identifiersEsteban Kuber-1/+1
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2020-09-03Condense StringReader's API to a single functionAleksey Kladov-1/+1
2020-09-01Remove trivia tokensAleksey Kladov-1/+1
2020-08-30mv compiler to compiler/mark-0/+392