Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | complete patterns | Aleksey Kladov | 2019-02-24 | 1 | -0/+2 |
| | |||||
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -0/+3 |
| | |||||
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -0/+1 |
| | | | | | This module should remove completion rendering boilerplate from the "brains" of completion engine. | ||||
* | complete struct literals | Aleksey Kladov | 2019-02-24 | 1 | -0/+2 |
| | |||||
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 1 | -0/+22 |
| | |||||
* | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -0/+19 |
| | |||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | postfix completion | gfreezy | 2019-01-21 | 1 | -1/+2 |
| | |||||
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -13/+1 |
| | |||||
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -11/+8 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+77 |