about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/non_ascii_idents.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+8
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-26separate messages for individual categoriesHTGAzureX1212.-8/+39
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-1/+0
2024-01-23address requested changesHTGAzureX1212.-6/+7
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-1/+10
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-4/+4
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-5/+6
2023-12-31rustc_lint: Enforce `rustc::potential_query_instability` lintMartin Nordholts-0/+6
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-08-04Reword confusable idents lintEsteban Küber-0/+1
2023-04-10Fix typos in compilerDaniPopes-3/+3
2023-01-09refactor: cleanupRejyr-2/+0
2023-01-09migrate: `non_ascii_idents.rs`Rejyr-35/+23
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-01Refactor rustc lint APIMaybe Waffle-28/+40
2022-06-30lint: port non-ascii-idents diagnosticsDavid Wood-18/+17
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-02-19Adopt let else in more placesest31-4/+1
2022-01-23rustc_lint: Remove some redundant fields from `EarlyContext`Vadim Petrochenkov-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+1
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-4/+3
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-28/+9
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-1/+2
2020-09-13Auto-generate lint documentation.Eric Huss-0/+129
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-1/+2
2020-08-30mv compiler to compiler/mark-0/+240