summary refs log tree commit diff
path: root/src/comp/driver/driver.rs
AgeCommit message (Expand)AuthorLines
2012-01-19rustc: ";" to "," in enumsPatrick Walton-6/+6
2012-01-19rustc: "tag" -> "enum"Patrick Walton-1/+1
2012-01-19Partial fix for #1561, doesn't actually "fix" the problem but you get output ...Graydon Hoare-3/+3
2012-01-19rustc: Refactor lint check and avoid a segv faultHaitao Li-4/+9
2012-01-19rustc: Name the lint-style check module `lint`Haitao Li-7/+10
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-1/+8
2012-01-19rustc: Use io::println for time-passes dataHaitao Li-2/+2
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-17/+17
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-12/+12
2012-01-18Fix --out-dir a bit more in driver.Graydon Hoare-3/+5
2012-01-17rustc: --test overrides the crate_type attributeBrian Anderson-2/+2
2012-01-17Prevent pretty-printer from trying to consume stdin twiceMarijn Haverbeke-15/+15
2012-01-17Try to fix pretty-printer failureMarijn Haverbeke-9/+8
2012-01-17Fix --pretty normal, reorganize some code in driver.rsMarijn Haverbeke-48/+63
2012-01-16Ensure library file always has a proper suffix.Josh Matthews-1/+1
2012-01-14rustc: Fix testsBrian Anderson-4/+4
2012-01-14rustc: Rename mk_codemap_handler to mk_handlerBrian Anderson-1/+1
2012-01-14rustc: Use the same diagnostic emmiter for both early errors and the sessionBrian Anderson-1/+2
2012-01-14rustc: Thread a diagnostic::emitter through driverBrian Anderson-11/+14
2012-01-14rustc: Pull some uses of early_error up into build_target_configBrian Anderson-13/+19
2012-01-14rustc: Allow a custom diagnostic emitter when building the handlerBrian Anderson-1/+1
2012-01-13rustc: Remove emit_fatal/error/warning/note functionsBrian Anderson-1/+1
2012-01-13rustc: Replace the lexer's error handling with diagnostic implBrian Anderson-1/+1
2012-01-13rustc: Replace parser's error handling with diagnostic implBrian Anderson-2/+7
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