summary refs log tree commit diff
path: root/src/test/codegen-units/partitioning/vtable-through-const.rs
AgeCommit message (Collapse)AuthorLines
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-1/+1
Drop of arrays is now translated in trans::block in an ugly way that I should clean up in a later PR, and does not handle panics in the middle of an array drop, but this commit & PR are growing too big.
2017-01-09trans: Treat generics like regular functions, not like #[inline] functions ↵Michael Woerister-5/+5
during CGU partitioning.
2016-09-20rustc_trans: don't do on-demand drop glue instantiation.Eduard Burtescu-0/+1
2016-09-13trans: Let the collector find drop-glue for all vtables, not just VTableImpl.Michael Woerister-2/+0
2016-08-12Make the translation item collector handle *uses* of 'const' items instead ↵Michael Woerister-0/+93
of declarations.