| Age | Commit message (Expand) | Author | Lines |
| 2020-10-05 | Use MIR dump interface for dataflow | Dylan MacKenzie | -23/+23 |
| 2020-10-05 | Renamed tests to avoid exceeding Windows max path limit | Rich Kadel | -7/+1 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -265/+1103 |
| 2020-10-05 | add RegionNameHighlight::Occluded | SNCPlay42 | -11/+27 |
| 2020-10-05 | don't refer to async as 'generators' | SNCPlay42 | -6/+24 |
| 2020-10-05 | Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obk | bors | -1/+2 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -257/+185 |
| 2020-10-05 | inliner: use caller param_env | Bastian Kauschke | -17/+15 |
| 2020-10-05 | query_name_of_opt_const_arg -> query_name_opt_const_arg | Bastian Kauschke | -4/+4 |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -17/+11 |
| 2020-10-04 | Fix rustdoc warnings about invalid Rust syntax | Camelid | -2/+5 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -43/+26 |
| 2020-10-05 | Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung | Dylan DPC | -17/+11 |
| 2020-10-04 | Remove `DefId` from `MirBorrowckCtxt` | Dylan MacKenzie | -26/+27 |
| 2020-10-04 | nll: solve | Dylan MacKenzie | -2/+2 |
| 2020-10-04 | Replace `(Body, WithOptConstParam)` with `Body` where possible | Dylan MacKenzie | -11/+10 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -219/+147 |
| 2020-10-04 | cleanup WithOptConstParam queries | Bastian Kauschke | -10/+2 |
| 2020-10-04 | Add comment to `Abort` match arm | ecstatic-morse | -0/+1 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -342/+264 |
| 2020-10-04 | Move `MirSource` to `rustc_middle` | Dylan MacKenzie | -28/+3 |
| 2020-10-04 | Discuss cleanup blocks and `span_bug` on `Abort` | Dylan MacKenzie | -6/+11 |
| 2020-10-04 | stop promoting union field accesses in 'const' | Ralf Jung | -20/+14 |
| 2020-10-04 | Fix rebase fallout | Aaron Hill | -9/+4 |
| 2020-10-04 | Address review comments | Matthew Jasper | -2/+6 |
| 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 | -1/+12 |
| 2020-10-04 | Rollup merge of #75143 - oli-obk:tracing, r=RalfJung | Yuki Okushi | -22/+56 |
| 2020-10-04 | Enable RenameReturnPlace MIR optimization on mir-opt-level >= 2 | Tomasz Miąsko | -6/+0 |
| 2020-10-04 | Fix miscompile in SimplifyBranchSame | Simon Vandel Sillesen | -1/+2 |
| 2020-10-03 | Allow `Abort` terminators in a const-context | Dylan MacKenzie | -14/+2 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -1/+30 |
| 2020-10-02 | Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievink | bors | -3/+20 |
| 2020-10-02 | Rollup merge of #77423 - ecstatic-morse:discriminant-switch-effect-config, r=... | Jonas Schievink | -0/+8 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -3/+12 |
| 2020-10-02 | validate: skip debuginfo | Jonas Schievink | -15/+14 |
| 2020-10-02 | validate: storage must be allocated on local use | Jonas Schievink | -3/+29 |
| 2020-10-01 | Disable the SimplifyArmIdentity mir-opt | Wesley Wiser | -1/+6 |
| 2020-10-01 | Fixme with link for re-enabling const mutation lint for Drop consts | David Tolnay | -2/+9 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+8 |
| 2020-10-01 | Unify `&mut` and `&raw mut` const-checking errors | Dylan MacKenzie | -29/+15 |
| 2020-10-01 | Give better const-checking error for `async` blocks | Dylan MacKenzie | -3/+12 |
| 2020-10-01 | Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk | bors | -0/+41 |
| 2020-10-01 | Implement multiple return terminators optimization | Antoine Martin | -0/+41 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -209/+242 |
| 2020-10-01 | Only mention that a stack frame is being popped when starting to do so | Oliver Scherer | -5/+4 |
| 2020-09-30 | Warn on method call mutating const, even if it has destructor | David Tolnay | -1/+1 |
| 2020-09-30 | Skip dropck::check_drop_impl in is_const_item_without_destructor | David Tolnay | -1/+2 |
| 2020-09-30 | Simplify defid destructor check | David Tolnay | -1/+1 |
| 2020-09-30 | Add justification of the destructor filter | David Tolnay | -0/+12 |