about summary refs log tree commit diff
path: root/clippy_lints/src/needless_late_init.rs
AgeCommit message (Expand)AuthorLines
2025-01-22don't trigger `needless_late_init` when the first usage is in macro (#14053)Timo-0/+4
2025-01-22don't trigger `needless_late_init` when the first usage is in macrolapla-cogito-0/+4
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-2/+2
2024-08-21Start removing `snippet_opt`Jason Newcomb-4/+7
2024-05-19Swap `for_each_expr` and `for_each_expr_with_closures`Alex Macleod-3/+3
2024-05-08fix: merge multiple suggestions into a single multi-span suggestion in `needl...roife-46/+23
2024-05-02Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+1
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-2/+2
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-5/+5
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-25/+20
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-1/+3
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-3/+3
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-4/+7
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-25/+19
2022-09-02clippy: BindingAnnotation changeCameron Steffen-1/+1
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-8/+8
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-2/+2
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-6/+7
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-10/+44
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-8/+9
2021-12-13Fix rebase and clippy testsEsteban Kuber-3/+8
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+349