| Age | Commit message (Expand) | Author | Lines |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -6/+6 |
| 2020-01-01 | Ensure that we process projections during MIR inlining | Aaron Hill | -8/+4 |
| 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 | -9/+9 |
| 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-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -22/+62 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -1/+1 |
| 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 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -9/+8 |
| 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 | Fallout in other crates. | Camille GILLOT | -1/+1 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -6/+21 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -1/+1 |
| 2019-12-25 | Use the correct type for static qualifs | Matthew Jasper | -9/+8 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -2171/+1835 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -1/+1 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Rollup merge of #67333 - wesleywiser:fix_inline_into_box_place, r=oli-obk | Mazdak Farrokhzad | -10/+20 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -6/+6 |
| 2019-12-20 | [mir-opt] Fix `Inline` pass to handle inlining into `box` expressions | Wesley Wiser | -10/+20 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -6/+6 |
| 2019-12-20 | Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obk | Mazdak Farrokhzad | -18/+34 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -72/+125 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-13 | Correctly mark things as `min_const_fn` | Dylan MacKenzie | -4/+6 |
| 2019-12-13 | Put MIR checks for loops behind the feature flag | Dylan MacKenzie | -1/+7 |
| 2019-12-13 | Const prop should finish propagation into user defined variables | Wesley Wiser | -18/+34 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -5/+5 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -390/+5 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -11/+37 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -4/+9 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -386/+2 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -4/+3 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -87/+87 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -4/+9 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -0/+5 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -32/+57 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -11/+37 |
| 2019-12-06 | Fix rebase issues | varkor | -2/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -1/+1 |
| 2019-12-05 | `#[track_caller]` suppresses MIR inlining. | Adam Perry | -0/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -87/+87 |
| 2019-12-05 | update comment to explain the importance of this check more clearly | Remy Rakic | -2/+3 |
| 2019-12-05 | make const-qualif look at more `const fn`s | Remy Rakic | -1/+5 |