| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Rollup merge of #73534 - estebank:borrowck-suggestions, r=matthewjasper | Manish Goregaokar | -10/+51 |
| 2020-06-25 | Rollup merge of #73460 - tmandry:variant-lineinfo, r=oli-obk | Manish Goregaokar | -2/+22 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -2/+12 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+51 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+1 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -1/+21 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -2/+12 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -16/+38 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -57/+80 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -56/+158 |
| 2020-06-23 | Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tmandry | Manish Goregaokar | -56/+213 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -16/+38 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -37/+31 |
| 2020-06-23 | Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievink | Manish Goregaokar | -3/+3 |
| 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/+14 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 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 #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-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 |