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
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-371
/
+370
2023-05-21
Rename `forget_ref` lint to `forgetting_references`
Urgau
-1
/
+1
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-1
/
+1
2023-05-21
Rename `forget_copy` lint to `forgetting_copy_types`
Urgau
-1
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-10
Add note to suggest using `let _ = x` to ignore the value
Urgau
-0
/
+4
2023-05-10
Improve warning message by saying that it "does nothing"
Urgau
-4
/
+4
2023-05-10
Use label instead of note to be more consistent with other lints
Urgau
-4
/
+4
2023-05-10
Uplift clippy::forget_copy to rustc
Urgau
-0
/
+3
2023-05-10
Uplift clippy::forget_ref to rustc
Urgau
-0
/
+3
2023-05-10
Uplift clippy::drop_copy to rustc
Urgau
-0
/
+3
2023-05-10
Uplift clippy::drop_ref to rustc
Urgau
-0
/
+3
2023-04-29
add match to diagnostic messages
Deadbeef
-1
/
+6
2023-04-28
uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`
Deadbeef
-0
/
+3
2023-04-25
Add deny lint to prevent untranslatable diagnostics using static strings
clubby789
-0
/
+2
2023-04-17
typos
kadiwa
-1
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-03-29
Rollup merge of #109700 - clubby789:tidy-fluent-escape, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-1
/
+1
2023-03-25
Emits suggestions for expressions with parentheses or not separately
Mu001999
-1
/
+3
2023-03-22
Move useless_anynous_reexport lint into unused_imports
Guillaume Gomez
-3
/
+0
2023-03-12
Add test for useless_anonymous_reexport lint
Guillaume Gomez
-1
/
+1
2023-03-12
Add lint for useless anonymous reexports
Guillaume Gomez
-0
/
+3
2023-03-11
Simplify message paths
est31
-0
/
+510