| Age | Commit message (Expand) | Author | Lines |
| 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-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 | rustc_parse: Remove optimization for 0-length streams in `collect_tokens` | Vadim Petrochenkov | -9/+5 |
| 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 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -5/+26 |
| 2020-11-12 | Rollup merge of #78933 - jyn514:tracing-output, r=oli-obk | Guillaume Gomez | -2/+2 |
| 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 |
| 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/+11 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+17 |
| 2020-11-11 | Enable thread names in debug logging only for `parallel_compiler` | Joshua Nelson | -0/+2 |
| 2020-11-11 | Change capitalization of Spirv to SpirV | khyperia | -22/+22 |
| 2020-11-11 | rustc_target: Make sure that in-tree targets follow conventions for os and ve... | Vadim Petrochenkov | -0/+13 |
| 2020-11-11 | rustc_target: Normalize vendor from "" to "unknown" for all targets | Vadim Petrochenkov | -19/+3 |
| 2020-11-11 | rustc_target: Change os from "unknown" to "none" for bare metal targets | Vadim Petrochenkov | -1/+3 |
| 2020-11-11 | Add asm register information for SPIR-V | khyperia | -1/+78 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -35/+175 |
| 2020-11-11 | rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base` | Vadim Petrochenkov | -30/+35 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -26/+28 |
| 2020-11-10 | Don't print thread ids and names in `tracing` logs | Joshua Nelson | -2/+0 |
| 2020-11-10 | rustc_taret: Remove `TargetOptions::is_like_android` | Vadim Petrochenkov | -7/+0 |
| 2020-11-10 | Rollup merge of #78890 - o752d:patch-2, r=jyn514 | Jonas Schievink | -1/+1 |
| 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 | -503/+453 |
| 2020-11-10 | Rollup merge of #78847 - tmiasko:inline-return-place, r=matthewjasper | Jonas Schievink | -0/+6 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -33/+133 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -4/+11 |
| 2020-11-09 | Add comments to explain memory usage optimization | Camelid | -1/+8 |
| 2020-11-09 | Rollup merge of #78844 - tmiasko:monomorphize-sizeof, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-11-09 | Rollup merge of #78830 - lcnr:mir-folder, r=oli-obk | Dylan DPC | -17/+14 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -85/+27 |
| 2020-11-09 | Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk | Dylan DPC | -123/+114 |