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_defs
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
Move more early buffered lints to dyn lint diagnostics (4/N)
León Orell Valerian Liehr
-12
/
+0
2025-09-14
Move more early buffered lints to dyn lint diagnostics (3/N)
León Orell Valerian Liehr
-8
/
+0
2025-09-14
Remove a dead early lint
León Orell Valerian Liehr
-4
/
+0
2025-09-14
Move more early buffered lints to dyn lint diagnostics (2/N)
León Orell Valerian Liehr
-9
/
+0
2025-09-14
Move more early buffered lints to dyn lint diagnostics (1/N)
León Orell Valerian Liehr
-17
/
+1
2025-08-22
Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di...
Josh Triplett
-8
/
+0
2025-08-22
Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable`
Josh Triplett
-3
/
+0
2025-08-22
Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly
Josh Triplett
-2
/
+0
2025-08-22
Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directly
Josh Triplett
-5
/
+0
2025-08-22
Refactor lint buffering to avoid requiring a giant enum
Josh Triplett
-51
/
+1
2025-08-20
rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`
Josh Triplett
-2
/
+1
2025-08-20
rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir`
Josh Triplett
-1
/
+1
2025-08-20
Split `rustc_hir_id` out of `rustc_hir`
Josh Triplett
-3
/
+3
2025-08-20
Move `IntoDiagArg` earlier in the dependency chains
Josh Triplett
-1
/
+9
2025-08-13
Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease
Jakub Beránek
-0
/
+1
2025-08-12
Remove unused must_use
Michael Goulet
-0
/
+1
2025-08-11
Add link to docs on malformed attributes
Esteban Küber
-0
/
+1
2025-07-15
Implement resolver warnings about reexporting private dependencies
David Mládek
-0
/
+5
2025-06-12
Make `missing_fragment_specifier` an unconditional error
Trevor Gross
-1
/
+0
2025-06-05
Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...
bors
-11
/
+1
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-11
/
+1
2025-06-03
decouple "reporting in deps" from future incompatibility reason
Waffle Lapkin
-51
/
+26
2025-05-30
Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco
Matthias Krüger
-0
/
+8
2025-05-29
Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics
Esteban Küber
-0
/
+1
2025-05-27
Report text_direction_codepoint_in_literal when parsing
Matthew Jasper
-0
/
+8
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-1
/
+1
2025-04-03
impl !PartialOrd for HirId
Oli Scherer
-5
/
+7
2025-04-03
Remove `LintExpectationId` from `Level` variants
Oli Scherer
-23
/
+22
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-4
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+4
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-4
/
+0
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-9
/
+13
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-20
Reword message
Esteban Küber
-1
/
+1
2025-02-19
Specify scope in `out_of_scope_macro_calls` lint
Esteban Küber
-0
/
+2
2025-01-31
Make comma separated lists of anything easier to make for errors
Esteban Küber
-0
/
+17
2025-01-25
Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee
Jacob Pratt
-1
/
+0
2025-01-23
Make the wasm_c_abi future compat warning a hard error
bjorn3
-1
/
+0
2025-01-20
make it possible to silence linker warnings with a crate-level attribute
jyn
-1
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-4
/
+3
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-3
/
+4
2024-11-25
fix confusing diagnostic for reserved `##`
Peter Jaszkowiak
-2
/
+5
2024-11-19
lints_that_dont_need_to_run: never skip future-compat-reported lints
Ralf Jung
-0
/
+14
2024-11-14
Mark `never_type_fallback_flowing_into_unsafe` as a semantic change
Maybe Lapkin
-1
/
+13
2024-11-14
Mention both release *and* edition breakage for never type lints
Maybe Lapkin
-3
/
+21
2024-10-30
compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build
Jubilee Young
-2
/
+2
2024-10-21
Move COGNITIVE_COMPLEXITY to use macro again
blyxyas
-3
/
+3
2024-10-19
Apply review comments + use `shallow_lint_levels_on`
blyxyas
-11
/
+0
2024-10-19
Unify syntax (all to @eval_always)
blyxyas
-2
/
+2
2024-10-19
Remove module passes filtering
blyxyas
-9
/
+14
[next]