| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-07 | Update ui tests | Guillaume Gomez | -1/+2 | |
| 2019-11-03 | Avoid mixing error patterns with error annotations | Tomasz Miąsko | -3/+3 | |
| When both error patterns and error annotations are present in an ui test, only error patterns are validated against the output. Replace the error pattern with an error annotation to avoid silently ignoring the other error annotation. | ||||
| 2019-09-14 | Provide a span if main function is not present in crate | Mark Rousskov | -1/+9 | |
| Unfortunately, the diagnotic machinery does not cope well with an empty span which can happen if the crate is empty, in which case we merely set a spanless note. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+1 | |
| 2019-04-11 | Continue evaluating after missing main | Esteban Küber | -0/+17 | |
