rust/compiler/rustc_trait_selection/src/traits
Matthias Krüger 308ea7120b
Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu
Compiler: Finalize dyn compatibility renaming

Update the Reference link to use the new URL fragment from https://github.com/rust-lang/reference/pull/1666 (this change has finally hit stable). Fixes a FIXME.

Follow-up to #130826.
Part of #130852.

~~Blocking it on #133372.~~ (merged)

r? ghost
2025-01-31 12:28:15 +01:00
..
query Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 2025-01-29 02:12:12 +00:00
select introduce ty::Value 2025-01-30 17:47:44 +01:00
specialize Do not project when there are unconstrained impl params 2025-01-03 05:01:14 +00:00
auto_trait.rs Move outlives env computation into methods 2025-01-28 18:55:03 +00:00
coherence.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
const_evaluatable.rs introduce ty::Value 2025-01-30 17:47:44 +01:00
dyn_compatibility.rs Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
effects.rs Implement const Destruct in old solver 2025-01-08 18:14:58 +00:00
engine.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
fulfill.rs introduce ty::Value 2025-01-30 17:47:44 +01:00
misc.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
mod.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
normalize.rs Assert that obligations are empty before deeply normalizing 2024-12-02 22:51:18 +00:00
outlives_bounds.rs Move outlives env computation into methods 2025-01-28 18:55:03 +00:00
project.rs Move supertrait_def_ids into the elaborate module like all other fns 2025-01-21 17:36:57 +00:00
structural_normalize.rs Rename structurally_normalize to structurally_normalize_ty 2025-01-22 07:04:53 +00:00
util.rs Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
vtable.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
wf.rs Properly check that array length is valid type during built-in unsizing in index 2025-01-28 17:52:28 +00:00