| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1707/+0 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -2/+2 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -0/+1 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -2/+2 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -1/+6 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -2/+2 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -3/+3 |
| 2020-07-04 | nit | Bastian Kauschke | -1/+1 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -19/+13 |
| 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 | -19/+0 |
| 2020-06-28 | MIR const-checking | Dylan MacKenzie | -23/+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 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -18/+22 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -7/+13 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -11/+9 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-20 | Satisfy tidy | Oliver Scherer | -4/+4 |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e... | Oliver Scherer | -15/+1 |
| 2020-06-19 | add second message for livedrop errors | Christian Poveda | -7/+13 |
| 2020-06-19 | add new error code | Christian Poveda | -1/+1 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -11/+17 |
| 2020-06-19 | forbid mutable references in all constants except const fns | Christian Poveda | -0/+6 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -8/+14 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -10/+16 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -7/+6 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -3/+4 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -25/+152 |
| 2020-06-13 | Add `CheckLiveDrops` pass | Dylan MacKenzie | -0/+126 |
| 2020-06-13 | Make `Qualifs` getters public | Dylan MacKenzie | -3/+3 |
| 2020-06-13 | Move `check_op` logic to `ops` module | Dylan MacKenzie | -22/+23 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -5/+1 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -10/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -6/+10 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -3/+3 |
| 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 | -81/+19 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -81/+19 |
| 2020-05-06 | Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -1/+1 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+3 |
| 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 |