Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | Better naming and docs | Kirill Bulatov | 2020-08-11 | 1 | -2/+2 |
| | |||||
* | Add rustdocs | Kirill Bulatov | 2020-08-11 | 1 | -0/+1 |
| | |||||
* | Improve the ide diagnostics trait API | Kirill Bulatov | 2020-08-11 | 1 | -2/+5 |
| | |||||
* | Move the DiagnosticsWithFix trait on the ide level | Kirill Bulatov | 2020-08-11 | 1 | -6/+1 |
| | |||||
* | Make the fix AST source Optional | Kirill Bulatov | 2020-08-11 | 1 | -14/+5 |
| | |||||
* | Refactor the diagnostics | Kirill Bulatov | 2020-08-11 | 1 | -14/+3 |
| | |||||
* | Require source implementations for Diagnostic | Kirill Bulatov | 2020-08-11 | 1 | -5/+8 |
| | |||||
* | Restore accidentally removed public method | Kirill Bulatov | 2020-08-11 | 1 | -1/+6 |
| | |||||
* | Better naming | Kirill Bulatov | 2020-08-11 | 1 | -3/+3 |
| | |||||
* | Less stubs | Kirill Bulatov | 2020-08-11 | 1 | -7/+4 |
| | |||||
* | Custom ranges for missing fields | Kirill Bulatov | 2020-08-11 | 1 | -2/+3 |
| | |||||
* | Allow filtering diagnostics | Jonas Schievink | 2020-07-24 | 1 | -3/+22 |
| | |||||
* | Add a builder for DiagnosticSink | Jonas Schievink | 2020-07-24 | 1 | -17/+26 |
| | |||||
* | Use dynamic dispatch in AstDiagnostic | Laurențiu Nicola | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 1 | -2/+1 |
| | | | | | | It's not entirely clear what subnode ranges should mean in the presence of macros, so let's leave them out for now. We are not using them heavily anyway. | ||||
* | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -1/+1 |
| | | | | closes #2799 | ||||
* | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 1 | -3/+1 |
| | |||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -2/+2 |
| | |||||
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | Move diagnostics to hir_expand | Aleksey Kladov | 2019-11-02 | 1 | -0/+85 |