rust/compiler/rustc_middle/src
bors e4cd161006 Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk
Effects/keyword generics MVP

This adds `feature(effects)`, which adds `const host: bool` to the generics of const functions, const traits and const impls. This will be used to replace the current logic around const traits.

r? `@oli-obk`
2023-07-05 13:42:00 +00:00
..
dep_graph Allow LocalDefId as the argument to def_path_str 2023-04-21 22:27:20 +00:00
hir Separate AnonConst from ConstBlock in HIR. 2023-06-02 21:25:18 +00:00
infer Replace mk_const with Const::new_x methods 2023-07-04 14:26:33 +01:00
middle privacy: Rename some variables for clarity 2023-06-15 21:25:47 +03:00
mir Replace const_error methods with Const::new_error 2023-07-04 14:46:32 +01:00
query Don't require associated types with Self: Sized bounds in dyn Trait objects 2023-07-05 07:42:53 +00:00
thir thir: Add Become expression kind 2023-06-27 09:03:05 +00:00
traits Remove chalk from the compiler 2023-07-03 21:40:04 +00:00
ty Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk 2023-07-05 13:42:00 +00:00
util Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
arena.rs Migrate predicates_of and caller_bounds to Clause 2023-06-26 23:12:03 +00:00
error.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
lib.rs s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
lint.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
macros.rs Simplify CloneLiftImpls and TrivialTypeTraversalImpls. 2023-04-16 14:19:50 +10:00
metadata.rs rustc_metadata: Remove Span from ModChild 2023-04-18 17:25:04 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs thir: Add Become expression kind 2023-06-27 09:03:05 +00:00
values.rs Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00