rust/compiler/rustc_middle/src
Matthias Krüger d5af762fe5
Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726
Uplift `TypeAndMut` and `ClosureKind` to `rustc_type_ir`

Uplifts `TypeAndMut` and `ClosureKind`

I know I said I was just going to get rid of `TypeAndMut` (https://github.com/rust-lang/types-team/issues/124) but I think this is much simpler, lol

r? `@jackh726` or `@lcnr`
2023-12-15 06:50:18 +01:00
..
dep_graph Reduce exposure of things. 2023-11-16 16:49:22 +11:00
hir Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
hooks Rename hook. 2023-11-01 16:49:18 +00:00
infer make infcx optional in canonicalizer 2023-12-14 03:03:03 +00:00
middle Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 2023-12-15 06:50:18 +01:00
mir Uplift TypeAndMut 2023-12-12 23:24:44 +00:00
query global param_env canonicalization cache 2023-12-13 14:57:52 +00:00
thir Add never_patterns feature gate 2023-11-29 03:58:29 +01:00
traits update use of feature flags 2023-12-14 15:22:37 +01:00
ty Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 2023-12-15 06:50:18 +01:00
util Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
arena.rs Make ConstKind and TyKind Copy 2023-12-12 01:09:12 +00:00
error.rs don't point at const usage site for resolution-time errors 2023-09-14 22:34:05 +02:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
lint.rs Remove support for compiler plugins. 2023-11-04 08:50:46 +11:00
macros.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
metadata.rs
tests.rs
thir.rs Don't include destruction scopes in THIR 2023-12-04 16:31:13 +00:00
values.rs Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00