| Age | Commit message (Expand) | Author | Lines |
| 2019-06-10 | comments | Ralf Jung | -3/+3 |
| 2019-06-10 | const-correctness might be confusing for C++ people | Ralf Jung | -1/+1 |
| 2019-06-10 | avoid 'const-context' terminology | Ralf Jung | -3/+2 |
| 2019-06-10 | replace some mode comparisons by more readable function call, rename some Mod... | Ralf Jung | -46/+72 |
| 2019-06-10 | some more comments for const_qualif | Ralf Jung | -15/+28 |
| 2019-06-09 | Reword const fn conditional and loop error text | Chris Gregory | -1/+1 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -513/+514 |
| 2019-06-09 | Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino | bors | -116/+134 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -2/+2 |
| 2019-06-08 | Do not recursively visit `visit_place` | Oliver Scherer | -116/+134 |
| 2019-06-07 | Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk | Mazdak Farrokhzad | -12/+39 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -60/+20 |
| 2019-06-06 | Rollup merge of #61559 - spastorino:make-visitors-iterate, r=oli-obk | Mazdak Farrokhzad | -40/+39 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -60/+20 |
| 2019-06-06 | [const-prop] Handle Rvalue::Len | Wesley Wiser | -5/+24 |
| 2019-06-06 | [const-prop] Handle ProjectionElem::Deref | Wesley Wiser | -0/+6 |
| 2019-06-06 | [const-prop] Handle Rvalue::Ref | Wesley Wiser | -1/+5 |
| 2019-06-06 | [const-prop] Fix ICE when casting function pointers | Wesley Wiser | -6/+4 |
| 2019-06-06 | Make UnsafetyChecker visitor iterate instead of recurse | Santiago Pastorino | -40/+39 |
| 2019-06-05 | Don't allow using const fn arguments as "args_required_const" | Oliver Scherer | -1/+3 |
| 2019-06-04 | Whitespace fixes | Wesley Wiser | -2/+2 |
| 2019-06-03 | Add const-eval support for indirects | Christian Poveda | -11/+32 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -2/+3 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -1/+1 |
| 2019-05-31 | Fix unwrapping usize issue in HasMutInterior | varkor | -2/+3 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -128/+132 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -124/+128 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -10/+7 |
| 2019-05-28 | Rollup merge of #61247 - spastorino:eval-place-iterate, r=wesleywiser | Mazdak Farrokhzad | -38/+41 |
| 2019-05-28 | Rollup merge of #61242 - spastorino:dest-needs-borrow-iterate, r=oli-obk | Mazdak Farrokhzad | -10/+13 |
| 2019-05-28 | Rollup merge of #61241 - spastorino:check-place-iterative, r=oli-obk | Mazdak Farrokhzad | -39/+36 |
| 2019-05-27 | Make eval_place iterate instead of recurse | Santiago Pastorino | -38/+41 |
| 2019-05-27 | Make check_place iterate instead of recurse | Santiago Pastorino | -18/+19 |
| 2019-05-27 | Make dest_needs_borrow iterate instead of recurse | Santiago Pastorino | -10/+13 |
| 2019-05-27 | Remove unused tcx and mir params | Santiago Pastorino | -22/+18 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -10/+7 |
| 2019-05-26 | Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk | Mazdak Farrokhzad | -1/+11 |
| 2019-05-25 | Add additional trace statements to the const propagator | Wesley Wiser | -1/+11 |
| 2019-05-25 | Fix missing tcx | varkor | -1/+2 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -7/+3 |
| 2019-05-24 | Make place projections concrete. | Edd Barrett | -8/+8 |
| 2019-05-22 | Rollup merge of #61023 - spastorino:use-iterate-qualify-consts, r=oli-obk | Mazdak Farrokhzad | -46/+48 |
| 2019-05-22 | Migrate from recursion to iterate on qualify consts visitor impl | Santiago Pastorino | -46/+48 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -1/+1 |
| 2019-05-22 | Rollup merge of #60998 - RalfJung:static_assert, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-21 | static_assert: make use of anonymous constants | Ralf Jung | -2/+2 |
| 2019-05-20 | LocalDecl push returns Local len | Santiago Pastorino | -2/+2 |