Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 1 | -2/+2 |
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -2/+1 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -4/+4 |
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 1 | -9/+2 |
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -20/+4 |
* | Unify with the autorefed/autoderefed receiver type during method resolution | Florian Diebold | 2019-02-17 | 1 | -1/+1 |
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 1 | -0/+20 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -3/+1 |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 1 | -2/+6 |
* | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 |
* | Merge #623 | bors[bot] | 2019-01-24 | 1 | -4/+5 |
|\ | |||||
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -17/+15 |
| * | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -15/+18 |
* | | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 1 | -1/+15 |
|/ | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 1 | -18/+27 |
|\ | |||||
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -5/+9 |
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -6/+10 |
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -13/+14 |
* | | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 1 | -2/+4 |
|/ | |||||
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -5/+3 |
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 1 | -10/+5 |
* | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 |
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -1/+1 |
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -3/+56 |
* | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 1 | -1/+1 |
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 1 | -7/+7 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+121 |