| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -17/+13 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -22/+24 |
| 2020-01-22 | librustc_mir: don't allocate vectors where slices will do. | Matthias Krüger | -3/+3 |
| 2020-01-21 | Auto merge of #68423 - Centril:rollup-bdjykrv, r=Centril | bors | -2/+9 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+9 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -10/+12 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -22/+22 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -2/+9 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -5/+0 |
| 2020-01-18 | [const-prop] Run `x.py fmt` | Wesley Wiser | -5/+1 |
| 2020-01-18 | [const-prop] Remove useless typedef | Wesley Wiser | -7/+5 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -5/+0 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -20/+3 |
| 2020-01-17 | Stop treating `FalseEdges` and `FalseUnwind` as having semantic value for con... | Oliver Scherer | -13/+6 |
| 2020-01-17 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-16 | Filter and test predicates using `normalize_and_test_predicates` for const-prop | Aaron Hill | -22/+22 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -4/+4 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+41 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -4/+4 |
| 2020-01-14 | Use unified dataflow framework in `check_consts` | Dylan MacKenzie | -10/+12 |
| 2020-01-14 | Add unreachable propagation mir optimization pass | Konstantinos Triantafyllou | -0/+110 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -0/+16 |
| 2020-01-13 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-13 | Don't run const propagation on items with inconsistent bounds | Aaron Hill | -0/+25 |
| 2020-01-12 | Turn off const propagation of ref taking | Wesley Wiser | -20/+3 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -7/+4 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -7/+4 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -5/+5 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -206/+208 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+15 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -5/+5 |
| 2020-01-10 | Expand comment | ecstatic-morse | -1/+2 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -5/+7 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Only require `allow_internal_unstable` for stable `const fn` | Dylan MacKenzie | -1/+14 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -5/+7 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -5/+13 |
| 2020-01-10 | Do not store lint_root | Santiago Pastorino | -9/+13 |
| 2020-01-10 | Use re_erased instead of re_static | Santiago Pastorino | -3/+3 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -126/+87 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -53/+23 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -3/+3 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -3/+0 |
| 2020-01-10 | Add promoted_operand closure to reuse code across different | Santiago Pastorino | -54/+20 |
| 2020-01-10 | Promote `Argument`s to constants instead of statics | Santiago Pastorino | -17/+19 |
| 2020-01-10 | Promote `Repeat`s to constants instead of statics | Santiago Pastorino | -4/+19 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -42/+121 |
| 2020-01-10 | Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJung | Mazdak Farrokhzad | -1/+2 |
| 2020-01-10 | Rollup merge of #67967 - JohnTitor:fix-ice-0107, r=matthewjasper | Yuki Okushi | -1/+7 |
| 2020-01-09 | Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -4/+9 |