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
2024-10-19
Do not run lints that cannot emit
blyxyas
-5
/
+25
2024-10-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-0
/
+2
2024-10-05
Make deprecated_cfg_attr_crate_type_name a hard error
est31
-2
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-13
Disallow hidden references to mutable static
Obei Sideg
-1
/
+1
2024-09-07
Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino
Matthias Krüger
-0
/
+2
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-0
/
+2
2024-09-06
elided_named_lifetimes: unify lint def & pass MissingLifetimeKind
Pavel Grigorenko
-7
/
+10
2024-09-01
Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu
bors
-26
/
+5
2024-08-31
Remove attr_id from stable lint ids.
Camille GILLOT
-26
/
+5
2024-08-31
Implement `elided_named_lifetimes` lint
Pavel Grigorenko
-0
/
+7
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lint_defs`.
Nicholas Nethercote
-0
/
+4
2024-08-07
Disallow setting built-in cfgs via set the command-line
Urgau
-0
/
+5
2024-08-07
Make `Span` optional in `BufferedEarlyLint`
Urgau
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-06-28
Only require symbol name for @feature_gate
Michael Goulet
-6
/
+6
2024-06-24
resolve: Implement a lint for out-of-scope use of `macro_rules`
Vadim Petrochenkov
-0
/
+3
2024-06-23
Add hard error and migration lint for unsafe attrs
carbotaniuman
-0
/
+4
2024-06-20
Remove useless `tidy-alphabetical` markers.
Nicholas Nethercote
-2
/
+0
2024-06-14
Resolve elided lifetimes in assoc const to static if no other lifetimes are i...
Michael Goulet
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-06-11
Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril
许杰友 Jieyou Xu (Joe)
-1
/
+4
2024-06-06
Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk
bors
-0
/
+3
2024-06-05
Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...
Santiago Pastorino
-1
/
+3
2024-06-04
Make extern blocks without unsafe warn in edition 2024
Santiago Pastorino
-0
/
+1
2024-06-03
Spruce up the diagnostics of some early lints
León Orell Valerian Liehr
-1
/
+4
2024-05-28
Convert `proc_macro_back_compat` lint to an unconditional error.
Nicholas Nethercote
-4
/
+0
2024-05-23
Slightly clean up some lint infra code
León Orell Valerian Liehr
-16
/
+9
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Make early lints translatable
Xiretza
-8
/
+11
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-15
/
+41
2024-05-21
Port DeprecatedMacro to diag structs
Xiretza
-2
/
+11
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-16
/
+33
2024-05-21
Convert NAMED_ASM_LABELS lint to diag struct
Xiretza
-1
/
+0
2024-05-15
Add `on_unimplemented" typo suggestions
mejrs
-0
/
+4
2024-04-30
Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead
Matthias Krüger
-3
/
+1
2024-04-29
[Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded
blyxyas
-4
/
+5
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-3
/
+1
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
[prev]
[next]