summary refs log tree commit diff
path: root/src/test/parse-fail/column-offset-1-based.rs
AgeCommit message (Collapse)AuthorLines
2016-04-21port compiletest to use JSON outputNiko Matsakis-1/+1
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.
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-1/+3
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of ↵Eduard Burtescu-1/+1
passing the latter around.
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-0/+11