Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -4/+4 |
| | |||||
* | Inline snapshots for all tests in complete_snippet, remove now-unused ↵ | Phil Ellison | 2019-07-28 | 1 | -1/+1 |
| | | | | check_completion | ||||
* | provide completion in struct patterns | Ekaterina Babshukova | 2019-07-21 | 1 | -0/+2 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+7 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Move completion label functions to display | Ville Penttinen | 2019-04-09 | 1 | -28/+0 |
| | |||||
* | Move FunctionSignature creation to display | Ville Penttinen | 2019-04-09 | 1 | -46/+2 |
| | |||||
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -15/+46 |
| | | | | | This is used by CallInfo to create a pretty printed function signature that can be used with completions and other places as well. | ||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -13/+10 |
| | |||||
* | 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 |