| Age | Commit message (Expand) | Author | Lines |
| 2020-06-30 | Handle inactive enum variants in `MaybeUninitializedPlaces` | Dylan MacKenzie | -23/+89 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -2/+11 |
| 2020-06-30 | update `equal_up_to_regions` | Bastian Kauschke | -5/+5 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -2/+2 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -1/+1 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -57/+84 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -97/+3 |
| 2020-06-28 | Stop checking for `while` and `loop` in a const context | Dylan MacKenzie | -19/+0 |
| 2020-06-28 | Remove uses of `const_loop` in `rustc` | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | MIR const-checking | Dylan MacKenzie | -33/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -43/+0 |
| 2020-06-28 | Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obk | Manish Goregaokar | -2/+25 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -16/+90 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -16/+90 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -24/+23 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -30/+214 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -51/+176 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -2/+39 |
| 2020-06-27 | Update src/librustc_mir/interpret/intrinsics.rs | Gary Guo | -2/+1 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -25/+24 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -1/+1 |
| 2020-06-27 | Fix ICE for lib features | Gary Guo | -4/+25 |
| 2020-06-26 | Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiser | Manish Goregaokar | -6/+13 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+5 |
| 2020-06-26 | Fix allow_internal_unstable with rustc_const_unstable | Gary Guo | -7/+18 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+214 |
| 2020-06-26 | Handle stores to projections correctly in liveness analysis | Dylan MacKenzie | -2/+25 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -47/+65 |
| 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-25 | Document some invariants correctly/more | Oliver Scherer | -6/+13 |
| 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-24 | reduce sanity check in debug mode | Ralf Jung | -2/+8 |
| 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 |