| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | moved instrument_coverage pass, optimized scalar, added FIXME | Rich Kadel | -13/+22 |
| 2020-06-15 | moved to post_borrowck_cleanup & used MirPatch | Rich Kadel | -56/+62 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+103 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -15/+7 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -15/+7 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -0/+1 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -34/+192 |
| 2020-06-14 | validator: print MIR instance on failure | Jonas Schievink | -6/+4 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -19/+2 |
| 2020-06-14 | Don't run generator transform when there's a TyErr | Jonas Schievink | -1/+5 |
| 2020-06-13 | Add MIR phase and query for drop elaboration | Dylan MacKenzie | -9/+40 |
| 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-13 | Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelix | Dylan DPC | -5/+1 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -5/+1 |
| 2020-06-12 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -1/+5 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -7/+2 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -9/+6 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -0/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+10 |
| 2020-06-10 | Rollup merge of #73133 - doctorn:unwind-mir-validation, r=jonas-schievink | Dylan DPC | -19/+48 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -5/+5 |
| 2020-06-09 | Stop allowing `Indirect(..)` values to be propagated | Wesley Wiser | -1/+0 |
| 2020-06-09 | Address comments | Nathan Corbyn | -19/+26 |
| 2020-06-08 | Revert #71956 | Dylan MacKenzie | -127/+136 |
| 2020-06-08 | Strengthen cleanup to cleanup check | Nathan Corbyn | -16/+16 |
| 2020-06-08 | Relax cleanup to cleanup check | Nathan Corbyn | -2/+2 |
| 2020-06-08 | Enforce unwind invariants | Nathan Corbyn | -19/+41 |
| 2020-06-07 | Don't intern memory in const prop. | Oliver Scherer | -8/+4 |
| 2020-06-07 | Rollup merge of #72908 - RalfJung:false-edge, r=matthewjasper | Dylan DPC | -9/+9 |
| 2020-06-07 | Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank | Dylan DPC | -26/+43 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -9/+9 |
| 2020-06-07 | Rollup merge of #72810 - RalfJung:mir-terminate-sanity, r=jonas-schievink | Dylan DPC | -15/+120 |
| 2020-06-03 | Rollup merge of #72820 - jonas-schievink:instcombine-uninit, r=oli-obk | Dylan DPC | -10/+8 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -10/+1 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -6/+15 |
| 2020-05-31 | InstCombine: Don't optimize `&mut *x` into `x` | Jonas Schievink | -10/+8 |
| 2020-05-31 | always print MIR Location when validator finds a problem | Ralf Jung | -32/+36 |
| 2020-05-31 | more checks for SwitchInt | Ralf Jung | -3/+7 |
| 2020-05-31 | replace DUMMY_SP by proper span | Ralf Jung | -5/+3 |
| 2020-05-31 | validate basic sanity for TerminatorKind | Ralf Jung | -2/+101 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -6/+15 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -8/+9 |
| 2020-05-30 | Be more careful around ty::Error in generators | Jonas Schievink | -26/+43 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -23/+117 |
| 2020-05-28 | remove redundant `mk_const` | Bastian Kauschke | -1/+1 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -12/+12 |