| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-24 | Back to single line between errors. Add header space to secondary files | Jonathan Turner | -0/+14 | |
| 2016-05-12 | Better handling of tab in error | Seo Sanghyeon | -0/+24 | |
| 2016-05-03 | degrade gracefully with empty spans | Niko Matsakis | -0/+38 | |
| 2016-05-02 | update unit tests | Niko Matsakis | -11/+11 | |
| 2016-05-02 | fix snippet tests MORE! | Niko Matsakis | -1/+1 | |
| 2016-05-02 | fix tests better | Niko Matsakis | -3/+3 | |
| 2016-05-02 | only emit `^` at the start of a multi-line error | Niko Matsakis | -8/+3 | |
| as a result, simplify elision code | ||||
| 2016-05-02 | Nit: address various style nits | Niko Matsakis | -1/+3 | |
| 2016-05-02 | revamp MultiSpan and introduce new snippet code | Niko 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. | ||||
