| Age | Commit message (Expand) | Author | Lines |
| 2019-10-22 | add comments | Ralf Jung | -2/+2 |
| 2019-10-22 | bring back some Debug instances for Miri | Ralf Jung | -2/+2 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -12/+12 |
| 2019-10-21 | Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk | Mazdak Farrokhzad | -1/+20 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -2/+2 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -10/+10 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -21/+18 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -2/+2 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -29/+54 |
| 2019-10-20 | Cleanup `ConstProp::visit_statement()` | Wesley Wiser | -10/+9 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert `InternedString`s to `Symbols` in `UnsafetyViolation`. | Nicholas Nethercote | -14/+13 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -9/+9 |
| 2019-10-21 | Rollup merge of #65592 - RalfJung:const-prop-comment, r=wesleywiser | Mazdak Farrokhzad | -11/+14 |
| 2019-10-21 | Rollup merge of #65463 - nnethercote:rm-arena-allocation-from-expand_pattern,... | Yuki Okushi | -4/+6 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -10/+4 |
| 2019-10-20 | miri add write_bytes method to Memory doing bounds-checks and supporting iter... | Ralf Jung | -1/+20 |
| 2019-10-20 | skip all refs-to-uninit-local, not just arguments | Ralf Jung | -5/+6 |
| 2019-10-19 | Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper | Mazdak Farrokhzad | -69/+203 |
| 2019-10-19 | clarify const_prop ICE protection comment | Ralf Jung | -8/+10 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -84/+100 |
| 2019-10-19 | Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r... | Mazdak Farrokhzad | -17/+59 |
| 2019-10-18 | Improve comments and structure of `ConstProp::const_prop()` | Wesley Wiser | -32/+50 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -10/+16 |
| 2019-10-18 | Cleanup const_prop() some | Wesley Wiser | -72/+75 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Box | Wesley Wiser | -18/+1 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -1/+1 |
| 2019-10-18 | Rollup merge of #65197 - spastorino:place-mut-visitor-adjusts2, r=oli-obk | Tyler Mandry | -45/+165 |
| 2019-10-18 | Review nit | Oliver Scherer | -1/+1 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -38/+45 |
| 2019-10-18 | Adjust const eval code to reflect `offset_from` docs | Oliver Scherer | -6/+1 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Discriminant | Wesley Wiser | -2/+2 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -1/+7 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Repeat | Wesley Wiser | -1/+1 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -94/+57 |
| 2019-10-17 | Remove unneeded callback and just use the new_local value | Santiago Pastorino | -19/+13 |
| 2019-10-17 | Prepare def_use MutVisitor to have projections interned | Santiago Pastorino | -9/+27 |
| 2019-10-17 | Prepare erase_regions MutVisitor to have projections interned | Santiago Pastorino | -1/+20 |
| 2019-10-17 | Prepare generator MutVisitor to have projections interned | Santiago Pastorino | -7/+45 |
| 2019-10-17 | Prepare inline MutVisitor to have projections interned | Santiago Pastorino | -16/+35 |
| 2019-10-17 | Prepare renumber MutVisitor to have projections interned | Santiago Pastorino | -2/+21 |
| 2019-10-17 | Prepare simplify MutVisitor to have projections interned | Santiago Pastorino | -0/+20 |
| 2019-10-17 | Prepare promote_consts MutVisitor to have projections interned | Santiago Pastorino | -1/+25 |
| 2019-10-17 | super_ty on MutVisitor is empty so avoid the call | Santiago Pastorino | -1/+0 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-17 | Rollup merge of #65319 - RalfJung:memory, r=Centril | Mazdak Farrokhzad | -17/+6 |
| 2019-10-16 | Suppress validation mismatch ICE in the presence of mut borrows | Dylan MacKenzie | -17/+58 |
| 2019-10-16 | Enable `drain_filter` | Dylan MacKenzie | -0/+1 |
| 2019-10-16 | Lint only on single element overlap | Esteban Küber | -25/+10 |