| Age | Commit message (Expand) | Author | Lines |
| 2020-02-27 | Rename `RequiresStorage` to `MaybeRequiresStorage` | Dylan MacKenzie | -11/+11 |
| 2020-02-27 | Port `RequiresStorage` to new dataflow framework | Dylan MacKenzie | -100/+97 |
| 2020-02-27 | Add inherent `visit_with` method to `dataflow::Results` | Dylan MacKenzie | -0/+18 |
| 2020-02-27 | Port `MaybeStorageLive` to new dataflow framework | Dylan MacKenzie | -41/+37 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -25/+201 |
| 2020-02-27 | Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitor | bors | -328/+587 |
| 2020-02-27 | Rollup merge of #69500 - cuviper:par_for_each_in-item, r=Mark-Simulacrum | Yuki Okushi | -8/+2 |
| 2020-02-27 | Rollup merge of #69480 - GuillaumeGomez:clean-up-e0373, r=Dylan-DPC | Yuki Okushi | -3/+7 |
| 2020-02-27 | Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPC | Yuki Okushi | -3/+3 |
| 2020-02-27 | Rollup merge of #69473 - contrun:update-llvm, r=nikomatsakis | Yuki Okushi | -0/+0 |
| 2020-02-27 | Rollup merge of #69439 - petrochenkov:latelife, r=matthewjasper | Yuki Okushi | -246/+246 |
| 2020-02-27 | Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=... | Yuki Okushi | -68/+329 |
| 2020-02-27 | Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoerister | bors | -40/+54 |
| 2020-02-26 | Simplify the signature of par_for_each_in | Josh Stone | -8/+2 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -125/+169 |
| 2020-02-26 | Update codegen-units tests | Matthew Jasper | -33/+23 |
| 2020-02-26 | Auto merge of #69484 - Dylan-DPC:rollup-j6ripxy, r=Dylan-DPC | bors | -406/+445 |
| 2020-02-26 | Rollup merge of #69447 - Centril:minor-stmt-refactor, r=estebank | Dylan DPC | -94/+87 |
| 2020-02-26 | Rollup merge of #69434 - petrochenkov:metabs, r=Mark-Simulacrum | Dylan DPC | -13/+5 |
| 2020-02-26 | Rollup merge of #69381 - QuiltOS:no-std-from-config, r=Mark-Simulacrum | Dylan DPC | -7/+17 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -292/+273 |
| 2020-02-26 | Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnay | Dylan DPC | -0/+63 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -128/+497 |
| 2020-02-26 | Clean up E0373 explanation | Guillaume Gomez | -3/+7 |
| 2020-02-26 | clarify operator precedence | Matthias Krüger | -3/+3 |
| 2020-02-26 | Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakis | bors | -154/+2048 |
| 2020-02-26 | update llvm to silence gcc 9 warnings | YI | -0/+0 |
| 2020-02-26 | Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPC | bors | -119/+290 |
| 2020-02-26 | Rollup merge of #69457 - GuillaumeGomez:clean-up-e0370-e0371, r=Dylan-DPC | Dylan DPC | -6/+10 |
| 2020-02-26 | Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank | Dylan DPC | -10/+9 |
| 2020-02-26 | Rollup merge of #69423 - petrochenkov:nont, r=Centril | Dylan DPC | -47/+45 |
| 2020-02-26 | Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkov | Dylan DPC | -6/+63 |
| 2020-02-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -49/+66 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -1/+97 |
| 2020-02-25 | Auto merge of #69450 - cuviper:llvm-scev-no-wrap, r=nikic | bors | -0/+33 |
| 2020-02-25 | Auto merge of #69421 - flip1995:clippyup, r=Dylan-DPC | bors | -10/+8 |
| 2020-02-25 | Clean up E0371 explanation | Guillaume Gomez | -5/+7 |
| 2020-02-25 | Clean up E0370 explanation | Guillaume Gomez | -1/+3 |
| 2020-02-25 | Auto merge of #69440 - Dylan-DPC:rollup-hj4bo9l, r=Dylan-DPC | bors | -32/+150 |
| 2020-02-25 | Auto merge of #69428 - matthiaskrgr:submodule_upd, r=Xanewok | bors | -0/+0 |
| 2020-02-25 | parse: address nitpick | Mazdak Farrokhzad | -3/+2 |
| 2020-02-24 | bootstrap: Further centralize target defaulting logic. | John Ericson | -7/+16 |
| 2020-02-24 | Cherry-pick the LLVM fix for #69225 | Josh Stone | -0/+33 |
| 2020-02-25 | parse: move condition into guard | Mazdak Farrokhzad | -28/+28 |
| 2020-02-24 | parse: simplify `parse_stmt_without_recovery`. | Mazdak Farrokhzad | -36/+29 |
| 2020-02-24 | parse: extract `parse_stmt_item` & `parse_stmt_path_start`. | Mazdak Farrokhzad | -32/+33 |
| 2020-02-24 | Rollup merge of #69437 - RalfJung:miri-no-codegen, r=ecstatic-morse | Dylan DPC | -5/+2 |
| 2020-02-24 | Rollup merge of #69435 - anyska:cell-replace, r=Centril | Dylan DPC | -10/+5 |
| 2020-02-24 | Rollup merge of #69433 - matthiaskrgr:bool_cmp, r=eddyb | Dylan DPC | -15/+15 |
| 2020-02-24 | Rollup merge of #69427 - GuillaumeGomez:cleanup-e0368-e0369, r=Dylan-DPC | Dylan DPC | -2/+5 |