summary refs log tree commit diff
path: root/src/librustc_mir/monomorphize
AgeCommit message (Expand)AuthorLines
2018-01-10Shorten names of some compiler generated artifacts.Michael Woerister-9/+24
2018-01-10Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-2/+4
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-2/+2
2017-12-26rustc: Switch `start_fn` to hidden visibilityAlex Crichton-4/+22
2017-12-26Adds whitespaceBastian Köcher-1/+1
2017-12-26Fixes compilation errors and adds proposed improvementsBastian Köcher-8/+4
2017-12-26Fixes compile bug caused by upstream changesBastian Köcher-1/+1
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-24/+71
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-0/+1
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-0/+11
2017-12-21rustc: Sort CGUs before mergingAlex Crichton-0/+11
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-1/+1
2017-12-21Mir: Add Terminatorkind::AbortDavid Henningsson-0/+1
2017-12-18Fix incorrect rebase in collector::find_vtable_typesMaik Klein-1/+17
2017-12-18normalize the results of `tcx.type_of` after substitutingAriel Ben-Yehuda-2/+1
2017-12-18Rename more functions from trans to monomorphizeMaik Klein-26/+27
2017-12-18Rename trans to monomorphize in commentsMaik Klein-37/+37
2017-12-18Move partitioning.rs to rustc_mirMaik Klein-0/+682
2017-12-18Remove branch with has_metadataMaik Klein-5/+2
2017-12-18Move meta_data into TySMaik Klein-1/+1
2017-12-18Move instance related methods from TyCtxt to InstanceMaik Klein-1/+1
2017-12-18Fix some comments to refer to `MonoItem`Maik Klein-4/+4
2017-12-18Refactor paths to middle::trans to mir::monoMaik Klein-5/+4
2017-12-18Rename mono_item.rs to item.rsMaik Klein-2/+2
2017-12-18Rename as_trans_item to as_mono_itemMaik Klein-6/+6
2017-12-18Rename more functions from trans to monoMaik Klein-17/+17
2017-12-18Rename TransItemExt to MonoItemExtMaik Klein-3/+3
2017-12-18Move common.rs functionality into TyCtxtMaik Klein-5/+3
2017-12-18Rename TransItemCollectionMode to MonoItemCollectionModeMaik Klein-8/+8
2017-12-18Rename TransItem to MonoItemMaik Klein-49/+49
2017-12-18Move trans_item and monomorphize to rustc_mirMaik Klein-1/+594
2017-12-18Move collector to monomorphizeMaik Klein-0/+1083