about summary refs log tree commit diff
path: root/src/libsyntax/errors/snippet/test.rs
AgeCommit message (Collapse)AuthorLines
2016-05-24Back to single line between errors. Add header space to secondary filesJonathan Turner-0/+14
2016-05-12Better handling of tab in errorSeo Sanghyeon-0/+24
2016-05-03degrade gracefully with empty spansNiko Matsakis-0/+38
2016-05-02update unit testsNiko Matsakis-11/+11
2016-05-02fix snippet tests MORE!Niko Matsakis-1/+1
2016-05-02fix tests betterNiko Matsakis-3/+3
2016-05-02only emit `^` at the start of a multi-line errorNiko Matsakis-8/+3
as a result, simplify elision code
2016-05-02Nit: address various style nitsNiko Matsakis-1/+3
2016-05-02revamp MultiSpan and introduce new snippet codeNiko Matsakis-0/+524
MultiSpan model is now: - set of primary spans - set of span+label pairs Primary spans render with `^^^`, secondary spans with `---`. Labels are placed next to the `^^^` or `---` marker as appropriate.