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
/
noop_method_call.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
Rename trait_of_item -> trait_of_assoc
Cameron Steffen
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-7
/
+11
2025-01-27
Use identifiers in diagnostics more often
Michael Goulet
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-11
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+6
2024-07-02
Instance::resolve -> Instance::try_resolve, and other nits
Michael Goulet
-1
/
+3
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-02-22
When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...
Esteban Küber
-1
/
+11
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-3
/
+3
2023-09-28
Fix `noop_method_call` detection for new diagnostic items
Jason Newcomb
-0
/
+6
2023-07-23
fix
Deadbeef
-5
/
+6
2023-07-23
make `noop_method_call` warn by default
Deadbeef
-2
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+2
2023-06-13
do not use stringly typed diagnostics
Deadbeef
-15
/
+18
2023-06-11
`suspicious_double_ref_op`: don't lint on `.borrow()`
Deadbeef
-15
/
+18
2023-04-29
add match to diagnostic messages
Deadbeef
-3
/
+3
2023-04-28
uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`
Deadbeef
-18
/
+63
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
fix: merge conflict
Rejyr
-1
/
+0
2023-01-09
migrate: `noop_method_call.rs`
Rejyr
-7
/
+9
2022-10-23
Migrate all diagnostics
Nilstrieb
-3
/
+3
2022-10-04
We are able to resolve methods even if they need subst
Michael Goulet
-6
/
+0
2022-10-04
Normalize substs before resolving instance in NoopMethodCall lint
Michael Goulet
-5
/
+6
2022-10-01
Refactor rustc lint API
Maybe Waffle
-4
/
+2
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-2
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-30
lint: port no-op method call diagnostics
David Wood
-12
/
+7
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-15
initial revert
Ellen
-1
/
+1
2021-12-03
Use let_else in some more places in rustc_lint
est31
-6
/
+4
2021-11-16
Use get_diagnostic_name more
Cameron Steffen
-32
/
+30
2021-10-06
Use get_diagnostic_name
Cameron Steffen
-3
/
+4
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-03-03
Warn in doc test
Ryan Levick
-1
/
+1
2021-03-03
Fix borrow and deref
Ryan Levick
-12
/
+6
2021-03-03
Remove lint pass on borrow and deref
Ryan Levick
-10
/
+2
2021-03-03
Clean up code rightward drift
Esteban Küber
-65
/
+79
2021-03-03
Increase accuracy of lint trigger
Esteban Küber
-23
/
+35
2021-03-03
Improve error messages
Ryan Levick
-5
/
+13
2021-03-03
Update error message
Ryan Levick
-3
/
+6
2021-03-03
Improve warning
Ryan Levick
-4
/
+6
2021-03-03
Fix tests
Ryan Levick
-1
/
+8
2021-03-03
Add tests and support two more noop methods
Ryan Levick
-2
/
+10
2021-03-03
First version of noop-lint
Ryan Levick
-0
/
+71