| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -8/+4 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -34/+30 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -52/+137 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -9/+16 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -7/+30 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -8/+8 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -4/+4 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -0/+15 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -0/+15 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -2/+11 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -3/+3 |
| 2020-07-08 | Add `reachable` and friends to `mir::traversal` module | Dylan MacKenzie | -3/+1 |
| 2020-07-06 | Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser | Manish Goregaokar | -19/+21 |
| 2020-07-05 | Rollup merge of #74027 - lcnr:ConstCx-local-def-id, r=varkor | Manish Goregaokar | -25/+21 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-07-05 | Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obk | bors | -0/+1 |
| 2020-07-04 | Fix const prop ICE | Oliver Scherer | -19/+21 |
| 2020-07-04 | nit | Bastian Kauschke | -1/+1 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -25/+21 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -9/+106 |
| 2020-07-03 | Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obk | Manish Goregaokar | -1/+13 |
| 2020-07-02 | Fix missing return in `optimization_applies()` | Wesley Wiser | -0/+1 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -10/+59 |
| 2020-07-02 | [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs | Wesley Wiser | -2/+49 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -56/+80 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -6/+38 |
| 2020-06-30 | Use exhaustive match in const_prop.rs | Wesley Wiser | -1/+13 |
| 2020-06-30 | Handle inactive enum variants in `MaybeUninitializedPlaces` | Dylan MacKenzie | -0/+1 |
| 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-29 | add spans to injected coverage counters | Rich Kadel | -56/+80 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -94/+1 |
| 2020-06-28 | Stop checking for `while` and `loop` in a const context | Dylan MacKenzie | -19/+0 |
| 2020-06-28 | MIR const-checking | Dylan MacKenzie | -33/+1 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -42/+0 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -11/+57 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -11/+57 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -12/+147 |
| 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 | 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 | -0/+1 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -30/+40 |
| 2020-06-25 | Document some invariants correctly/more | Oliver Scherer | -6/+13 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -1/+21 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -16/+38 |
| 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 |