rust/compiler/rustc_mir/src
bors b56b175c6c Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk
further split up const_fn feature flag

This continues the work on splitting up `const_fn` into separate feature flags:
* `const_fn_trait_bound` for `const fn` with trait bounds
* `const_fn_unsize` for unsizing coercions in `const fn` (looks like only `dyn` unsizing is still guarded here)

I don't know if there are even any things left that `const_fn` guards... at least libcore and liballoc do not need it any more.

`@oli-obk` are you currently able to do reviews?
2021-04-24 23:16:03 +00:00
..
borrow_check Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco 2021-04-20 14:05:12 +00:00
const_eval fix few typos 2021-04-19 15:57:08 +03:00
dataflow fix few typos 2021-04-19 15:57:08 +03:00
interpret fix few typos 2021-04-19 15:57:08 +03:00
monomorphize Add an attribute to be able to configure the limit 2021-04-20 09:30:28 -04:00
transform Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk 2021-04-24 23:16:03 +00:00
util fix few typos 2021-04-19 15:57:08 +03:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00