rust/compiler/rustc_hir_analysis/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
..
astconv remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
check use deeply_normalize for assumed_wf_types 2023-07-03 09:12:14 +02:00
coherence Simplify some conditions 2023-06-27 07:40:47 +00:00
collect Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino 2023-07-04 04:24:24 +00:00
impl_wf_check remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
outlives remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
structured_errors Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
variance Properly implement variances_of for RPITIT GAT 2023-06-29 23:08:32 -03:00
autoderef.rs change snapshot tracking in fulfillment contexts 2023-06-29 10:02:26 +02:00
bounds.rs Fully fledged Clause type 2023-06-19 15:46:08 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors 2023-07-01 01:53:10 +00:00
constrained_generic_params.rs Migrate predicates_of and caller_bounds to Clause 2023-06-26 23:12:03 +00:00
errors.rs migrate lifetime too 2023-06-26 19:14:49 +00:00
hir_wf_check.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
impl_wf_check.rs Error on unconstrained lifetime in RPITIT 2023-06-14 05:20:31 +00:00
lib.rs remove hash_drain_filter feature uses 2023-06-14 09:28:56 +02:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00