rust/compiler/rustc_ty_utils/src
Matthias Krüger f78cc42032
Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obk
Opaque type collection: Guard against endlessly recursing free alias types

See test description for technical details.

Fixes https://github.com/rust-lang/rust/issues/131994.

r? oli-obk (sry, your queue is large, so no rush & feel free to reassign)
2025-07-17 10:41:45 +02:00
..
layout use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00
abi.rs Remove all support for wasm's legacy ABI 2025-06-14 09:57:06 +00:00
assoc.rs Retire hir::*ItemRef. 2025-07-13 13:50:01 +00: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 Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr 2025-04-09 05:39:18 +00:00
instance.rs Rename Instance::new to Instance::new_raw and add a note that it is raw 2025-05-05 13:17:35 +00:00
layout.rs compiler: Parse p- specs in datalayout string, allow definition of custom default data address space 2025-07-07 09:04:53 +02:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
needs_drop.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
nested_bodies.rs borrowck nested items in dead code 2025-05-02 18:45:28 +00: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 Restrict some queries by def-kind more 2025-04-07 18:10:28 +00: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 Remove support for dyn* 2025-07-01 19:00:21 +00:00