about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-20rustc: do not raise the alignment of optimized enums to the niche's alignment.Eduard-Mihai Burtescu-9/+16
2017-12-19Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakisbors-36/+34
2017-12-19Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1bors-33/+273
2017-12-19Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-467/+328
2017-12-19Auto merge of #45525 - MaikKlein:collector, r=eddybbors-438/+372
2017-12-18Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavusGuillaume Gomez-0/+20
2017-12-18Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavusGuillaume Gomez-1/+1
2017-12-18Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkovGuillaume Gomez-2/+18
2017-12-18Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1Guillaume Gomez-122/+43
2017-12-18Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1Guillaume Gomez-221/+111
2017-12-18Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoeristerGuillaume Gomez-30/+25
2017-12-18Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1Guillaume Gomez-32/+23
2017-12-18Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1Guillaume Gomez-36/+23
2017-12-18Rollup merge of #46790 - frewsxcv:frewsxcv-swap-bytes, r=QuietMisdreavusGuillaume Gomez-6/+12
2017-12-18Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavusGuillaume Gomez-5/+41
2017-12-18Rollup merge of #46700 - GuillaumeGomez:more-relevant-doc-search, r=QuietMisd...Guillaume Gomez-12/+11
2017-12-18Improve search display on mobileGuillaume Gomez-0/+20
2017-12-18Auto merge of #46808 - eddyb:issue-46769-quick, r=arielb1bors-4/+12
2017-12-18Fix dynamic crates listing in doc sidebarGuillaume Gomez-1/+1
2017-12-18rustc: ensure optimized enums have a properly aligned size.Eduard-Mihai Burtescu-4/+12
2017-12-18Tweak "unecessary unsafe block" error spansEsteban Küber-122/+43
2017-12-18Add rustc_data_structures for trans_utils/lib.rsMaik Klein-0/+1
2017-12-18Fix incorrect rebase in collector::find_vtable_typesMaik Klein-1/+17
2017-12-18Rework expected closure errorEsteban Küber-36/+23
2017-12-18Point at def span in "impl has stricter requirements" diagnosticEsteban Küber-32/+23
2017-12-18normalize the results of `tcx.type_of` after substitutingAriel Ben-Yehuda-21/+14
2017-12-18Update lockfileMaik Klein-0/+2
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-34/+35
2017-12-18Prefer type_of().substs over instance::ty()Maik Klein-4/+4
2017-12-18Move has_metadata back to context.rsMaik Klein-15/+11
2017-12-18Remove branch with has_metadataMaik Klein-5/+2
2017-12-18Test with trans_apply_param_substsMaik Klein-1/+2
2017-12-18Remove duplicated functions from trans::common.rsMaik Klein-62/+22
2017-12-18Move meta_data into TySMaik Klein-3/+16
2017-12-18Move instance related methods from TyCtxt to InstanceMaik Klein-1/+37
2017-12-18Fix some comments to refer to `MonoItem`Maik Klein-4/+4
2017-12-18Refactor paths to middle::trans to mir::monoMaik Klein-15/+14
2017-12-18Move middle::trans.rs to mir::mono.rsMaik Klein-0/+0
2017-12-18Rename mono_item.rs to item.rsMaik Klein-5/+5
2017-12-18Rename as_trans_item to as_mono_itemMaik Klein-12/+12
2017-12-18Rename more functions from trans to monoMaik Klein-18/+18
2017-12-18Rename TransItemExt to MonoItemExtMaik Klein-10/+10
2017-12-18Move common.rs functionality into TyCtxtMaik Klein-103/+14
2017-12-18Rename TransItemCollectionMode to MonoItemCollectionModeMaik Klein-12/+12
2017-12-18Rename TransItem to MonoItemMaik Klein-111/+116
2017-12-18Move trans_item and monomorphize to rustc_mirMaik Klein-135/+134
2017-12-18Move collector to monomorphizeMaik Klein-6/+9
2017-12-18Fix the wrong subtraction in align_offset intrinsic.kennytm-2/+18