| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -3/+3 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -7/+1 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -0/+2 |
| 2020-05-02 | explain why we use def_span | Ralf Jung | -0/+1 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -0/+3 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -13/+1 |
| 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 | -4/+2 |
| 2020-04-29 | Allow `Downcast` projections unconditionally | Dylan MacKenzie | -13/+1 |
| 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-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 | 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-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -2/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -6/+6 |
| 2020-04-23 | Lazily run dataflow for const qualification | Dylan MacKenzie | -43/+56 |
| 2020-04-23 | Don't cache result of `in_any_value_of_ty` for locals | Dylan MacKenzie | -53/+51 |
| 2020-04-23 | Make type alias private | Dylan MacKenzie | -1/+1 |
| 2020-04-23 | Use ConstCx in more places | Oliver Scherer | -0/+9 |
| 2020-04-23 | Rename `Item` to `ConstCx`. | Oliver Scherer | -109/+109 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -24/+20 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -6/+2 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -18/+18 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -5/+4 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -5/+31 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -5/+4 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Note that some terminators should cause an error | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Exhaustively match on `TerminatorKind` during const checking | Dylan MacKenzie | -1/+11 |
| 2020-04-19 | Exhaustively match on `StatementKind` during const checking | Dylan MacKenzie | -3/+8 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -1/+8 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -5/+2 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -2/+0 |
| 2020-04-18 | check_consts: make ops module private | Ralf Jung | -1/+1 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |
| 2020-04-15 | remove an impossible branch from check_consts | Ralf Jung | -16/+5 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Use Place directly in place_as_reborrow, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -7/+7 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -11/+11 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -1/+1 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -3/+3 |