about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-371/+370
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-1/+1
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-10Add note to suggest using `let _ = x` to ignore the valueUrgau-0/+4
2023-05-10Improve warning message by saying that it "does nothing"Urgau-4/+4
2023-05-10Use label instead of note to be more consistent with other lintsUrgau-4/+4
2023-05-10Uplift clippy::forget_copy to rustcUrgau-0/+3
2023-05-10Uplift clippy::forget_ref to rustcUrgau-0/+3
2023-05-10Uplift clippy::drop_copy to rustcUrgau-0/+3
2023-05-10Uplift clippy::drop_ref to rustcUrgau-0/+3
2023-04-29add match to diagnostic messagesDeadbeef-1/+6
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-0/+3
2023-04-25Add deny lint to prevent untranslatable diagnostics using static stringsclubby789-0/+2
2023-04-17typoskadiwa-1/+1
2023-04-10Fix typos in compilerDaniPopes-2/+2
2023-03-29Rollup merge of #109700 - clubby789:tidy-fluent-escape, r=compiler-errorsMatthias Krüger-1/+1
2023-03-29Check for escape sequences in Fluent resourcesclubby789-1/+1
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-1/+3
2023-03-22Move useless_anynous_reexport lint into unused_importsGuillaume Gomez-3/+0
2023-03-12Add test for useless_anonymous_reexport lintGuillaume Gomez-1/+1
2023-03-12Add lint for useless anonymous reexportsGuillaume Gomez-0/+3
2023-03-11Simplify message pathsest31-0/+510