about summary refs log tree commit diff
path: root/src/test/run-make/json-errors
AgeCommit message (Collapse)AuthorLines
2016-01-28Implement MultiSpan error reportingmitaa-2/+2
This allows to render multiple spans on one line, or to splice multiple replacements into a code suggestion.
2016-01-15Address reviewer commentsNick Cameron-4/+5
[breaking-change] `OptLevel` variants are no longer `pub use`ed by rust::session::config. If you are using these variants, you must change your code to prefix the variant name with `OptLevel`.
2016-01-15Add a testNick Cameron-0/+22
And fix bustage in make check