| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-11 | trans: Don't try to place declarations during codegen unit partitioning. | Michael Woerister | -11/+11 | |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+0 | |
| For legacy reasons (presumably), Windows does not permit files name aux. | ||||
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+74 | |
| Instead of finding aux-build files in `auxiliary`, we now search for an `aux` directory relative to the test. So if your test is `compile-fail/foo.rs`, we would look in `compile-fail/aux`. Similarly, we ignore the `aux` directory when searching for tets. | ||||
| 2016-05-01 | Fix a race condition caused by concurrently executed codegen unit tests. | Michael Woerister | -10/+31 | |
| 2016-04-28 | Make the codegen unit partitioner also emit item declarations. | Michael Woerister | -21/+21 | |
| 2016-04-28 | Add FixedUnitCount codegen unit partitioning strategy. | Michael Woerister | -10/+10 | |
| 2016-04-28 | Let the translation item collector make a distinction between drop-glue kinds | Michael Woerister | -1/+2 | |
| 2016-04-28 | Fix codegen-units tests | James Miller | -6/+0 | |
| I'm not sure what the signficance of `drop-glue i8` is, nor why one of the tests had it appear while the others had it disappear. Either way it doesn't seem like the presence or absense of it is the focus of the tests. | ||||
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -0/+601 | |
