| Age | Commit message (Expand) | Author | Lines |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -9/+9 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -2/+5 |
| 2020-06-28 | Stop checking for `while` and `loop` in a const context | Dylan MacKenzie | -6/+0 |
| 2020-06-28 | MIR const-checking | Dylan MacKenzie | -10/+1 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -40/+0 |
| 2020-06-27 | Fix ICE for lib features | Gary Guo | -2/+2 |
| 2020-06-26 | Fix allow_internal_unstable with rustc_const_unstable | Gary Guo | -2/+5 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -1/+4 |
| 2020-06-19 | add second message for livedrop errors | Christian Poveda | -1/+4 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -2/+2 |
| 2020-06-13 | Add `CheckLiveDrops` pass | Dylan MacKenzie | -0/+6 |
| 2020-06-13 | Make `Qualifs` getters public | Dylan MacKenzie | -3/+3 |
| 2020-06-13 | Move `check_op` logic to `ops` module | Dylan MacKenzie | -22/+7 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -5/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -5/+7 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -1/+1 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -0/+4 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -13/+12 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -13/+12 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -1/+1 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -4/+4 |
| 2020-05-03 | Reflect API changes on current master | Dylan MacKenzie | -1/+1 |
| 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 | -4/+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 | -4/+1 |
| 2020-04-28 | Add `CustomEq` qualif | Dylan MacKenzie | -1/+27 |
| 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 | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+1 |
| 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 | Rename `Item` to `ConstCx`. | Oliver Scherer | -28/+28 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -14/+14 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -14/+14 |
| 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/+27 |