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
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
2024-03-13
Create some minimal HIR for associated opaque types
Vadim Petrochenkov
-0
/
+1
2024-03-13
Various style improvements to `rustc_lint::levels`
Zalathar
-128
/
+121
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-3
/
+3
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+3
2024-01-30
hir: Remove `hir::Map::{owner,expect_owner}`
Vadim Petrochenkov
-1
/
+1
2024-01-23
Rename `struct_lint_level` as `lint_level`.
Nicholas Nethercote
-6
/
+6
2024-01-23
Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa...
Nicholas Nethercote
-7
/
+7
2024-01-23
Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-2
/
+2
2024-01-12
check rust lints when an unknown lint is detected
yukang
-4
/
+5
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-31
rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap`
Martin Nordholts
-17
/
+17
2023-12-28
rustc_lint: Prevent triplication of 'unknown lint' lint
Martin Nordholts
-23
/
+23
2023-12-28
rustc_lint: Prevent multiple 'incompatible with previous forbid' lints
Martin Nordholts
-1
/
+1
2023-12-28
rustc_lint: Prevent multiple 'lint ignored' lints
Martin Nordholts
-1
/
+1
2023-12-28
rustc_lint: Rename `warn_about_weird_lints` to `lint_added_lints`
Martin Nordholts
-6
/
+6
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-10
/
+12
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-15
Fix comments
Michael Goulet
-2
/
+0
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-6
/
+3
2023-11-25
is_{some,ok}_and
Michael Goulet
-1
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+8
2023-11-17
Move `lint_store` from `GlobalCtxt` to `Session`.
Nicholas Nethercote
-2
/
+2
2023-11-17
Remove dead lint code.
Nicholas Nethercote
-4
/
+0
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+9
[next]