| Age | Commit message (Expand) | Author | Lines |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -33/+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 | -26/+9 |
| 2020-06-22 | Updated query for num_counters to compute from max index | Rich Kadel | -4/+24 |
| 2020-06-22 | using "mir_body" (vs "body") in InstrumentCoverage | Rich Kadel | -2/+2 |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -30/+37 |
| 2020-06-23 | Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk | Dylan DPC | -1/+11 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -11/+10 |
| 2020-06-22 | Address remaining feedback items | Rich Kadel | -25/+2 |
| 2020-06-22 | implemented query for coverage data | Rich Kadel | -1/+7 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -1/+0 |
| 2020-06-22 | make layout check a mere sanity check | Ralf Jung | -4/+6 |
| 2020-06-22 | also use relator in interpreter assignment sanity check | Ralf Jung | -74/+88 |
| 2020-06-22 | fix typo | Ralf Jung | -1/+1 |
| 2020-06-22 | use a TypeRelation to compare the types | Ralf Jung | -18/+80 |
| 2020-06-22 | no need to normalize mutability any more | Ralf Jung | -13/+7 |
| 2020-06-22 | reveal_all when sanity-checking MIR assignment types | Ralf Jung | -3/+6 |
| 2020-06-22 | also normalize_erasing_regions | Ralf Jung | -0/+7 |
| 2020-06-22 | also normalize constants when comparing types | Ralf Jung | -33/+35 |
| 2020-06-22 | prepare visit_statement for checking more kinds of statements | Ralf Jung | -25/+28 |
| 2020-06-22 | MIR sanity check: validate types on assignment | Ralf Jung | -3/+51 |
| 2020-06-21 | num_counters to u32, after implementing TypeFoldable | Rich Kadel | -3/+3 |
| 2020-06-21 | fmt | Ralf Jung | -2/+1 |
| 2020-06-21 | MIR validation: check switch_ty | Ralf Jung | -1/+12 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -11/+10 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -26/+21 |
| 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 | Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper | Manish Goregaokar | -6/+4 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -19/+2 |
| 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 | Incorporate review suggestions | Dylan MacKenzie | -5/+8 |
| 2020-06-19 | Look for stores between non-conflicting generator saved locals | Dylan MacKenzie | -13/+147 |
| 2020-06-19 | Use newtype to map from `Local` to `GeneratorSavedLocal` | Dylan MacKenzie | -44/+64 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -52/+144 |
| 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 | -25/+16 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+97 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -8/+3 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -73/+64 |
| 2020-06-16 | Rollup merge of #73339 - jonas-schievink:unbug, r=estebank | Dylan DPC | -1/+5 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -51/+47 |
| 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 | -18/+19 |
| 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/+15 |