| Age | Commit message (Collapse) | Author | Lines |
|
It's primary purpose was to check that json worked at all,
but compiletest does that now.
|
|
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.
|
|
|
|
|
|
Don't want to pollute the source tree!
|
|
This allows to render multiple spans on one line,
or to splice multiple replacements into a code suggestion.
|
|
[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`.
|
|
And fix bustage in make check
|