index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
non_ascii_idents.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+8
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-26
separate messages for individual categories
HTGAzureX1212.
-8
/
+39
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-1
/
+0
2024-01-23
address requested changes
HTGAzureX1212.
-6
/
+7
2024-01-23
add list of characters to uncommon codepoints lint
HTGAzureX1212.
-1
/
+10
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-4
/
+4
2024-01-04
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
Michael Woerister
-5
/
+6
2023-12-31
rustc_lint: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-0
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-08-04
Reword confusable idents lint
Esteban Küber
-0
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-3
/
+3
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `non_ascii_idents.rs`
Rejyr
-35
/
+23
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-01
Refactor rustc lint API
Maybe Waffle
-28
/
+40
2022-06-30
lint: port non-ascii-idents diagnostics
David Wood
-18
/
+17
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+3
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+1
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-4
/
+3
2021-04-08
Stablize `non_ascii_idents` feature.
Charles Lew
-28
/
+9
2020-09-14
Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
bors
-1
/
+2
2020-09-13
Auto-generate lint documentation.
Eric Huss
-0
/
+129
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+240