about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-11-15Auto merge of #55974 - pietroalbini:rollup, r=pietroalbinibors-90/+85
2018-11-15Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertjPietro Albini-7/+4
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-23/+23
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-3/+6
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-13/+15
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-44/+37
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-8/+19
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-1/+16
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-13/+15
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-404/+223
2018-11-13fix various typos in doc commentsAndy Russell-23/+23
2018-11-13Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakisbors-1/+16
2018-11-13hir: simplify a match expressionljedrz-2/+2
2018-11-13hir: remove an unused type aliasljedrz-3/+1
2018-11-13hir: simplify fmt::Debug for hir::Pathljedrz-1/+1
2018-11-13hir: remove an unused hir_vec macro patternljedrz-1/+0
2018-11-13Instantiate all bound vars existentiallyscalexm-30/+29
2018-11-13Reorder code in `rustc::traits::structural_impls`scalexm-340/+340
2018-11-13Bypass ppaux for `Outlives` predicatesscalexm-6/+36
2018-11-13Adjust documentationscalexm-0/+4
2018-11-13Pretty print quantified goals and clausesscalexm-5/+144
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-1/+25
2018-11-13Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkorkennytm-377/+192
2018-11-13Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obkkennytm-0/+11
2018-11-13Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu...kennytm-1/+2
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-6/+6
2018-11-13Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrumkennytm-20/+12
2018-11-13Move two `static_assert!`s to better spots.Nicholas Nethercote-6/+8
2018-11-13Move a `static_assert!` to a better spot.Nicholas Nethercote-4/+4
2018-11-13Move `static_assert!` into librustc_data_structures.Nicholas Nethercote-10/+0
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-4/+5
2018-11-12Use IndexVec instead of `usize` in librustcOliver Scherer-59/+86
2018-11-12Shrink some internal enumsOliver Scherer-6/+17
2018-11-12Typo nitOliver Scherer-1/+1
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-38/+32
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-6/+5
2018-11-12Auto merge of #55604 - nnethercote:avoid-associated_items-Box, r=nnethercotebors-5/+28
2018-11-12for uniformity, also move memory_deallocated to AllocationExtraRalf Jung-0/+11
2018-11-12Avoid the Box in `TyCtxt::associated_items`.Niko Matsakis-5/+28
2018-11-11Reference count `crate_inherent_impls`s return value.Hugo van der Wijst-1/+2
2018-11-11Auto merge of #55660 - alexcrichton:cleanup-alloc-system, r=dtolnay,SimonSapinbors-17/+0
2018-11-11rustc: Clean up allocator injection logicAlex Crichton-17/+0
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-0/+31
2018-11-11Auto merge of #55674 - oli-obk:miri_engine_refactoring, r=RalfJungbors-337/+523
2018-11-11Fix typos.Bruce Mitchener-6/+6
2018-11-11Rollup merge of #55630 - petrochenkov:noprelude, r=Centrilkennytm-0/+4
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-1/+15
2018-11-11Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...Pietro Albini-38/+42
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-83/+73
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-3/+6