about summary refs log tree commit diff
path: root/clippy_lints/src/methods/path_buf_push_overwrite.rs
AgeCommit message (Expand)AuthorLines
2025-01-16[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect`Samuel Tardieu-1/+1
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-1/+0
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-22/+20
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-0/+37