]> git.lizzy.rs Git - rust.git/commit
trans: Treat generics like regular functions, not like #[inline] functions during...
authorMichael Woerister <michaelwoerister@posteo.net>
Mon, 9 Jan 2017 14:52:08 +0000 (09:52 -0500)
committerMichael Woerister <michaelwoerister@posteo.net>
Mon, 9 Jan 2017 15:06:58 +0000 (10:06 -0500)
commit5f90947c2c27d5d4ae30ccc0e83ffc95a8597128
tree47930b67ff2082f94f8fad7573124617409dcd0d
parent02c7b117dadcfea4416f53b4bd99828bf750871f
trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning.
src/librustc_trans/collector.rs
src/librustc_trans/partitioning.rs
src/librustc_trans/trans_item.rs
src/test/codegen-units/partitioning/extern-generic.rs
src/test/codegen-units/partitioning/local-generic.rs
src/test/codegen-units/partitioning/vtable-through-const.rs
src/test/run-make/stable-symbol-names/Makefile
src/test/run-make/stable-symbol-names/stable-symbol-names1.rs
src/test/run-make/stable-symbol-names/stable-symbol-names2.rs