rust/src/librustc/driver
Alex Crichton 6ebacf2fd7 Move logic for test output generation forward
By performing this logic very late in the build process, it ended up leading to
bugs like those found in #10973 where certain stages of the build process
expected a particular output format which didn't end up being the case. In order
to fix this, the build output generation is moved very early in the build
process to the absolute first thing in phase 2.

Closes #10973
2013-12-15 22:36:44 -08:00
..
driver.rs Add --dep-info to write Makefile-compatible dependency info. 2013-12-12 13:57:47 -07:00
mod.rs librustc: De-export driver. rs=deexport 2013-01-29 15:16:43 -08:00
session.rs Move logic for test output generation forward 2013-12-15 22:36:44 -08:00