| Age | Commit message (Expand) | Author | Lines |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -31/+31 |
| 2021-02-06 | Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk | Mara Bos | -0/+146 |
| 2021-02-04 | Revert "Simplify unscheduling of drops after moves" | Felix S. Klock II | -18/+55 |
| 2021-02-04 | Revert "Use `record_operands_moved` more aggresively" | Felix S. Klock II | -99/+187 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -15/+10 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+146 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -320/+320 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -320/+320 |
| 2021-01-25 | Ignore a test on wasm, because that changes landing pads | oli | -37/+39 |
| 2021-01-23 | Move test to mir-opt so we actually see that no inlining is happening | oli | -0/+108 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+69 |
| 2021-01-18 | Remove disabled transformation from instcombine | Tomasz Miąsko | -70/+1 |
| 2021-01-15 | Add test for #59352 | Dániel Buga | -0/+121 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -464/+421 |
| 2021-01-09 | Bless profile targets | Caio | -17/+12 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -447/+409 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -46/+46 |
| 2021-01-04 | Stop optimizing promoteds | oli | -62/+62 |
| 2020-12-29 | Make forget intrinsic safe | Tomasz Miąsko | -16/+10 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -27/+0 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -27/+0 |
| 2020-12-17 | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC | Guillaume Gomez | -0/+28 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -7/+7 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -0/+139 |
| 2020-12-14 | Disable the constant debuginfo promotion pass by default | Wesley Wiser | -11/+47 |
| 2020-12-15 | Always run intrinsics lowering pass | Tomasz Miąsko | -0/+28 |
| 2020-12-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -2/+140 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -0/+70 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -46/+149 |
| 2020-12-04 | Avoid leaking block expression values | Matthew Jasper | -10/+15 |
| 2020-12-04 | Use `record_operands_moved` more aggresively | Matthew Jasper | -228/+103 |
| 2020-12-03 | Combination of commits | Rich Kadel | -26/+26 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -451/+429 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -5/+5 |
| 2020-11-19 | Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievink | Dylan DPC | -0/+38 |
| 2020-11-16 | Don't special case constant operands when lowering intrinsics | Tomasz Miąsko | -0/+38 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -39/+219 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -0/+9 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -0/+263 |
| 2020-11-12 | ./x.py test --bless | Tomasz Miąsko | -36/+184 |
| 2020-11-12 | Never inline C variadic functions | Tomasz Miąsko | -0/+18 |
| 2020-11-12 | Fix generator inlining by checking for rust-call abi and spread arg | Tomasz Miąsko | -0/+16 |
| 2020-11-12 | Never inline when `no_sanitize` attributes differ | Tomasz Miąsko | -3/+1 |
| 2020-11-11 | Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk | Jonas Schievink | -0/+180 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -0/+75 |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -0/+180 |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -0/+134 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -0/+91 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -7/+7 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -0/+37 |