about summary refs log tree commit diff
path: root/src/test/codegen-units
AgeCommit message (Expand)AuthorLines
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-01Fix a race condition caused by concurrently executed codegen unit tests.Michael Woerister-10/+31
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-21/+21
2016-04-28Add FixedUnitCount codegen unit partitioning strategy.Michael Woerister-10/+10
2016-04-28Let the translation item collector make a distinction between drop-glue kindsMichael Woerister-5/+14
2016-04-28Fix codegen-units testsJames Miller-6/+2
2016-04-28Fixup testsJames Miller-6/+0
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-0/+601
2016-04-14Move translation-item-collection tests into subfolder.Michael Woerister-0/+0
2016-03-25fallout: update codegen-units testsNiko Matsakis-74/+74
2016-01-26Implement the translation item collector.Michael Woerister-0/+1346