| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -12/+0 |
| 2019-09-27 | Work around for #64506 | Wesley Wiser | -0/+6 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -0/+12 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-24 | Rollup merge of #64622 - ecstatic-morse:cycle-detector, r=oli-obk | Mazdak Farrokhzad | -0/+6 |
| 2019-09-23 | Add convenience function for detecting cyclic CFGs | Dylan MacKenzie | -0/+6 |
| 2019-09-19 | avoid generating drops for moved operands of calls | Niko Matsakis | -0/+9 |
| 2019-09-17 | Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-09-17 | Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk | Tyler Mandry | -1/+14 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -0/+9 |
| 2019-09-17 | rename Allocation::retag -> with_tags_and_extra | Ralf Jung | -2/+2 |
| 2019-09-17 | document Miri error categories | Ralf Jung | -1/+14 |
| 2019-09-14 | Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-09-13 | Update value.rs | Hal Gentz | -2/+2 |
| 2019-09-12 | Use fold | Santiago Pastorino | -7/+4 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -12/+17 |
| 2019-09-09 | Use slice patterns to match projection base | Santiago Pastorino | -4/+1 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -248/+124 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -17/+20 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -212/+214 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-09-06 | Fix miri | Oliver Scherer | -0/+28 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -6/+6 |
| 2019-09-05 | Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk | Mazdak Farrokhzad | -0/+25 |