| Age | Commit message (Expand) | Author | Lines |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -30/+37 |
| 2020-06-23 | Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-06-23 | Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk | Dylan DPC | -10/+14 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -15/+14 |
| 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 | fix subtle bug in NLL type checker | Niko Matsakis | -1/+1 |
| 2020-06-22 | Point at the call spawn when overflow occurs during monomorphization | Aaron Hill | -57/+80 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -205/+30 |
| 2020-06-22 | Rollup merge of #73582 - RalfJung:miri-span-bug, r=oli-obk | Dylan DPC | -28/+61 |
| 2020-06-22 | make layout check a mere sanity check | Ralf Jung | -22/+13 |
| 2020-06-22 | expand a comment | Ralf Jung | -1/+3 |
| 2020-06-22 | also use relator in interpreter assignment sanity check | Ralf Jung | -103/+109 |
| 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/+36 |
| 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 | Fix spurious 'value moved here in previous iteration of loop' messages | Aaron Hill | -1/+1 |
| 2020-06-21 | fmt | Ralf Jung | -10/+2 |
| 2020-06-21 | MIR validation: check switch_ty | Ralf Jung | -1/+12 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -2/+3 |
| 2020-06-21 | Update src/librustc_mir/monomorphize/collector.rs
| Youngsuk Kim | -1/+1 |
| 2020-06-21 | Miri: replace many bug! by span_bug! | Ralf Jung | -28/+61 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -15/+14 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -26/+21 |
| 2020-06-20 | Fix typos in doc comments | Youngsuk Kim | -3/+3 |
| 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 #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no... | Manish Goregaokar | -9/+15 |
| 2020-06-19 | Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper | Manish Goregaokar | -21/+53 |
| 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/+19 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -25/+16 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -9/+15 |
| 2020-06-19 | Rollup merge of #73136 - alexcrichton:thinlto-compiler-builtins, r=Mark-Simul... | Ralf Jung | -8/+1 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+99 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -14/+9 |