| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-11 | Update tests | Vadim Petrochenkov | -10/+10 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -6/+6 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -4/+4 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -11/+11 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 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 | -10/+10 | |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -4/+0 | |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -13/+41 | |
| 2017-08-28 | Suggest `Ok(())` when encountering `Ok()` | Oliver Schneider | -0/+45 | |
