| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -24/+22 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -5/+0 |
| 2020-05-01 | fmt | Ralf Jung | -2/+2 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -23/+21 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -6/+6 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -15/+15 |
| 2020-04-30 | Rollup merge of #71691 - ecstatic-morse:const-unreachable, r=oli-obk,RalfJung | Tyler Mandry | -7/+3 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -18/+2 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -14/+23 |
| 2020-04-30 | Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper | Tyler Mandry | -5/+3 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -52/+118 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -1/+1 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -5/+3 |
| 2020-04-30 | Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obk | Dylan DPC | -10/+29 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -3/+6 |
| 2020-04-29 | Allow `Unreachable` terminators unconditionally | Dylan MacKenzie | -7/+3 |
| 2020-04-29 | Allow `Downcast` projections unconditionally | Dylan MacKenzie | -18/+2 |
| 2020-04-29 | Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelix | bors | -7/+73 |
| 2020-04-29 | expand comment in memory.rs with extra soundness concerns | Ralf Jung | -1/+3 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -15/+24 |
| 2020-04-29 | Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw... | bors | -21/+70 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -15/+24 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -3/+6 |
| 2020-04-28 | Add `CustomEq` qualif | Dylan MacKenzie | -1/+63 |
| 2020-04-28 | clarify comment | Ralf Jung | -1/+3 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -9/+24 |
| 2020-04-28 | Pass `Substs` to `in_adt_inherently` | Dylan MacKenzie | -6/+10 |
| 2020-04-28 | Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obk | Dylan DPC | -113/+74 |
| 2020-04-28 | Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-04-28 | Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddyb | Dylan DPC | -0/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -13/+13 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -2/+2 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -52/+74 |
| 2020-04-28 | Polished documentation, removed not-so-useful-anymore traces, and added some ... | Félix Fischer | -6/+13 |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -13/+46 |
| 2020-04-27 | Blocked `MutatingUseContext::Projection` for all locals of kind `LocalKind::T... | Félix Fischer | -4/+13 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -9/+13 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -11/+15 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -8/+13 |
| 2020-04-27 | Use `LocalDefId` in `mir_built` query | marmeladema | -3/+7 |
| 2020-04-27 | Use `LocalDefId` in `unsafety_check_result` query | marmeladema | -12/+10 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -15/+22 |
| 2020-04-27 | Auto merge of #71200 - oli-obk:mir_bless, r=eddyb | bors | -5/+5 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -113/+74 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -5/+5 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -2/+1 |