summary refs log tree commit diff
path: root/src/rustc/driver/rustc.rs
AgeCommit message (Collapse)AuthorLines
2012-03-22Add an LLVM-instruction-counting mode to trans.Graydon Hoare-0/+1
Pipe to xdu to see a trans call graph of generated insns.
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-2/+3
2012-03-21Avoid mangling names differently in debug builds to work around a build ↵Josh Matthews-1/+1
error. Fix up file name and path debug information, and build one compilation unit for a crate instead of one per source file.
2012-03-18rustc: Fix typo in error messageDamien Grassart-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-03-05rustc: Lower case error messagesBrian Anderson-2/+2
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+197