| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -52/+60 | |
| This allows to render multiple spans on one line, or to splice multiple replacements into a code suggestion. | ||||
| 2016-01-15 | Add a test | Nick Cameron | -1/+1 | |
| And fix bustage in make check | ||||
| 2016-01-15 | Implement JSON error emission | Nick Cameron | -12/+192 | |
| [breaking-change] syntax::errors::Handler::new has been renamed to with_tty_emitter Many functions which used to take a syntax::errors::ColorConfig, now take a rustc::session::config::ErrorOutputType. If you previously used ColorConfig::Auto as a default, you should now use ErrorOutputType::default(). | ||||
| 2016-01-15 | Add a JSON error emitter | Nick Cameron | -0/+53 | |
