summary refs log tree commit diff
path: root/src/test/codegen-units/item-collection
AgeCommit message (Expand)AuthorLines
2017-11-07Add regression tests for non-instantiation of inline and const fns.Michael Woerister-0/+45
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+7
2017-10-07rustc: Implement ThinLTOAlex Crichton-30/+30
2017-06-09Move Fn to module.Clar Charr-8/+8
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-63/+32
2017-03-18translate function shims using MIRAriel Ben-Yehuda-0/+8
2016-09-27Fix fallout in tests.Jeffrey Seyfried-4/+4
2016-09-20rustc_trans: don't do on-demand drop glue instantiation.Eduard Burtescu-0/+2
2016-09-13trans: Let the collector find drop-glue for all vtables, not just VTableImpl.Michael Woerister-4/+0
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-5/+5
2016-07-08Ignore closure-related translation item collection tests.Michael Woerister-0/+10
2016-06-16fix codegen-units falloutAriel Ben-Yehuda-2/+0
2016-06-04fix fallout in testsAriel Ben-Yehuda-4/+0
2016-05-23trans::collector: Remove some redundant calls to erase_regions().Michael Woerister-0/+4
2016-05-11trans: Make collector handle the drop_in_place() intrinsic.Michael Woerister-0/+41
2016-05-11Add test for collecting items in staticsJames Miller-0/+23
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+104
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-04-28Let the translation item collector make a distinction between drop-glue kindsMichael Woerister-4/+12
2016-04-28Fix codegen-units testsJames Miller-0/+2
2016-04-28Fixup testsJames Miller-6/+0
2016-04-14Move translation-item-collection tests into subfolder.Michael Woerister-0/+1346