about summary refs log tree commit diff
path: root/clippy_lints/src/path_buf_push_overwrite.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-03-15Move some utils to ty_utilsCameron Steffen-1/+2
2021-03-07migrate paths to newly-added diagnostic itemsAndrea Nall-2/+3
2020-09-17replace `walk_ptrs_ty` with `peel_refs`rail-2/+2
2020-08-10path-buf-push-overwrite: make lint adhere to lint message conventionMatthias Krüger-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-2/+2
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-06rustup rust-lang/rust#65776Lzu Tao-1/+1
2019-09-27Rustup to rust-lang/rust#64813flip1995-2/+2
2019-05-17Prevent symbocalypseOliver Scherer-3/+2
2019-05-14Rustfmt all the thingsOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-2/+3
2019-04-21Move path_buf_push_overwrite to nurseryMatthew Kraai-1/+1
2019-04-18Add lint PathBufPushOverwriteAndré Luis Leal Cardoso Junior-0/+71