rust/src/rustc/driver
Elliott Slaughter 0031617f30 rustc: Add cfg(gc) and cfg(nogc).
Needed in libcore to determine whether core::gc is being compiled with
GC on or not, which then affects various safety checks to avoid
collecting memory the GC is itself using.
2012-08-28 11:05:32 -07:00
..
driver.rs rustc: Add cfg(gc) and cfg(nogc). 2012-08-28 11:05:32 -07:00
rustc.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
session.rs Add some counters to metadata. 2012-08-27 16:59:30 -07:00