about summary refs log tree commit diff
path: root/src/test/codegen-units/partitioning/extern-drop-glue.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-22fix codegen-units testsRalf Jung-3/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-6/+6
2017-11-07Update codegen-unit tests.Michael Woerister-6/+6
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+1
2017-07-13Adapt cgu-partitioning tests to pre-trans symbol internalization.Michael Woerister-2/+2
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-4/+3
2016-07-08trans: Adjust linkage assignment so that we don't need weak linkage.Michael Woerister-4/+4
2016-07-08Improve linkage assignment in trans::partitioning.Michael Woerister-2/+2
2016-05-01Fix a race condition caused by concurrently executed codegen unit tests.Michael Woerister-1/+4
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-1/+1
2016-04-28Add FixedUnitCount codegen unit partitioning strategy.Michael Woerister-1/+1
2016-04-28Let the translation item collector make a distinction between drop-glue kindsMichael Woerister-1/+1
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-0/+43