rust/compiler/rustc_ty_utils/src
bors cd68ead9ec Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr
Remove chalk support from the compiler

Removes chalk (`-Ztrait-solver=chalk`) from the compiler and prunes any dead code resulting from this, mainly:
* Remove the chalk compatibility layer in `compiler/rustc_traits/src/chalk`
* Remove the chalk flag `-Ztrait-solver=chalk` and its `TraitEngine` implementation
* Remove `TypeWellFormedFromEnv` (and its many `bug!()` match arms)
* Remove the chalk migration mode from compiletest
* Remove the `chalkify` UI tests (do we want to keep any of these, but migrate them to `-Ztrait-solver=next`??)

Fulfills rust-lang/types-team#93.

r? `@jackh726`
2023-07-04 09:09:09 +00:00
..
abi.rs Put FnAbiError behind reference to shrink result 2023-07-01 21:16:27 +02:00
assoc.rs Add bidirectional where clauses on RPITIT synthesized GATs 2023-06-29 14:26:26 -03:00
common_traits.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
consts.rs thir: Add Become expression kind 2023-06-27 09:03:05 +00:00
errors.rs Re-use error code for duplicate error 2023-06-22 15:51:14 +00:00
implied_bounds.rs use deeply_normalize for assumed_wf_types 2023-07-03 09:12:14 +02:00
instance.rs yeet ImplSource::TraitAlias too 2023-06-20 23:33:02 +00:00
layout.rs Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
layout_sanity_check.rs Factor out checks in layout check and add helper inherent_size. 2023-05-05 16:11:03 -07:00
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
needs_drop.rs EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00
opaque_types.rs Only walk the identity substituted version of struct fields 2023-06-22 15:51:20 +00:00
representability.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
structural_match.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
ty.rs Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr 2023-07-04 09:09:09 +00:00