rust/compiler/rustc_ty_utils/src
bors 364da5d88d Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr
rename erase_regions to erase_and_anonymize_regions

I find it consistently confusing that `erase_regions` does more than replacing regions with `'erased`. it also makes some code look real goofy to be writing manual folders to erase regions with a comment saying "we cant use erase regions" :> or code that re-calls erase_regions on types with regions already erased just to anonymize all the bound regions.

r? lcnr

idk how i feel about the name being almost twice as long now
2025-09-09 15:04:44 +00:00
..
layout use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00
abi.rs Tell LLVM about read-only captures 2025-08-20 19:08:16 +02:00
assoc.rs Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00
common_traits.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
consts.rs Introduce ByteSymbol. 2025-06-30 20:42:27 +10:00
errors.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
implied_bounds.rs Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00
instance.rs erase_regions to erase_and_anonymize_regions 2025-09-09 14:49:16 +02:00
layout.rs Remove dead code and extend test coverage and diagnostics around it 2025-07-24 10:21:20 +00:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
needs_drop.rs fixup limit handling code 2025-09-08 15:07:12 -07:00
nested_bodies.rs change order of nested_bodies_within 2025-08-27 14:11:07 +02:00
opaque_types.rs Opaque type collection: Guard against endlessly recursing free alias types 2025-07-11 15:56:57 +02:00
representability.rs Rename unpack to kind 2025-05-27 11:14:45 +00:00
sig_types.rs Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00
structural_match.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
ty.rs Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00