| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-24 | Back to single line between errors. Add header space to secondary files | Jonathan Turner | -1/+5 | |
| 2016-05-23 | Update error format for readability. Add spacing header<->snippet and ↵ | Jonathan Turner | -1/+1 | |
| another line between errors | ||||
| 2016-05-19 | Rollup merge of #33730 - jseyfried:fix_macro_backtrace_diagnostics, ↵ | Manish Goregaokar | -1/+1 | |
| r=nikomatsakis Fix macro expansion backtrace diagnostics Fixes #33704. r? @nikomatsakis | ||||
| 2016-05-19 | Fix macro expansion backtrace diagnostics | Jeffrey Seyfried | -1/+1 | |
| 2016-05-17 | Fix for #33559 | Jonathan Turner | -1/+2 | |
| 2016-05-17 | De-emph minimized spans, add better debugging output | Jonathan Turner | -0/+4 | |
| 2016-05-17 | Print secondary labels as notes in old skool mode | Jonathan Turner | -0/+3 | |
| 2016-05-03 | Remove unused trait imports introduced while in review | Seo Sanghyeon | -1/+1 | |
| 2016-05-02 | update unit tests | Niko Matsakis | -16/+5 | |
| 2016-05-02 | Finish up with 'old school' error mode | Jonathan Turner | -12/+63 | |
| 2016-05-02 | Add back in a 'old school' error format | Jonathan Turner | -19/+97 | |
| 2016-05-02 | fix snippet tests MORE! | Niko Matsakis | -1/+1 | |
| 2016-05-02 | fix tests better | Niko Matsakis | -2/+2 | |
| 2016-05-02 | only emit `^` at the start of a multi-line error | Niko Matsakis | -10/+5 | |
| as a result, simplify elision code | ||||
| 2016-05-02 | Nit: in emitter.rs | Niko Matsakis | -2/+1 | |
| 2016-05-02 | Nit: address various style nits | Niko Matsakis | -1/+6 | |
| 2016-05-02 | refactor the Emitter trait | Niko Matsakis | -90/+73 | |
| There is now a CoreEmitter that everything desugars to, but without losing any information. Also remove RenderSpan::FileLine. This lets the rustc_driver tests build. | ||||
| 2016-05-02 | WIP factor out RudimentaryEmitter | Niko Matsakis | -16/+31 | |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -561/+235 | |
| Major changes: - Remove old snippet rendering code and use the new stuff. - Introduce `span_label` method to add a label - Remove EndSpan mode and replace with a fn to get the last character of a span. - Stop using `Option<MultiSpan>` and just use an empty `MultiSpan` - and probably a bunch of other stuff :) | ||||
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -38/+9 | |
| This uncovered a lot of bugs in compiletest and also some shortcomings of our existing JSON output. We had to add information to the JSON output, such as suggested text and macro backtraces. We also had to fix various bugs in the existing tests. Joint work with jntrnr. | ||||
| 2016-03-22 | fix alignment | Jorge Aparicio | -12/+12 | |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -38/+38 | |
| Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry | ||||
| 2016-02-03 | Fix rendering of single-char-span | mitaa | -10/+10 | |
| A span spanning only a single character would render like `^~` instead of just `^`. | ||||
| 2016-02-02 | Rollup merge of #31281 - oli-obk:patch-2, r=nikomatsakis | Steve Klabnik | -2/+2 | |
| 2016-02-01 | Spans now derive equality | Daniel Campbell | -5/+3 | |
| 2016-01-30 | off by one | Oliver Schneider | -1/+1 | |
| 2016-01-29 | Update emitter.rs | mitaa | -1/+1 | |
| 2016-01-29 | fix overflow due to multiline error span | Oliver Schneider | -1/+1 | |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -201/+612 | |
| This allows to render multiple spans on one line, or to splice multiple replacements into a code suggestion. | ||||
| 2016-01-26 | Make emitter handle DUMMY_SP correctly | Manish Goregaokar | -2/+2 | |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -1/+1 | |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -3/+3 | |
| 2015-12-30 | use structured errors | Nick Cameron | -1/+1 | |
| 2015-12-30 | Structured diagnostics | Nick Cameron | -4/+14 | |
| 2015-12-17 | test errors | Nick Cameron | -1/+60 | |
| 2015-12-17 | A little more refactoring inside emitter.rs | Nick Cameron | -45/+35 | |
| 2015-12-17 | Add the files I fogot about earlier | Nick Cameron | -0/+631 | |
| d'oh | ||||
