| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -21/+0 | |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -4/+4 | |
| 2019-10-30 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2019-08-10 | resolve: Move late resolution into a separate visitor | Vadim Petrochenkov | -8/+6 | |
| Move `Resolver` fields specific to late resolution to the new visitor. The `current_module` field from `Resolver` is replaced with two `current_module`s in `LateResolutionVisitor` and `BuildReducedGraphVisitor`. Outside of those visitors `current_module` is replaced by passing `parent_scope` to more functions and using the parent module from it. Visibility resolution no longer have access to later resolution methods and has to use early resolution, so its diagnostics in case of errors regress slightly. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -1/+1 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -2/+2 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -1/+10 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2/+2 | |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -17/+9 | |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -8/+8 | |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -0/+22 | |
