]> git.lizzy.rs Git - rust.git/commit
rustc_trans: use the drop glue of T instead of Box<T> in Trait's vtable, be it &Trait...
authorEduard Burtescu <edy.burt@gmail.com>
Sat, 14 Mar 2015 00:36:41 +0000 (02:36 +0200)
committerEduard Burtescu <edy.burt@gmail.com>
Tue, 17 Mar 2015 19:00:21 +0000 (21:00 +0200)
commit3e98ab560a56492d70932066bb4d46f3a6a1bd4c
treedaaa0e48d480df5385645fdd8becd429d6492cf9
parentc64d671671aea2e44ee7fc6eb00ee75fc30ed7b9
rustc_trans: use the drop glue of T instead of Box<T> in Trait's vtable, be it &Trait or Box<Trait>.
src/librustc_trans/trans/_match.rs
src/librustc_trans/trans/base.rs
src/librustc_trans/trans/consts.rs
src/librustc_trans/trans/context.rs
src/librustc_trans/trans/expr.rs
src/librustc_trans/trans/glue.rs
src/librustc_trans/trans/meth.rs
src/librustc_trans/trans/tvec.rs