| Age | Commit message (Expand) | Author | Lines |
| 2020-12-13 | Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-12-12 | Remove an unused dependency that made `rustdoc` crash | Nadrieril | -3/+0 |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -3/+4 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+2 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -28/+34 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -27/+43 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -52/+6 |
| 2020-12-08 | Review feedback | Eric Arellano | -32/+36 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -27/+43 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -23/+25 |
| 2020-12-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -0/+2 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -7/+11 |
| 2020-12-03 | Combination of commits | Rich Kadel | -127/+117 |
| 2020-12-03 | move interpret::MemoryKind::Heap to const eval | Vishnunarayan K I | -0/+2 |
| 2020-11-25 | Fixup compiler docs | Camelid | -12/+12 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -4/+36 |
| 2020-11-23 | Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink | Jonas Schievink | -7/+1 |
| 2020-11-22 | Add comment and remove obsolete special case | Camelid | -7/+1 |
| 2020-11-22 | const fn: allow use of trait impls from bounds | Jonas Schievink | -4/+36 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -0/+5 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+5 |
| 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 | 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 |