Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -14/+14 |
| | |||||
* | Better label for macros completion | Aleksey Kladov | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -0/+4 |
| | | | | | | The grammar now looks like this [name_ref :] pat | ||||
* | Add parens for enums | Aleksey Kladov | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Remove the second code-path for completing names in patterns | Aleksey Kladov | 2020-04-03 | 1 | -45/+12 |
| | |||||
* | Remove const | Steffen Lyngbaek | 2020-03-19 | 1 | -0/+22 |
| | | | | | - Add test for @ matching - Address comments | ||||
* | Fixes to more accurately give complete_scope completions | Steffen Lyngbaek | 2020-03-19 | 1 | -0/+28 |
| | | | | | | | - Exclude const, static, functions form is_pat_binding_and_path (there might be more?) - Add a check to filter out Record Fields - Fix tests | ||||
* | wip | Florian Diebold | 2020-03-16 | 1 | -2/+11 |
| | |||||
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Add more tests | Florian Diebold | 2020-03-07 | 1 | -0/+18 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -1/+1 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+89 |