| Age | Commit message (Expand) | Author | Lines |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -1/+1 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -1/+1 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -1/+1 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -1/+1 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -9/+0 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -9/+0 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -3/+6 |
| 2021-03-05 | Bump all mir_opt_level 2 to 3 | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -1/+1 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -1/+1 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -1/+1 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -13/+19 |
| 2021-02-24 | Consider inexpensive inlining criteria first | Tomasz Miąsko | -124/+146 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -2/+2 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+5 |
| 2021-01-23 | Leave some notes for future changes to the MIR opt level of mir inlining | oli | -0/+3 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -17/+71 |
| 2021-01-15 | inline: Round word-size cost estimates up | Tomasz Miąsko | -1/+1 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -0/+9 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -0/+9 |
| 2021-01-03 | Make `ExpnData` fields `krate` and `orig_id` private | Aaron Hill | -4/+4 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -2/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -9/+2 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+5 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -0/+39 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -0/+39 |
| 2020-11-12 | Never inline C variadic functions | Tomasz Miąsko | -0/+5 |
| 2020-11-12 | Fix generator inlining by checking for rust-call abi and spread arg | Tomasz Miąsko | -12/+14 |
| 2020-11-12 | Remove check for impossible condition | Tomasz Miąsko | -6/+0 |
| 2020-11-12 | Never inline cold functions | Tomasz Miąsko | -2/+2 |
| 2020-11-12 | Never inline when `no_sanitize` attributes differ | Tomasz Miąsko | -5/+1 |
| 2020-11-11 | Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk | Jonas Schievink | -76/+76 |
| 2020-11-11 | Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obk | Jonas Schievink | -4/+5 |
| 2020-11-10 | Rollup merge of #78847 - tmiasko:inline-return-place, r=matthewjasper | Jonas Schievink | -0/+6 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -4/+5 |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -76/+76 |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -106/+108 |
| 2020-11-09 | inliner: Make `inline_call` infallible | Tomasz Miąsko | -17/+6 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -14/+10 |
| 2020-11-07 | Less verbose debug logging from inlining integrator | Tomasz Miąsko | -5/+5 |
| 2020-11-07 | Assert that a return place is not used for indexing during integration | Tomasz Miąsko | -0/+6 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -14/+10 |
| 2020-11-05 | inliner: Copy unevaluated constants only after successful inlining | Tomasz Miąsko | -8/+10 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -0/+13 |
| 2020-11-02 | inliner: Remove redundant loop | Tomasz Miąsko | -77/+60 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -0/+13 |
| 2020-10-21 | rustc_mir: run the MIR inlining Integrator on the whole callee body at once. | Eduard-Mihai Burtescu | -70/+65 |
| 2020-10-21 | rustc_mir: create the Integrator as soon as possible in MIR inlining. | Eduard-Mihai Burtescu | -45/+44 |