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
/
levels.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-23
Make lints work with `allow_internal_unstable`
Jules Bertholet
-0
/
+1
2025-07-12
Port `#[automatically_derived]` to the new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+1
2025-06-25
Add runtime check to avoid overwrite arg easily in diag and store and restore...
xizheyin
-2
/
+3
2025-06-03
decouple "reporting in deps" from future incompatibility reason
Waffle Lapkin
-1
/
+1
2025-04-10
Fix `register_group_alias` for tools
Alex Macleod
-2
/
+2
2025-04-04
Do not visit whole crate to compute `lints_that_dont_need_to_run`.
Camille GILLOT
-90
/
+27
2025-04-03
Remove `LintExpectationId` from `Level` variants
Oli Scherer
-47
/
+43
2025-04-03
Make LevelAndSource a struct
Oli Scherer
-26
/
+33
2025-03-31
Expose `LintLevelsBuilder` with crate root builder
Urgau
-0
/
+13
2025-03-14
Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxu
Jacob Pratt
-0
/
+5
2025-03-13
Visit PatField when collecting lint levels
Michael Goulet
-0
/
+5
2025-03-12
Rename `hir_attrs` query as `hir_attr_map`.
Nicholas Nethercote
-1
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-4
/
+4
2024-12-18
Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors
Jacob Pratt
-1
/
+1
2024-12-18
Point at lint name instead of whole attr for gated lints
Esteban Küber
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
split attributes
Jonathan Dönszelmann
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-5
/
+10
2024-11-19
lints_that_dont_need_to_run: never skip future-compat-reported lints
Ralf Jung
-10
/
+12
2024-10-26
Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot
bors
-3
/
+112
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-1
/
+1
2024-10-19
Apply review comments + use `shallow_lint_levels_on`
blyxyas
-5
/
+15
2024-10-19
Remove module passes filtering
blyxyas
-90
/
+36
2024-10-19
Follow review comments (optimize the filtering)
blyxyas
-83
/
+119
2024-10-19
Change lints_to_emit to lints_that_actually_run
blyxyas
-18
/
+22
2024-10-19
Do not run lints that cannot emit
blyxyas
-4
/
+117
2024-10-18
Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning
Noratrieb
-1
/
+4
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-14
Fix lint levels not getting overridden by attrs on `Stmt` nodes
Gurinder Singh
-5
/
+3
2024-08-31
Simplify lint source computation.
Camille GILLOT
-105
/
+83
2024-08-31
Remove attr_id from stable lint ids.
Camille GILLOT
-12
/
+6
2024-08-31
Rewrite lint_expectations in a single pass.
Camille GILLOT
-144
/
+6
2024-08-31
Use AttrId key for unstable<->stable expectation map.
Camille GILLOT
-5
/
+4
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lint`.
Nicholas Nethercote
-1
/
+1
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-08-10
rustc_lint: remove some redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-25
/
+17
2024-06-25
RFC 2383: Stabilize `lint_reasons` :tada:
xFrednet
-10
/
+0
2024-06-03
Tweak `CheckLintNameResult::Tool`.
Nicholas Nethercote
-35
/
+25
2024-06-03
Fix up comments.
Nicholas Nethercote
-9
/
+13
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-25
/
+17
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-25
/
+17
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-2
/
+2
2024-03-19
The AssocOpaqueTy HIR node is not actually needed to differentiate from other...
Oli Scherer
-1
/
+1
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-0
/
+1
2024-03-14
Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk
bors
-0
/
+1
[next]