about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer/unicode_chars.rs
AgeCommit message (Expand)AuthorLines
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-7/+7
2025-04-02Impl `Copy` for `Token` and `TokenKind`.Nicholas Nethercote-1/+1
2025-03-03Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.Nicholas Nethercote-1/+1
2025-03-03Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.Nicholas Nethercote-5/+5
2025-01-28replaces few consts with statics to reduce readonly sectionklensy-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-11-25Merge `TokenTreesReader` into `StringReader`.Nicholas Nethercote-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+5
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-1/+1
2024-06-05`UNICODE_ARRAY` and `ASCII_ARRAY` fixes.Nicholas Nethercote-37/+38
2024-05-07narrow down visibilities in `rustc_parse::lexer`Lin Yihai-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-20Add newtype for raw identsclubby789-1/+1
2024-01-11Fix lifetimes in `StringReader`.Nicholas Nethercote-1/+1
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