about summary refs log tree commit diff
path: root/src/test/run-make/json-errors
AgeCommit message (Collapse)AuthorLines
2016-05-02delete the json-errors testNiko Matsakis-28/+0
It's primary purpose was to check that json worked at all, but compiletest does that now.
2016-04-21port compiletest to use JSON outputNiko Matsakis-2/+5
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-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-03-24Include source text in JSON errorsNick Cameron-2/+2
2016-03-11test: Move some test outputs into $(TMPDIR)Alex Crichton-3/+5
Don't want to pollute the source tree!
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