| Age | Commit message (Expand) | Author | Lines |
| 2020-11-19 | Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwco | Dylan DPC | -7/+8 |
| 2020-11-19 | Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk | Dylan DPC | -11/+59 |
| 2020-11-19 | Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievink | Dylan DPC | -8/+4 |
| 2020-11-19 | remove check from const promotion | cjkenn | -4/+0 |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -2/+0 |
| 2020-11-19 | Revert "Always use param_env_reveal_all_normalized in validator" | Tomasz Miąsko | -7/+10 |
| 2020-11-18 | move checks later into optimization passes | cjkenn | -16/+17 |
| 2020-11-18 | move fuel checks to later points in instcombine and const_prop, add opt level... | cjkenn | -19/+26 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -0/+39 |
| 2020-11-16 | add optimization fuel checks to some mir passes | cjkenn | -3/+47 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -4/+4 |
| 2020-11-16 | Don't special case constant operands when lowering intrinsics | Tomasz Miąsko | -8/+4 |
| 2020-11-15 | Only go through the body if something can be optimized | Simon Vandel Sillesen | -2/+13 |
| 2020-11-15 | Do not call super_rvalue if not needed | Simon Vandel Sillesen | -2/+2 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-11-15 | Rollup merge of #79031 - camelid:mir-validate-local-decl, r=jonas-schievink | Jonas Schievink | -0/+7 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+1 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -8/+7 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -22/+19 |
| 2020-11-15 | Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandry | Dylan DPC | -25/+765 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -0/+39 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -0/+110 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -1/+1 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -0/+110 |
| 2020-11-13 | Validate that locals have a corresponding `LocalDecl` | Camelid | -0/+7 |
| 2020-11-13 | Addressed feedback | Rich Kadel | -11/+10 |
| 2020-11-12 | Added a unit test for BcbCounters | Rich Kadel | -102/+188 |
| 2020-11-12 | Always use param_env_reveal_all_normalized in validator | Tomasz Miąsko | -10/+7 |
| 2020-11-12 | Normalize function type during validation | Tomasz Miąsko | -0/+2 |
| 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-12 | review comments | Vishnunarayan K I | -7/+8 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -2/+10 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -4/+6 |
| 2020-11-11 | Overcome Sync issues with non-parallel compiler | Rich Kadel | -9/+10 |
| 2020-11-11 | Added some unit tests as requested | Rich Kadel | -22/+676 |
| 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-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -30/+39 |
| 2020-11-08 | Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor | Mara Bos | -21/+30 |
| 2020-11-08 | Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiser | Mara Bos | -5/+5 |