| Age | Commit message (Expand) | Author | Lines |
| 2019-10-25 | Derive Eq and Hash for SourceInfo again | bjorn3 | -1/+3 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -61/+46 |
| 2019-10-23 | Rollup merge of #65704 - RalfJung:exact-size, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -14/+14 |
| 2019-10-22 | relax ExactSizeIterator bound on write_bytes: too many iterators don't have t... | Ralf Jung | -2/+5 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -45/+0 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -32/+54 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -8/+8 |
| 2019-10-21 | Move as_local impl to from Place to PlaceRef | Santiago Pastorino | -4/+10 |
| 2019-10-21 | PlaceElem<'tcx> should be Copy | Santiago Pastorino | -0/+2 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -1/+6 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -16/+16 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -1/+6 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -16/+16 |
| 2019-10-21 | remove write_repeat; it is subsumed by the new write_bytes | Ralf Jung | -19/+0 |
| 2019-10-21 | points the user away from the Allocation type and towards the Memory type | Ralf Jung | -0/+12 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -10/+10 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert `InternedString`s to `Symbols` in `UnsafetyViolation`. | Nicholas Nethercote | -3/+3 |
| 2019-10-20 | also check the iterator is not too long | Ralf Jung | -0/+1 |
| 2019-10-20 | miri add write_bytes method to Memory doing bounds-checks and supporting iter... | Ralf Jung | -2/+7 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -3/+4 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -3/+4 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -11/+22 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -3/+25 |
| 2019-10-17 | Setup a different visit place set of methods for mutable and immutable visitors | Santiago Pastorino | -77/+103 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -6/+0 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -0/+1 |
| 2019-10-10 | Preserve output of raw pointers in mir dump. | ben | -1/+8 |
| 2019-10-09 | Add InstanceDef::ReifyShim for track_caller functions. | Adam Perry | -0/+1 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -0/+8 |
| 2019-10-06 | Auto merge of #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark... | bors | -3/+8 |
| 2019-10-04 | remove GeneratorSubsts visitors | csmoe | -12/+2 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -2/+2 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-10-04 | Introduce a special case in `IntRange::from_const`. | Nicholas Nethercote | -3/+8 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -14/+4 |
| 2019-10-03 | Make visit_projection iterative | Santiago Pastorino | -3/+4 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -15/+5 |
| 2019-10-03 | Add visit_projection_elem method to visitors | Santiago Pastorino | -18/+35 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -6/+0 |
| 2019-09-30 | Auto merge of #64778 - csmoe:index, r=eddyb | bors | -10/+10 |
| 2019-09-29 | Rollup merge of #64858 - skinny121:str-const-generics, r=varkor | Mazdak Farrokhzad | -1/+16 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -8/+8 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -1/+1 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -18/+7 |
| 2019-09-28 | Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -0/+6 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -18/+7 |
| 2019-09-28 | Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused. | ben | -1/+16 |