| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -1/+3 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -4/+4 |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -16/+12 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -11/+9 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -4/+4 |
| 2020-05-01 | fix Miri error message padding | Ralf Jung | -2/+2 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -16/+12 |
| 2020-05-01 | use hex for invalid bool and char (consistently with validation) | Ralf Jung | -2/+6 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -40/+44 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -30/+27 |
| 2020-05-01 | tweak InvalidIntPointerUsage message | Ralf Jung | -2/+2 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -10/+34 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -11/+9 |
| 2020-04-30 | Address review comments | Oliver Scherer | -4/+2 |
| 2020-04-30 | Highlight an error that can only happen in CTFE | Oliver Scherer | -1/+1 |
| 2020-04-30 | Separate miri/ctfe unsupported operations | Oliver Scherer | -0/+2 |
| 2020-04-29 | Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelix | bors | -0/+1 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -0/+3 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -0/+3 |
| 2020-04-28 | Add `CustomEq` qualif | Dylan MacKenzie | -0/+1 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -2/+2 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -1/+4 |
| 2020-04-26 | Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJung | Dylan DPC | -1/+16 |
| 2020-04-26 | fmt | Ralf Jung | -5/+1 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -20/+23 |
| 2020-04-26 | Adjust style | Ralf Jung | -1/+1 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -10/+32 |
| 2020-04-26 | Rename ArgumentSizeMismatch to ScalarSizeMismatch | Samrat Man Singh | -5/+5 |
| 2020-04-26 | [miri] Throw UB if target size and data size don't match | Samrat Man Singh | -1/+16 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -31/+31 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -2/+1 |
| 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 | -7/+17 |
| 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 | -7/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -12/+10 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -6/+20 |
| 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 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -303/+159 |