| Age | Commit message (Expand) | Author | Lines |
| 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 | -10/+10 |
| 2020-11-12 | check mir exists before validation; fix tests | Vishnunarayan K I | -0/+7 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -3/+11 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -4/+11 |
| 2020-11-12 | add different color for cleanup nodes in dark mode | Vishnunarayan K I | -1/+2 |
| 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/+679 |
| 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 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-10 | Initial work for doing minimum capture analysis for RFC-2229 | Aman Arora | -13/+14 |
| 2020-11-10 | Rollup merge of #78887 - camelid:dataflow-state-decl, r=jonas-schievink | Jonas Schievink | -1/+8 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -1/+1 |
| 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 | Add comments to explain memory usage optimization | Camelid | -1/+8 |
| 2020-11-10 | formatting | Vishnunarayan K I | -1/+1 |
| 2020-11-09 | Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk | Dylan DPC | -123/+114 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -43/+161 |
| 2020-11-09 | update gsgdt | Vishnunarayan K I | -7/+6 |
| 2020-11-09 | write to a String instead to reduce churn | Vishnunarayan K I | -14/+21 |
| 2020-11-09 | make MIR graphviz generation use gsgdt | Vishnunarayan K I | -147/+97 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -34/+118 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -24/+16 |
| 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-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-11-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -31/+40 |
| 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 |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -75/+24 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -1/+1 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -21/+30 |
| 2020-11-07 | Less verbose debug logging from inlining integrator | Tomasz Miąsko | -5/+5 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+1 |
| 2020-11-07 | use single char patterns for split() (clippy::single_char_pattern) | Matthias Krüger | -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 | improve fixme | Bastian Kauschke | -3/+6 |
| 2020-11-07 | Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-11-07 | Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk | Yuki Okushi | -8/+10 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -1275/+3819 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -2/+2 |