| Age | Commit message (Expand) | Author | Lines |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -22/+22 |
| 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 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -20/+3 |
| 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 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -4/+4 |
| 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-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 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -4/+2 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -2/+2 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -16/+22 |
| 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 | -3/+3 |
| 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-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -63/+7 |
| 2020-01-01 | Auto merge of #67676 - wesleywiser:lint_overflowing_int_casts, r=oli-obk | bors | -63/+135 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | [const-prop] Expand comment about casting ZST enums | Wesley Wiser | -1/+3 |
| 2019-12-30 | [const-prop] Clean up `check_cast()` a bit | Wesley Wiser | -31/+35 |
| 2019-12-30 | [const-prop] Extract some functions out of `_const_prop` | Wesley Wiser | -91/+118 |
| 2019-12-30 | Lint overflowing integer casts in const prop | Wesley Wiser | -7/+46 |
| 2019-12-29 | Ensure that we don't cause *new* hard errors if we suddenly can evaluate more... | Oliver Scherer | -29/+41 |
| 2019-12-28 | Prevent polymorphic const prop on assignments | Oliver Scherer | -0/+7 |
| 2019-12-28 | Work around a resolve bug in const prop | Oliver Scherer | -1/+7 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -3/+11 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -238/+165 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obk | Mazdak Farrokhzad | -18/+34 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-13 | Const prop should finish propagation into user defined variables | Wesley Wiser | -18/+34 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -11/+37 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -11/+37 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -6/+6 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -1/+1 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -7/+10 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -20/+21 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -2/+2 |