about summary refs log tree commit diff
path: root/src/comp/driver/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-256/+0
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-2/+2
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-2/+2
2012-02-15Fix bad line printing for parse errorsMarijn Haverbeke-2/+1
2012-02-14Do a better job of reporting source location for files (i.e. filemap)Kevin Atkinson-0/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-10log to stderr instead of stdoutTed Horst-9/+9
2012-02-06Revert "log to stderr instead of stdout"Brian Anderson-9/+9
2012-02-05Fix macro backtraces.Kevin Atkinson-0/+13
2012-02-03log to stderr instead of stdoutTed Horst-9/+9
2012-02-03Don't rely on filename to get a file from the filemapKevin Atkinson-5/+1
2012-01-25Keep source file around after parsing.Kevin Atkinson-10/+1
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-36/+60
2012-01-19rustc: ";" to "," in enumsPatrick Walton-4/+4
2012-01-19rustc: "tag" -> "enum"Patrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-10/+10
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-3/+3
2012-01-14rustc: Rename emit_diagnostic to emitBrian Anderson-4/+4
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-11/+30
2012-01-13rustc: Remove emit_fatal/error/warning/note functionsBrian Anderson-23/+11
2012-01-13rustc: Add a distinct fatal diagnostic levelBrian Anderson-7/+13
2012-01-13rustc: Replace session's error handling with diagnostic implBrian Anderson-1/+1
2012-01-13rustc: Add diagnostic::handler iface and default implBrian Anderson-0/+77
2012-01-13rustc: Stop exporting various things from driver::diagnosticBrian Anderson-2/+1
2012-01-13rustc: Extract driver::diagnostic from syntax::codemapBrian Anderson-0/+137