| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini | bors | -90/+85 |
| 2018-11-15 | Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertj | Pietro Albini | -7/+4 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -23/+23 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -3/+6 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -13/+15 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -44/+37 |
| 2018-11-15 | Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakis | bors | -8/+19 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -1/+16 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -13/+15 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -404/+223 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -23/+23 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -1/+16 |
| 2018-11-13 | hir: simplify a match expression | ljedrz | -2/+2 |
| 2018-11-13 | hir: remove an unused type alias | ljedrz | -3/+1 |
| 2018-11-13 | hir: simplify fmt::Debug for hir::Path | ljedrz | -1/+1 |
| 2018-11-13 | hir: remove an unused hir_vec macro pattern | ljedrz | -1/+0 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -30/+29 |
| 2018-11-13 | Reorder code in `rustc::traits::structural_impls` | scalexm | -340/+340 |
| 2018-11-13 | Bypass ppaux for `Outlives` predicates | scalexm | -6/+36 |
| 2018-11-13 | Adjust documentation | scalexm | -0/+4 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -5/+144 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -1/+25 |
| 2018-11-13 | Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkor | kennytm | -377/+192 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -0/+11 |
| 2018-11-13 | Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu... | kennytm | -1/+2 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -6/+6 |
| 2018-11-13 | Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrum | kennytm | -20/+12 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -6/+8 |
| 2018-11-13 | Move a `static_assert!` to a better spot. | Nicholas Nethercote | -4/+4 |
| 2018-11-13 | Move `static_assert!` into librustc_data_structures. | Nicholas Nethercote | -10/+0 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -4/+5 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -59/+86 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -6/+17 |
| 2018-11-12 | Typo nit | Oliver Scherer | -1/+1 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -38/+32 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -6/+5 |
| 2018-11-12 | Auto merge of #55604 - nnethercote:avoid-associated_items-Box, r=nnethercote | bors | -5/+28 |
| 2018-11-12 | for uniformity, also move memory_deallocated to AllocationExtra | Ralf Jung | -0/+11 |
| 2018-11-12 | Avoid the Box in `TyCtxt::associated_items`. | Niko Matsakis | -5/+28 |
| 2018-11-11 | Reference count `crate_inherent_impls`s return value. | Hugo van der Wijst | -1/+2 |
| 2018-11-11 | Auto merge of #55660 - alexcrichton:cleanup-alloc-system, r=dtolnay,SimonSapin | bors | -17/+0 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -17/+0 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+31 |
| 2018-11-11 | Auto merge of #55674 - oli-obk:miri_engine_refactoring, r=RalfJung | bors | -337/+523 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -6/+6 |
| 2018-11-11 | Rollup merge of #55630 - petrochenkov:noprelude, r=Centril | kennytm | -0/+4 |
| 2018-11-11 | Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obk | Pietro Albini | -1/+15 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -38/+42 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -83/+73 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -3/+6 |