| Age | Commit message (Expand) | Author | Lines |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -1/+1 |
| 2020-04-30 | unleashed Miri: open all the gates | Ralf Jung | -3/+3 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -5/+3 |
| 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 | Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw... | bors | -21/+70 |
| 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 | 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 | -56/+4 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -7/+7 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -2/+2 |
| 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 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -8/+12 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -2/+2 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -7/+8 |
| 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 | share some common code for compile-time miri instances | Ralf Jung | -56/+4 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -2/+1 |
| 2020-04-27 | Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obk | bors | -53/+79 |
| 2020-04-26 | Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievink | Dylan DPC | -21/+13 |
| 2020-04-26 | Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -4/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -2/+1 |
| 2020-04-25 | Replace hash map with IndexVec for liveness data. | Alex Aktsipetrov | -21/+13 |
| 2020-04-25 | Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy... | Dylan DPC | -5/+5 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -2/+1 |
| 2020-04-25 | Rollup merge of #71527 - ecstatic-morse:debug-check-consts, r=Dylan-DPC | Dylan DPC | -10/+1 |
| 2020-04-25 | Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obk | Dylan DPC | -72/+83 |
| 2020-04-24 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 2020-04-24 | Remove unused `visit_local` | Dylan MacKenzie | -9/+0 |
| 2020-04-24 | Use `debug` to print illegal operations in a const context | Dylan MacKenzie | -1/+1 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -4/+1 |
| 2020-04-24 | Don't run various MIR optimizations at mir-opt-level=0 | Wesley Wiser | -53/+79 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -27/+62 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -16/+12 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -26/+28 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -1/+1 |
| 2020-04-23 | Import RequiredConstsVisitor | Santiago Pastorino | -2/+2 |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -35/+37 |
| 2020-04-23 | Clean up fragile checks of optimized away constants | Santiago Pastorino | -25/+10 |
| 2020-04-23 | Make ConstPropagator only visit basic blocks when visiting body | Santiago Pastorino | -0/+6 |
| 2020-04-23 | Make inlining carry over unevaluated consts | Santiago Pastorino | -1/+9 |
| 2020-04-23 | Add MirPass to collect Unevaluated consts in MIR body | Santiago Pastorino | -1/+35 |