| Age | Commit message (Expand) | Author | Lines |
| 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/+780 |
| 2020-11-15 | Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasper | Dylan DPC | -0/+11 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -89/+6 |
| 2020-11-15 | Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -0/+110 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -11/+34 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -15/+21 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -20/+19 |
| 2020-11-14 | Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 | bors | -9/+5 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -0/+110 |
| 2020-11-13 | Addressed feedback | Rich Kadel | -11/+10 |
| 2020-11-13 | Auto merge of #79017 - GuillaumeGomez:rollup-5orhudd, r=GuillaumeGomez | bors | -31/+41 |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -31/+41 |
| 2020-11-13 | Push to result vector instead of allocating | Dániel Buga | -5/+2 |
| 2020-11-13 | Reuse vector | Dániel Buga | -1/+5 |
| 2020-11-13 | Reserve space in advance | Dániel Buga | -7/+9 |
| 2020-11-13 | Allocate less in lower_block_noalloc | Dániel Buga | -20/+21 |
| 2020-11-13 | Eliminate some temporary vectors & Remove unnecessary mark_attr_used | Dániel Buga | -13/+14 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -29/+69 |
| 2020-11-12 | Added a unit test for BcbCounters | Rich Kadel | -102/+188 |
| 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 | rustc_parse: Remove optimization for 0-length streams in `collect_tokens` | Vadim Petrochenkov | -9/+5 |
| 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 | Rollup merge of #78950 - khyperia:spirv-asm, r=Amanieu | Mara Bos | -1/+78 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -35/+175 |
| 2020-11-12 | Rollup merge of #76730 - ebkalderon:rustdoc-fix-mut-args-async-fn, r=tmandry | Mara Bos | -2/+12 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -15/+21 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -1/+4 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+4 |
| 2020-11-12 | Consider mutable ident binding patterns to be simple | Eyal Kalderon | -3/+6 |
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -31/+41 |
| 2020-11-12 | review comments | Vishnunarayan K I | -11/+11 |
| 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 | -6/+14 |
| 2020-11-12 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -5/+26 |
| 2020-11-12 | fixed a re-format due to removed chain call | DevJPM | -5/+1 |
| 2020-11-12 | Dropped Support for Bidirectional Custom Target Definition Emulation | DevJPM | -12/+0 |
| 2020-11-12 | Removed an unused function now that LLVM 9 is the minimal supported version | DevJPM | -5/+0 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -70/+8 |
| 2020-11-12 | Rollup merge of #78933 - jyn514:tracing-output, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2020-11-11 | Overcome Sync issues with non-parallel compiler | Rich Kadel | -9/+22 |
| 2020-11-11 | Added some unit tests as requested | Rich Kadel | -22/+679 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -155/+134 |
| 2020-11-11 | Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-Simulacrum | Jonas Schievink | -7/+0 |
| 2020-11-11 | Rollup merge of #78929 - petrochenkov:linuxbase, r=joshtriplett | Jonas Schievink | -30/+35 |