| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2020-12-06 | Add test for trimming with tabs (#78438) | J. Ryan Stinnett | -0/+25 | |
| 2020-10-25 | Update description for error E0308 | Olivier FAURE | -12/+20 | |
| As per #76462 | ||||
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -0/+61 | |
| This commit makes the JSON emitter use `-Z terminal-width` in the "rendered" field of the JSON output. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-12-12 | Update tests | LeSeulArtichaut | -1/+1 | |
| 2019-12-12 | Update UI test expectations | LeSeulArtichaut | -1/+1 | |
| 2019-11-27 | Draw vertical lines in compiler error messages with multiline annotations ↵ | Christoph Schmidler | -1/+25 | |
| correctly when non-1space unicode characters are to the left For this we use the correct calculation of the 'left' identation | ||||
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -7/+15 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -8/+8 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -15/+0 | |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -10/+10 | |
| 2019-08-21 | Further unicode checks | Esteban Küber | -0/+18 | |
| 2019-08-21 | Center trim on the span labels and handle unicode | Esteban Küber | -6/+6 | |
| 2019-08-21 | Fix tidy | Esteban Küber | -4/+4 | |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -0/+76 | |
