rust/clippy_utils/src
bors b5fe6ec47b Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk
Begin to implement type system layer of unsafe binders

Mostly TODOs, but there's a lot of match arms that are basically just noops so I wanted to split these out before I put up the MIR lowering/projection part of this logic.

r? oli-obk

Tracking:

- https://github.com/rust-lang/rust/issues/130516
2024-12-24 00:51:51 +00:00
..
ast_utils Pass Ident by reference in ast Visitor 2024-10-24 11:10:49 -03:00
mir Stop using HybridBitSet in clippy. 2024-11-29 17:23:34 +11:00
ty/type_certainty Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ast_utils.rs Add hir::Attribute 2024-12-15 19:18:46 +01:00
attrs.rs Add hir::Attribute 2024-12-15 19:18:46 +01:00
check_proc_macro.rs Add some convenience helper methods on hir::Safety 2024-12-14 20:31:07 +00:00
comparisons.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
consts.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
diagnostics.rs Clippy: cfg out validate_diag on release builds 2024-11-08 10:49:54 +01:00
eager_or_lazy.rs Fix tools 2024-12-12 16:43:36 +00:00
higher.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
hir_utils.rs (Re-)Implement impl_trait_in_bindings 2024-12-14 03:21:24 +00:00
lib.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
macros.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
msrvs.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
numeric_literal.rs Merge commit '786fbd6d68' into clippy-subtree-update 2024-11-14 19:35:26 +01:00
paths.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
ptr.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
qualify_min_const_fn.rs Update clippy 2024-12-22 06:12:45 -08:00
source.rs Avoid another &Lrc<..> in a return value. 2024-10-07 13:59:50 +11:00
str_utils.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
sugg.rs Fix tools 2024-12-12 16:43:36 +00:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Add some convenience helper methods on hir::Safety 2024-12-14 20:31:07 +00:00
usage.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
visitors.rs Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00