rust/compiler/rustc_trait_selection/src/traits
bors 0c0c58b8e4 Auto merge of #146727 - matthiaskrgr:rollup-98812uj, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - rust-lang/rust#146434 (c-variadic: allow c-variadic inherent and trait methods)
 - rust-lang/rust#146487 (Improve `core::num` coverage)
 - rust-lang/rust#146597 (Add span for struct tail recursion limit error)
 - rust-lang/rust#146622 (Add regression test for issue rust-lang/rust#91831)
 - rust-lang/rust#146717 (Clean up universe evaluation during type test evaluation)
 - rust-lang/rust#146723 (Include patch in release notes)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-09-18 16:55:05 +00:00
..
query support calls on opaque types :< 2025-09-18 12:58:38 +02:00
select Remove DynKind 2025-09-17 04:46:46 +02:00
specialize Split AssocContainer::{InherentImpl,TraitImpl} 2025-09-12 15:14:15 -05:00
auto_trait.rs Overhaul Constraint. 2025-07-31 20:04:51 +10:00
coherence.rs support calls on opaque types :< 2025-09-18 12:58:38 +02:00
const_evaluatable.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
dyn_compatibility.rs c-variadic: allow trait methods to be c-variadic 2025-09-11 10:27:28 +02:00
effects.rs Remove const_eval_select hack 2025-07-08 15:49:00 +00:00
engine.rs eagerly check nested obligations when coercing fndefs 2025-05-21 11:09:48 +00:00
fulfill.rs Consider param-env for fast path 2025-07-20 17:45:01 +00:00
misc.rs Add check to make sure ConstParamTy impls of certain types are gated with #[unstable_feature_bound(unsized_const_params)] 2025-09-15 08:59:19 +00:00
mod.rs erase_regions to erase_and_anonymize_regions 2025-09-09 14:49:16 +02:00
normalize.rs apply clippy::or_fun_call 2025-06-17 13:59:53 +03:00
outlives_bounds.rs Consider outlives assumptions when proving auto traits for coroutine interiors 2025-07-15 16:02:26 +00:00
project.rs Add span for struct tail recursion limit error 2025-09-16 23:04:59 +07:00
structural_normalize.rs Unify normalization of terms in deeply normalize 2025-06-07 02:35:28 +00:00
util.rs Do not consider a T: !Sized candidate to satisfy a T: !MetaSized obligation. 2025-08-17 13:37:32 -05:00
vtable.rs Remove DynKind 2025-09-17 04:46:46 +02:00
wf.rs Remove DynKind 2025-09-17 04:46:46 +02:00