| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | ||||
