| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -2/+7 |
| 2020-01-09 | Delay bug to prevent ICE in MIR borrowck | Yuki Okushi | -1/+7 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -7/+10 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -7/+10 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -10/+10 |
| 2020-01-07 | Automatically prefer integer addresses for zst MPlace | Oliver Scherer | -1/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -28/+28 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -5/+4 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -0/+1 |
| 2020-01-04 | Update ABI in const impls of panic_fn/begin_panic_fn. | Adam Perry | -0/+1 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obk | Guillaume Gomez | -63/+7 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2020-01-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -63/+7 |