rust/src/test/codegen-units/partitioning
Ariel Ben-Yehuda f2c7917402 translate drop glue using MIR
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-03-18 02:53:08 +02:00
..
auxiliary s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
extern-drop-glue.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00
extern-generic.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00
inlining-from-extern-crate.rs trans: Adjust linkage assignment so that we don't need weak linkage. 2016-07-08 10:42:48 -04:00
local-drop-glue.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00
local-generic.rs trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning. 2017-01-09 10:06:58 -05:00
local-inlining.rs Adapt codegen-unit test cases to new behaviour 2016-09-15 22:09:49 -04:00
local-transitive-inlining.rs Adapt codegen-unit test cases to new behaviour 2016-09-15 22:09:49 -04:00
methods-are-with-self-type.rs trans: Adjust linkage assignment so that we don't need weak linkage. 2016-07-08 10:42:48 -04:00
regular-modules.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00
statics.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00
vtable-through-const.rs translate drop glue using MIR 2017-03-18 02:53:08 +02:00