rust/compiler/rustc_middle/src
Michael Goulet e4a6b24245
Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU
Normalize anon consts in new solver

We don't do any of that `expand_abstract_consts` stuff so this isn't sufficient to make GCE work, but it does allow, e.g. `[(); 1]: Default`, to solve.

r? `@BoxyUwU`
2023-06-02 16:02:06 -07:00
..
dep_graph
hir Separate AnonConst from ConstBlock in HIR. 2023-06-02 21:25:18 +00:00
infer Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
middle Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
mir Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk 2023-06-02 16:02:06 -07:00
query Rename impl_defaultness to defaultness 2023-06-01 06:14:06 +00:00
thir
traits Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors 2023-06-02 18:12:45 +02:00
ty No more TyCtxt::lazy_normalization 2023-06-02 22:07:57 +00:00
util
arena.rs Prepopulate opaques in canonical input 2023-05-25 03:21:22 +00:00
error.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
lib.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
lint.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
macros.rs
metadata.rs
tests.rs
thir.rs
values.rs EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00