rust/src/librustc/driver
bors 3272b002b3 auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr
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-17 11:36:42 -08:00
..
driver.rs Detect stability attributes on methods. 2013-12-16 16:25:45 -05:00
mod.rs
session.rs Move logic for test output generation forward 2013-12-15 22:36:44 -08:00