| Age | Commit message (Expand) | Author | Lines |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -52/+110 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -769/+794 |
| 2020-10-05 | Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank | Dylan DPC | -7/+7 |
| 2020-10-05 | Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung | Dylan DPC | -17/+11 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -4/+5 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -24/+82 |
| 2020-10-05 | Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank | Dylan DPC | -0/+5 |
| 2020-10-04 | Add comment to `Abort` match arm | ecstatic-morse | -0/+1 |
| 2020-10-04 | HACK: Overwrite the MIR's source with the correct const param | Dylan MacKenzie | -1/+7 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -346/+281 |
| 2020-10-04 | Move `MirSource` to `rustc_middle` | Dylan MacKenzie | -28/+35 |
| 2020-10-04 | Miscellaneous import formatting | Dylan MacKenzie | -5/+4 |
| 2020-10-04 | Discuss cleanup blocks and `span_bug` on `Abort` | Dylan MacKenzie | -6/+11 |
| 2020-10-04 | Rollup merge of #77525 - tmiasko:nrvo-2, r=jonas-schievink | Jonas Schievink | -6/+0 |
| 2020-10-04 | Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr | Jonas Schievink | -154/+155 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -3/+7 |
| 2020-10-04 | Rollup merge of #77368 - est31:apfloat_fix, r=varkor | Jonas Schievink | -14/+35 |
| 2020-10-04 | Apply suggestions from review | Aaron Hill | -2/+2 |
| 2020-10-04 | Fix broken link | Aaron Hill | -1/+1 |
| 2020-10-04 | Fix rebase fallout | Aaron Hill | -12/+7 |
| 2020-10-04 | Address review comments | Matthew Jasper | -7/+11 |
| 2020-10-04 | Add some more comments | Matthew Jasper | -7/+22 |
| 2020-10-04 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -39/+12 |
| 2020-10-04 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -727/+765 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -22/+58 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -154/+155 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -5/+58 |
| 2020-10-04 | Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514 | Yuki Okushi | -6/+40 |
| 2020-10-04 | Rollup merge of #77190 - jakevossen5:master, r=eddyb | Yuki Okushi | -96/+89 |
| 2020-10-04 | Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov | Yuki Okushi | -0/+82 |
| 2020-10-04 | Rollup merge of #75143 - oli-obk:tracing, r=RalfJung | Yuki Okushi | -28/+72 |
| 2020-10-04 | Backport another LLVM commit to rustc_apfloat | est31 | -27/+27 |
| 2020-10-04 | Enable RenameReturnPlace MIR optimization on mir-opt-level >= 2 | Tomasz Miąsko | -6/+0 |
| 2020-10-03 | Replace some once(x).chain(once(y)) with [x, y] IntoIter | Scott McMurray | -7/+7 |
| 2020-10-03 | Auto merge of #77434 - jonas-schievink:ret-in-reg-2-electric-boogalo, r=nagisa | bors | -14/+3 |
| 2020-10-03 | Allow `Abort` terminators in a const-context | Dylan MacKenzie | -14/+2 |
| 2020-10-03 | Support vectors with fewer than 8 elements for simd_select_bitmask | Amanieu d'Antras | -3/+7 |
| 2020-10-03 | Run attributes check at crate level | Guillaume Gomez | -4/+10 |
| 2020-10-03 | Prevent #[doc(alias = "...")] at crate level | Guillaume Gomez | -3/+19 |
| 2020-10-03 | fixed going over 100 chars in line | Jake Vossen | -1/+3 |
| 2020-10-03 | Add `FIXME` for const generic defaults | varkor | -0/+1 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -3/+3 |
| 2020-10-03 | Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb | Jonas Schievink | -0/+1 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -11/+2 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -1/+30 |
| 2020-10-02 | made multiline macro calls into single line | Jake Vossen | -18/+6 |
| 2020-10-02 | Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievink | bors | -11/+87 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -1/+2 |
| 2020-10-02 | Rollup merge of #77423 - ecstatic-morse:discriminant-switch-effect-config, r=... | Jonas Schievink | -0/+13 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -3/+12 |