about summary refs log tree commit diff
path: root/clippy_lints/src/escape.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-2/+2
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-2/+2
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-2/+2
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2/+2
2024-09-22FormattingPhilipp Krones-2/+2
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-3/+3
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-2/+10
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-1/+3
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-1/+1
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-3/+1
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-2/+1
2024-02-13Bump `indexmap`clubby789-2/+4
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-3/+3
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-3/+3
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-6/+6
2023-12-10remove redundant importssurechen-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-1/+1
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+1
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-4/+2
2023-04-26Fix uses of `TraitRef::identity` in clippy and rustdocMaybe Waffle-2/+1
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-4/+8
2023-01-04get_parent and find_parentMichael Goulet-2/+2
2023-01-04rename get_parent_node to parent_idMichael Goulet-3/+3
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-7/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-20rustc_hir_typeck: fix clippylcnr-2/+2
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-3/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+8
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-10/+3
2022-07-01Factor out hir::Node::BindingCameron Steffen-11/+5
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-2/+3
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-2/+4
2022-05-10Update clippy to new rake_read signatureEric Holk-1/+1
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-2/+1
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-15nyahggdshjjghsdfhgsfEllen-1/+1
2022-01-15initial revertEllen-3/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-1/+1
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-2/+5
2021-09-16Fix clippyjackh726-1/+1