Brian Anderson
|
8f57be5bff
|
rustc: Rename mk_codemap_handler to mk_handler
|
2012-01-14 15:14:43 -08:00 |
|
Brian Anderson
|
77e95dcf9f
|
rustc: Rename emit_diagnostic to emit
|
2012-01-14 15:14:43 -08:00 |
|
Brian Anderson
|
876e9fdc06
|
rustc: Rename diagnostic::diagnostictype to 'level'
|
2012-01-14 15:14:43 -08:00 |
|
Brian Anderson
|
824beb4c3b
|
rustc: Make it not an error when the source can't be loaded for highlighting
I plan to have a callback mechanism for reporting errors and it gets wierd
when reporting errors while reporting an error.
|
2012-01-14 15:14:43 -08:00 |
|
Brian Anderson
|
e4849d5e5d
|
rustc: Allow a custom diagnostic emitter when building the handler
|
2012-01-14 15:14:43 -08:00 |
|
Brian Anderson
|
dbf6ed9221
|
rustc: Remove emit_fatal/error/warning/note functions
|
2012-01-13 22:07:55 -08:00 |
|
Brian Anderson
|
1a6383a0eb
|
rustc: Add a distinct fatal diagnostic level
|
2012-01-13 22:07:55 -08:00 |
|
Brian Anderson
|
2e69c29660
|
rustc: Replace session's error handling with diagnostic impl
|
2012-01-13 22:07:55 -08:00 |
|
Brian Anderson
|
d4e089e94b
|
rustc: Add diagnostic::handler iface and default impl
This is for moving error handling logic out of the session
|
2012-01-13 22:07:55 -08:00 |
|
Brian Anderson
|
da6674baed
|
rustc: Stop exporting various things from driver::diagnostic
|
2012-01-13 16:08:59 -08:00 |
|
Brian Anderson
|
ced0aa13d3
|
rustc: Extract driver::diagnostic from syntax::codemap
|
2012-01-13 16:06:56 -08:00 |
|