rust/src/librustc_driver
2014-12-05 01:52:18 -05:00
..
driver.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
lib.rs FIXME(#19497) -- Stop messing around and just give rustc 32MB of stack unconditionally. This is prompted by some sort of bug in trans that causes a stack overflow when the modules in trans are made private. (In particular, the overflow can also be avoided by making controlflow and callee public, but that seems strictly worse than just using more stack.) 2014-12-04 10:04:52 -05:00
mod.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
pretty.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
test.rs Fix various references in late-running tests and things 2014-12-05 01:52:18 -05:00