| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -111/+231 |
| 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 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -5/+7 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -0/+91 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -346/+346 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -346/+346 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -3/+3 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -8/+281 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -4/+4 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -165/+213 |
| 2020-10-26 | simplify-locals: Remove unused assignments regardless of rvalue kind | Tomasz Miąsko | -34/+25 |
| 2020-10-26 | simplify-locals: Remove unused set-discriminant statements | Tomasz Miąsko | -20/+8 |
| 2020-10-26 | Rollup merge of #78247 - simonvandel:fix-78192, r=oli-obk | Dylan DPC | -3/+41 |
| 2020-10-26 | simplify-locals: Add yet to be optimized test cases | Tomasz Miąsko | -0/+294 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -252/+498 |
| 2020-10-24 | Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obk | Jonas Schievink | -40/+287 |
| 2020-10-22 | Check which places are dead | Simon Vandel Sillesen | -3/+41 |
| 2020-10-21 | rustc_mir: create the Integrator as soon as possible in MIR inlining. | Eduard-Mihai Burtescu | -52/+52 |
| 2020-10-21 | rustc_mir: don't throw away inlined locals' spans. | Eduard-Mihai Burtescu | -57/+57 |
| 2020-10-21 | rustc_mir: properly map scope parent chains into the caller when inlining. | Eduard-Mihai Burtescu | -19/+67 |