rust/compiler/rustc_ty_utils/src
Jacob Pratt 58eb6e5803
Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors
Cleanup: Rename `HAS_PROJECTIONS` to `HAS_ALIASES` etc.

The name of the bitflag `HAS_PROJECTIONS` and of its corresponding method `has_projections` is quite historical dating back to a time when projections were the only kind of alias type.

I think it's time to update it to clear up any potential confusion for newcomers and to reduce unnecessary friction during contributor onboarding.

r? types
2024-04-04 21:16:58 -04:00
..
abi.rs In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer 2024-03-26 12:10:51 -04:00
assoc.rs Ensure nested statics have a HIR node to prevent various queries from ICEing 2024-03-19 09:38:15 +00:00
common_traits.rs
consts.rs Add+Use mir::BinOp::Cmp 2024-03-23 23:23:41 -07:00
errors.rs
implied_bounds.rs Change DefKind::Static to a struct variant 2024-03-12 05:53:46 +00:00
instance.rs Fix ABI for FnMut/Fn impls for async closures 2024-03-19 16:59:24 -04:00
layout_sanity_check.rs
layout.rs Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors 2024-04-04 21:16:58 -04:00
lib.rs
needs_drop.rs
opaque_types.rs Uplift and start using check_args_compatible more liberally 2024-04-03 11:18:55 -04:00
representability.rs make Representability::Infinite carry ErrorGuaranteed 2024-03-14 20:52:13 +01:00
sig_types.rs Only inspect user-written predicates for privacy concerns 2024-04-04 14:43:44 +00:00
structural_match.rs
ty.rs address nits 2024-03-18 22:28:29 +01:00