about summary refs log tree commit diff
path: root/src/comp/driver
AgeCommit message (Expand)AuthorLines
2012-02-03Start on in-crate monomorphizingMarijn Haverbeke-0/+4
2012-02-03Remove experimental GC codeMarijn Haverbeke-3/+0
2012-01-31Change option::t to optionTim Chevalier-7/+7
2012-01-31Rename str::from_byte(s) to str::unsafe::from_byte(s),Kevin Cantu-1/+1
2012-01-31Merge pull request #1713 from killerswan/manpgGraydon Hoare-35/+44
2012-01-31Require alts to be exhaustiveTim Chevalier-1/+5
2012-01-30Updating the manpage and usage messageKevin Cantu-35/+44
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+5
2012-01-27Move various trans_ modules under a trans:: umbrella moduleMarijn Haverbeke-4/+4
2012-01-26Remove the --no-core command-line optionBrian Anderson-3/+1
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-6/+3
2012-01-26rustc: Make core injection a timed passBrian Anderson-1/+3
2012-01-26rustc: Move core injection to its own moduleBrian Anderson-24/+2
2012-01-26Make re-exporting of impls workMarijn Haverbeke-1/+1
2012-01-26First stab at operator overloadingMarijn Haverbeke-2/+2
2012-01-26Use string stored in codemap for pretty-printing comments and literalsMarijn Haverbeke-35/+22
2012-01-25Keep source file around after parsing.Kevin Atkinson-15/+6
2012-01-24rustc: Bump the error count on non-span errorsBrian Anderson-0/+1
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-55/+81
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-1/+3
2012-01-22rustc: Specify lint checks via crate attributesHaitao Li-11/+4
2012-01-19rustc: ";" to "," in enumsPatrick Walton-15/+15
2012-01-19rustc: "tag" -> "enum"Patrick Walton-6/+6
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-9/+13
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-1/+10
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-18/+18
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-25/+25
2012-01-18Fix --out-dir a bit more in driver.Graydon Hoare-3/+5
2012-01-17rustc: --test overrides the crate_type attributeBrian Anderson-13/+30
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: Output a note about how to debug unexpected failuresBrian Anderson-0/+6
2012-01-14rustc: Fix testsBrian Anderson-4/+4
2012-01-14rustc: Run the compiler in a subtask and monitor the diagnosticsBrian Anderson-6/+65
2012-01-14rustc: Extract the logic for generating an ICE messageBrian Anderson-2/+7
2012-01-14rustc: Rename mk_codemap_handler to mk_handlerBrian Anderson-4/+4
2012-01-14rustc: Rename emit_diagnostic to emitBrian Anderson-5/+5
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-16/+26
2012-01-14rustc: Pull some uses of early_error up into build_target_configBrian Anderson-13/+19
2012-01-14rustc: Rename diagnostic::diagnostictype to 'level'Brian Anderson-14/+14
2012-01-14rustc: Make it not an error when the source can't be loaded for highlightingBrian Anderson-2/+2
2012-01-14rustc: Allow a custom diagnostic emitter when building the handlerBrian Anderson-12/+31
2012-01-13rustc: Remove emit_fatal/error/warning/note functionsBrian Anderson-24/+12
2012-01-13rustc: Add a distinct fatal diagnostic levelBrian Anderson-7/+13