rust/compiler/rustc_middle/src
Michael Goulet 87c9b3f35e
Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk
Support safe transmute in new solver

Basically copies the same implementation as the old solver, but instead of looking for param types, we look for type or const placeholders.
2023-04-11 20:28:48 -07:00
..
dep_graph Hide warning. 2023-04-03 15:59:21 +00:00
hir Auto merge of #109778 - petrochenkov:allkind, r=cjgillot 2023-04-11 00:39:27 +00:00
infer prioritize param-env candidates 2023-04-10 09:16:33 +02:00
middle fix clippy::iter_kv_map 2023-04-01 23:44:16 +02:00
mir fixup! Improve `Allocation::hash 2023-04-09 23:23:33 +02:00
query rustc_middle: Remove Option from module_reexports query 2023-04-08 13:29:16 +03:00
thir Add Span to StmtKind::Let. 2023-04-03 15:59:21 +00:00
traits Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors 2023-04-10 14:13:16 +05:30
ty Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk 2023-04-11 20:28:48 -07:00
util
arena.rs resolve: Preserve reexport chains in ModChildren 2023-04-08 13:29:15 +03:00
error.rs fix(middle): emit error rather than delay bug when reaching limit 2023-04-03 11:08:14 +08:00
lib.rs Avoid the assertion in erase 2023-04-06 08:25:53 +02:00
lint.rs
macros.rs
metadata.rs resolve: Preserve reexport chains in ModChildren 2023-04-08 13:29:15 +03:00
tests.rs
thir.rs Add Span to StmtKind::Let. 2023-04-03 15:59:21 +00:00
values.rs