about summary refs log tree commit diff
path: root/clippy_lints/src/methods/uninit_assumed_init.rs
AgeCommit message (Expand)AuthorLines
2024-10-13Check MethodCall/Call arg count earlier or at allGnomedDev-2/+1
2023-11-10Clean up after if chain removalAlex Macleod-2/+1
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-13/+11
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-1/+2
2022-08-19Refactor `FormatArgsExpn`Alex Macleod-2/+2
2022-02-25Replace some more paths with diagnostic itemsAlex Macleod-2/+3
2021-10-09Handle PR feedbacks first roundYechan Bae-2/+2
2021-10-09Implement uninit_vec lintYechan Bae-12/+2
2021-04-15Remove all usages of `match_path`, `match_qpath` and `match_path_ast` except ...Jason Newcomb-3/+2
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-4/+4
2021-03-31Destructure args in methods moduleCameron Steffen-4/+4
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2021-03-11move uninit_assumed_init to its own moduleTakayuki Maeda-0/+35