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
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2024-05-29
Auto merge of #125433 - surechen:fix_125189, r=Urgau
bors
-0
/
+1
2024-05-27
non_local_defs: point the parent item when appropriate
Urgau
-5
/
+6
2024-05-27
non_local_defs: point to Self and Trait to give more context
Urgau
-0
/
+4
2024-05-27
non_local_defs: suggest removing leading ref/ptr to make the impl local
Urgau
-1
/
+2
2024-05-27
non_local_defs: improve main without a trait note
Urgau
-1
/
+1
2024-05-27
non_local_defs: improve exception note for impl and macro_rules!
Urgau
-2
/
+1
2024-05-27
non_local_defs: use labels to indicate what may need to be moved
Urgau
-1
/
+3
2024-05-27
non_local_defs: improve some notes around trait, bounds, consts
Urgau
-2
/
+4
2024-05-27
non_local_defs: switch to more friendly primary message
Urgau
-2
/
+2
2024-05-24
A small diagnostic improvement for dropping_copy_types
surechen
-0
/
+1
2024-05-23
Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco
Matthias Krüger
-1
/
+1
2024-05-23
Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...
Matthias Krüger
-1
/
+1
2024-05-22
Cleanup: Fix up some diagnostics
León Orell Valerian Liehr
-1
/
+1
2024-05-21
Fix typo in deprecation lint message
Xiretza
-2
/
+2
2024-05-21
Make early lints translatable
Xiretza
-2
/
+176
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-0
/
+14
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-0
/
+11
2024-05-21
Convert unexpected_cfg_{name,value} to struct diagnostics
Xiretza
-0
/
+34
2024-05-21
Convert NAMED_ASM_LABELS lint to diag struct
Xiretza
-0
/
+2
2024-05-20
Implement BOXED_SLICE_INTO_ITER
Michael Goulet
-7
/
+7
2024-05-20
Backticks
Michael Goulet
-1
/
+1
2024-05-15
Include reference in lint diagnostic
Zachary S
-1
/
+1
2024-05-13
Warn against redundant use<...>
Michael Goulet
-8
/
+11
2024-05-13
Suggest adding use<> syntax
Michael Goulet
-0
/
+1
2024-05-13
Implement initial IMPL_TRAIT_OVERCAPTURES lint
Michael Goulet
-0
/
+7
2024-05-01
Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint
Urgau
-0
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+3
2024-04-05
Update non-local impl definition lint rule note
Urgau
-1
/
+1
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-03
Remove unused fluent messages
r0cky
-2
/
+0
2024-02-26
Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type...
Guillaume Gomez
-2
/
+21
2024-02-26
separate messages for individual categories
HTGAzureX1212.
-2
/
+21
2024-02-25
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors
-0
/
+23
2024-02-22
When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...
Esteban Küber
-0
/
+1
2024-02-20
trigger `unsafe_code` on `global_asm!` invocations
Kalle Wachsmuth
-1
/
+4
2024-02-17
Add cargo update suggestion for non local defs
Urgau
-0
/
+2
2024-02-17
Add const-anon suggestion for non local impl
Urgau
-0
/
+1
2024-02-17
Implement RFC3373 non local definitions lint
Urgau
-0
/
+20
2024-02-12
Lint on reference casting to bigger underlying allocation
Urgau
-0
/
+5
2024-01-23
tidy
HTGAzureX1212.
-1
/
+1
2024-01-23
address requested changes
HTGAzureX1212.
-1
/
+4
2024-01-23
add list of characters to uncommon codepoints lint
HTGAzureX1212.
-1
/
+1
2024-01-22
Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...
Matthias Krüger
-1
/
+1
2024-01-12
Improve `let_underscore_lock`
Nilstrieb
-0
/
+3
2024-01-12
check rust lints when an unknown lint is detected
yukang
-2
/
+8
2023-12-20
Undeprecate and use lint `unstable_features`
León Orell Valerian Liehr
-1
/
+1
2023-12-06
Add warn-by-default lint against ambiguous wide pointer comparisons
Urgau
-0
/
+4
2023-11-22
Rework supertrait lint once again
Michael Goulet
-1
/
+2
[next]