| Age | Commit message (Expand) | Author | Lines |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -32/+22 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-04-24 | add a few more DefKinds | mark | -20/+27 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -1/+12 |
| 2020-04-24 | Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2,... | bors | -63/+70 |
| 2020-04-24 | Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung | Dylan DPC | -2/+2 |
| 2020-04-23 | Address comments from review | marmeladema | -23/+14 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -42/+31 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -34/+63 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -19/+17 |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -5/+6 |
| 2020-04-23 | Visit unevaluated constants in super_body | Santiago Pastorino | -0/+5 |
| 2020-04-23 | Add MirPass to collect Unevaluated consts in MIR body | Santiago Pastorino | -0/+5 |
| 2020-04-23 | Make mir::Constant Copy | Santiago Pastorino | -1/+1 |
| 2020-04-23 | add back Scalar::null_ptr | Ralf Jung | -0/+5 |
| 2020-04-23 | Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung | Dylan DPC | -2/+0 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -8/+0 |
| 2020-04-23 | Add leading 0x to offset in Debug fmt of Pointer | David Cook | -2/+2 |
| 2020-04-22 | Add module docs and restrict visibility | Dylan MacKenzie | -5/+7 |
| 2020-04-22 | Use a ref-counted pointer for ownership of the predecessor cache | Dylan MacKenzie | -14/+23 |
| 2020-04-22 | Remove `predecessors_for` | Dylan MacKenzie | -12/+1 |
| 2020-04-22 | Remove outdated reference to interpreter snapshotting | Dylan MacKenzie | -2/+0 |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -179/+0 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -340/+185 |
| 2020-04-22 | Replace multiple calls to `predecessors_for` | Dylan MacKenzie | -2/+4 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+15 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -51/+33 |
| 2020-04-22 | Use internal mutability for predecessor cache | Dylan MacKenzie | -287/+133 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -16/+2 |
| 2020-04-22 | Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC | bors | -31/+47 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -3/+5 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -28/+42 |
| 2020-04-22 | Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichton | bors | -1/+0 |
| 2020-04-22 | Remove an old in-progress comment from a previous PR. | Nicholas Nethercote | -1/+0 |
| 2020-04-22 | add test for correct await span | csmoe | -2/+2 |
| 2020-04-22 | Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis | Yuki Okushi | -2/+0 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -16/+2 |
| 2020-04-20 | Remove null places | Jonas Schievink | -5/+0 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -3/+0 |
| 2020-04-20 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -7/+5 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -3/+1 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -2/+0 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -68/+93 |
| 2020-04-19 | Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC | bors | -6/+2 |
| 2020-04-19 | Rollup merge of #71310 - JohnTitor:dont-did, r=estebank | Dylan DPC | -6/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -58/+61 |
| 2020-04-19 | Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper | bors | -5/+3 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -3/+1 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -6/+2 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -1/+7 |