rust/compiler/rustc_mir/src
Yuki Okushi ae5e024194
Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk
Add option to enable MIR inlining independently of mir-opt-level

Add `-Zinline-mir` option that enables MIR inlining independently of the
current MIR opt level. The primary use-case is enabling MIR inlining on the
default MIR opt level.

Turn inlining thresholds into optional values to make it possible to configure
different defaults depending on the current mir-opt-level (although thresholds
are yet to be used in such a manner).
2021-03-02 21:23:14 +09:00
..
borrow_check Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper 2021-02-27 02:34:30 +01:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 2021-02-26 00:17:22 +00:00
interpret Add a getter for Frame.loc 2021-02-27 21:01:02 +01:00
monomorphize Use log level to control partitioning debug output 2021-02-24 00:00:00 +00:00
transform Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk 2021-03-02 21:23:14 +09:00
util Miscellaneous inlining improvements 2021-02-26 00:00:00 +00:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00
shim.rs Replace let Some(..) = with .is_some() 2021-01-17 19:06:12 -05:00