about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/non_ascii_idents.rs
AgeCommit message (Expand)AuthorLines
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