about summary refs log tree commit diff
path: root/src/comp/driver/driver.rs
AgeCommit message (Expand)AuthorLines
2012-01-13rustc: Replace session's error handling with diagnostic implBrian Anderson-1/+1
2012-01-13rustc: Stop exporting various things from driver::diagnosticBrian Anderson-1/+1
2012-01-13rustc: Extract driver::diagnostic from syntax::codemapBrian Anderson-1/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-21/+32
2012-01-11Major clean-up of std::ioMarijn Haverbeke-3/+4
2012-01-05rustc: Configure out #[test] functions when not testingBrian Anderson-5/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2012-01-03More work on translating dictionary-passingMarijn Haverbeke-3/+4
2012-01-01freebsd supportUser Jyyou-0/+3
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+2
2011-12-20Separate driver rustc and librustcHaitao Li-0/+615