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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint_defs
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-5
/
+5
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-5
/
+5
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-1
/
+1
2024-02-18
Extend Level API
Guillaume Gomez
-13
/
+17
2024-02-13
Bump `indexmap`
clubby789
-1
/
+2
2024-02-10
Remove unnecessary `#![feature(min_specialization)]`
Zalathar
-2
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-04
Split StableCompare trait out of StableOrd trait.
Michael Woerister
-1
/
+11
2023-12-12
Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiser
Matthias Krüger
-0
/
+67
2023-12-01
vis note for no pub reexports glob import
bohan
-0
/
+4
2023-11-14
Clarify how to choose a FutureIncompatibilityReason variant.
Eric Huss
-0
/
+67
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-4
/
+4
2023-09-28
Remove `rustc_lint_defs::lint_array`
DaniPopes
-11
/
+2
2023-09-22
make the reason: field mandatory for @future_incompatible lints
Ralf Jung
-1
/
+5
2023-09-22
give FutureIncompatibilityReason variants more explicit names
Ralf Jung
-5
/
+11
2023-09-06
Change unsafe_op_in_unsafe_fn to be warn-by-default from edition 2024
Wim Looman
-16
/
+4
2023-08-22
Auto merge of #115104 - compiler-errors:rollup-8235xz5, r=compiler-errors
bors
-0
/
+4
2023-08-21
Redefine the pluralize macro's arm
allaboutevemirolive
-1
/
+2
2023-08-20
Warn on elided lifetimes in associated constants
Michael Goulet
-0
/
+4
2023-07-29
fix(resolve): update the ambiguity glob binding as warning recursively
bohan
-0
/
+18
2023-07-18
Fix removal span calculation of unused_qualifications suggestion
许杰友 Jieyou Xu (Joe)
-4
/
+2
2023-07-13
Add machine-applicable suggestion for `unused_qualifications` lint
许杰友 Jieyou Xu (Joe)
-0
/
+6
2023-05-27
Add warn-by-default lint for local binding shadowing exported glob re-export ...
许杰友 Jieyou Xu (Joe)
-0
/
+10
2023-05-05
Improve check-cfg diagnostics (part 2)
Urgau
-1
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-0
/
+10
2023-03-11
Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco
Matthias Krüger
-2
/
+5
2023-03-06
Querify early_lint_checks.
Camille GILLOT
-1
/
+2
2023-03-06
Querify registered_tools.
Camille GILLOT
-1
/
+3
2023-02-22
Move the unused extern crate check back to the resolver.
Camille GILLOT
-0
/
+7
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+1
2023-01-21
Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot
Michael Goulet
-1
/
+1
2023-01-19
Use UnordMap instead of FxHashMap in define_id_collections!().
Michael Woerister
-2
/
+3
2023-01-16
fix #104440
Takayuki Maeda
-1
/
+1
2023-01-10
create helper function for `rustc_lint_defs::Level` and remove it's duplicate...
ozkanonur
-0
/
+13
2022-10-07
Rewrite representability
Cameron Steffen
-0
/
+3
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-5
/
+26
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-26
/
+5
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-5
/
+26
2022-09-12
Allow tool-lints to specify a feature-gate too
Wim Looman
-3
/
+7
2022-08-28
Suggest calling when operator types mismatch
Michael Goulet
-1
/
+2
2022-08-22
Tidy
finalchild
-1
/
+1
2022-08-22
Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...
finalchild
-2
/
+2
2022-08-22
Use DiagnosticMessage for BufferedEarlyLint.msg
finalchild
-4
/
+4
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-02
Improve position named arguments lint underline and formatting names
Preston From
-1
/
+13
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-1
/
+1
2022-07-20
avoid a `Symbol` to `String` conversion
Takayuki Maeda
-1
/
+1
[next]