about summary refs log tree commit diff
path: root/clippy_lints/src/let_if_seq.rs
AgeCommit message (Expand)AuthorLines
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-5/+3
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-2/+2
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-2/+3
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-74/+85
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-1/+2
2022-10-27Update toolingMaybe Waffle-1/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+1
2022-09-02clippy: BindingAnnotation changeCameron Steffen-2/+2
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-12/+9
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-2/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-12/+12
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+3
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-8/+6
2021-01-18Remove qpath_res util functionCameron Steffen-2/+2
2021-01-07Reintroduce hir::ExprKind::IfCaio-3/+2
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-47/+6
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-6/+6
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-06-21Make is_freeze and is_copy_modulo_regions take TyCtxtAtRalf Jung-2/+1
2020-05-17Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyupflip1995-1/+1
2020-04-17Cleanup: Rename 'db' variable to 'diag'Philipp Hansch-3/+3
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-03-16rustup https://github.com/rust-lang/rust/pull/68944Matthias Krüger-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-09Rustup to rust-lang/rust#67979Yuki Okushi-2/+5
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-9/+10
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-5/+5
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-9/+9
2019-09-18Work around qpath_res issueMichael Wright-3/+3
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-2/+2
2019-05-10More uses of higher::if_blockManish Goregaokar-2/+2
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-3/+3
2019-04-25useless_let_if_seq handle interior mutabilityJosh Mcguigan-0/+7
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-2/+2
2019-03-07align with rust-lang/rust/#58992ljedrz-7/+6
2019-03-05move lint documentation into macro invocationsAndy Russell-39/+39
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4