| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -303/+159 |
| 2020-04-22 | Replace multiple calls to `predecessors_for` | Dylan MacKenzie | -2/+4 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+14 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -14/+8 |
| 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 | -6/+7 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -6/+7 |
| 2020-04-22 | Remove an old in-progress comment from a previous PR. | Nicholas Nethercote | -1/+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 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -15/+17 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -11/+12 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -6/+7 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -3/+3 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -32/+25 |
| 2020-04-17 | mir: pretty-print `Rvalue::Aggregate` correctly. | Eduard-Mihai Burtescu | -15/+17 |
| 2020-04-16 | bikeshed | Ralf Jung | -2/+2 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -32/+25 |
| 2020-04-16 | Miri error messages: avoid try terminology | Ralf Jung | -4/+4 |
| 2020-04-12 | Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb | Dylan DPC | -26/+33 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -1/+18 |
| 2020-04-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -26/+33 |
| 2020-04-07 | Use a `SmallVec` for `Cache::predecessors`. | Nicholas Nethercote | -5/+11 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -22/+17 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -13/+9 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -4/+5 |
| 2020-03-30 | Miri stacktrace: record span inside frame, not call-site span | Ralf Jung | -13/+8 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -11/+5 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+8747 |