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
/
src
/
drop_forget_useless.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-2
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-5
/
+5
2023-10-13
Format all the let chains in compiler
Michael Goulet
-10
/
+29
2023-07-01
Fix dropping_copy_types lint from linting in match-arm with side-effects
Urgau
-1
/
+1
2023-06-08
Uplift clippy::undropped_manually_drops to rustc
Urgau
-2
/
+42
2023-05-21
Rename `forget_ref` lint to `forgetting_references`
Urgau
-4
/
+4
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-4
/
+4
2023-05-21
Rename `forget_copy` lint to `forgetting_copy_types`
Urgau
-4
/
+4
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
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
-2
/
+36
2023-05-10
Uplift clippy::forget_ref to rustc
Urgau
-2
/
+28
2023-05-10
Uplift clippy::drop_copy to rustc
Urgau
-2
/
+30
2023-05-10
Uplift clippy::drop_ref to rustc
Urgau
-0
/
+76