| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -8/+8 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -34/+131 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -157/+180 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -14/+4 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -8/+8 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -2/+2 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -12/+2 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -2/+2 |
| 2018-11-12 | Deduplicate field and variant visitor methods | Oliver Scherer | -25/+22 |
| 2018-11-12 | miri-engine value visitor update to VariantIdx | Oliver Scherer | -9/+41 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -62/+76 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -1/+1 |
| 2018-11-12 | Merge an assert + cast into a `try_into` call | Oliver Scherer | -2/+1 |
| 2018-11-12 | remove unused import | Ralf Jung | -1/+1 |
| 2018-11-12 | for uniformity, also move memory_deallocated to AllocationExtra | Ralf Jung | -11/+1 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -6/+39 |
| 2018-11-11 | Auto merge of #55674 - oli-obk:miri_engine_refactoring, r=RalfJung | bors | -157/+9 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -2/+2 |
| 2018-11-11 | Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix | Pietro Albini | -16/+18 |
| 2018-11-11 | Rollup merge of #55802 - wesleywiser:inlined_calls_2_electric_boogaloo, r=nagisa | Pietro Albini | -45/+49 |
| 2018-11-11 | Rollup merge of #55792 - oli-obk:propsicle, r=RalfJung | Pietro Albini | -8/+8 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -1/+6 |
| 2018-11-10 | Auto merge of #55650 - nikic:funnel-shift, r=nagisa | bors | -0/+20 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -8/+27 |
| 2018-11-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -45/+49 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -16/+18 |
| 2018-11-08 | Rollup merge of #55761 - ljedrz:fix_promote_candidate_hack, r=estebank | Mark Rousskov | -10/+5 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -28/+96 |
| 2018-11-08 | Rollup merge of #55755 - ljedrz:a_few_indexvec_tweaks, r=varkor | Mark Rousskov | -2/+3 |
| 2018-11-08 | Rollup merge of #55753 - ljedrz:borrow_set_insert_clone, r=oli-obk | Mark Rousskov | -12/+3 |
| 2018-11-08 | Rollup merge of #55739 - wesleywiser:mir_inline_fuel, r=nikomatsakis | Mark Rousskov | -1/+13 |
| 2018-11-08 | Prevent ICE in const-prop array oob check | Oliver Scherer | -8/+8 |
| 2018-11-08 | Rebase fallout | Oliver Scherer | -1/+0 |
| 2018-11-08 | Give `AllocationExtra`s access to their entire `Allocation` | Oliver Scherer | -2/+2 |
| 2018-11-08 | Fallout | Oliver Scherer | -7/+8 |
| 2018-11-08 | Move the `memory_accessed` hook onto the `Extra` value | Oliver Scherer | -20/+0 |
| 2018-11-08 | Move `ScalarMaybeUndef` back to rustc | Oliver Scherer | -129/+1 |
| 2018-11-08 | Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`. | Felix S. Klock II | -1/+17 |
| 2018-11-08 | Refactor code so that block_context observations has nicely named (and docume... | Felix S. Klock II | -26/+58 |
| 2018-11-08 | Narrow span of temp holding the value of a Block expression to the block's ta... | Felix S. Klock II | -1/+24 |
| 2018-11-08 | For diagnostics, set spans of drops of temps to be that of the statement's te... | Felix S. Klock II | -7/+33 |
| 2018-11-08 | Improve creation of 3 IndexVecs | ljedrz | -2/+3 |
| 2018-11-08 | Use `SmallVec` outparams in several functions. | Nicholas Nethercote | -1/+6 |
| 2018-11-07 | mir: remove a hacky recursive helper function | ljedrz | -10/+5 |
| 2018-11-07 | comment | Ralf Jung | -0/+1 |
| 2018-11-07 | drop glue works with raw ptrs, it must EscapeToRaw | Ralf Jung | -1/+16 |
| 2018-11-07 | only count deref_operand as actual deref, but not all ref-to-place conversions | Ralf Jung | -32/+31 |
| 2018-11-07 | array index accesses are stable places | Ralf Jung | -6/+11 |
| 2018-11-07 | calling the ptr hooks no longer needs expensive preparation, remove the opt-out | Ralf Jung | -16/+8 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -104/+115 |