| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -44/+42 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -124/+113 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -6/+6 |
| 2020-06-18 | Auto merge of #73065 - Amanieu:tls-fix, r=oli-obk | bors | -0/+8 |
| 2020-06-16 | Rollup merge of #73339 - jonas-schievink:unbug, r=estebank | Dylan DPC | -1/+5 |
| 2020-06-16 | add probably accidentally missing super_* calls | Ralf Jung | -6/+4 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -89/+77 |
| 2020-06-16 | get rid of an unused 'span' field | Ralf Jung | -6/+0 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -30/+39 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -1/+1 |
| 2020-06-15 | [const-prop] Remove `ConstPropMode::NoPropagation` | Wesley Wiser | -26/+21 |
| 2020-06-15 | Add new `fn_span` to TerminatorKind::Call instance | Rich Kadel | -0/+1 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -37/+16 |
| 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/+63 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -12/+1 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -1/+115 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -6/+6 |
| 2020-06-15 | Change how compiler-builtins gets many CGUs | Alex Crichton | -8/+1 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -91/+105 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -91/+105 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -116/+520 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -52/+123 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -30/+205 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -34/+192 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -1/+7 |
| 2020-06-14 | shim.rs: call `FnPtr`, not `Self` | Jonas Schievink | -5/+28 |
| 2020-06-14 | shim.rs: improve docs a bit | Jonas Schievink | -0/+17 |
| 2020-06-14 | Remove `Adjustment::DerefMove` | Jonas Schievink | -10/+4 |
| 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 | keep root_span and tcx together | Ralf Jung | -72/+60 |
| 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-13 | run const_eval_raw with root_span | Ralf Jung | -1/+1 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -1/+1 |
| 2020-06-13 | Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obk | bors | -18/+18 |
| 2020-06-12 | Auto merge of #73262 - wesleywiser:simplifyarmidentity_beta_regression, r=oli... | bors | -1/+5 |
| 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 caller_location intrinsic for Miri | Ralf Jung | -18/+18 |
| 2020-06-12 | avoid computing cur_span all the time | Ralf Jung | -6/+14 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -26/+32 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -109/+122 |
| 2020-06-12 | make miri memory TyCtxtAt a TyCtxt | Ralf Jung | -12/+11 |
| 2020-06-11 | Run fmt | Aaron Hill | -4/+2 |