| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-14 | Fix rebase | Vadim Petrochenkov | -6/+6 | |
| Update docs for custom normalization of test output | ||||
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -5/+5 | |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -7/+7 | |
| To avoid confusion in cases where the code is ```rust fn foo() {} / foo( | bar() | ^^^ current diagnostics point here for arg count mismatch | ); |_^ new diagnostic span points here ``` as this leads to confusion making people think that the diagnostic is talking about `bar`'s arg count, not `foo`'s. Point at `fn`s definition on arg mismatch, just like we do for closures. | ||||
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -1/+1 | |
| 2017-11-15 | Point to ADT definition when not finding variant, method, assoc type | Esteban Küber | -0/+3 | |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -0/+44 | |
