aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
Commit message (Collapse)AuthorAgeFilesLines
* Merge #574bors[bot]2019-01-2052-301/+2179
|\ | | | | | | | | | | | | | | | | 574: refactor completions to use TextEdit instead of InsertText r=matklad a=gfreezy 1. migrate from `insertText` to `TextEdit` from `CompleteItem` 2. use `insta` to test completions Co-authored-by: gfreezy <[email protected]>
| * fix testsgfreezy2019-01-208-19/+19
| |
| * workaround for trigger charactergfreezy2019-01-201-1/+5
| |
| * use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-2047-288/+301
| |
| * refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-1946-748/+606
| |
| * ignore unused methodsgfreezy2019-01-191-0/+3
| |
| * refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-1952-296/+2296
| |
* | extend selection expands macros and can totally panicAleksey Kladov2019-01-202-3/+3
| |
* | somewhat better nameAleksey Kladov2019-01-201-1/+1
| |
* | make matching brace consistentAleksey Kladov2019-01-201-2/+3
| |
* | use with_db consistentlyAleksey Kladov2019-01-201-14/+7
| |
* | Generics -> GenericParamsFlorian Diebold2019-01-191-1/+1
| |
* | Implement beginnings of genericsFlorian Diebold2019-01-192-2/+5
|/ | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions
* rename LoweredImport -> ImportIdAleksey Kladov2019-01-191-1/+0
|
* switched to lowerd moduleAleksey Kladov2019-01-192-7/+7
|
* prefer inline testsgfreezy2019-01-194-131/+140
|
* fix commentsgfreezy2019-01-193-9/+2
|
* move rename to a new modgfreezy2019-01-197-98/+231
|
* rename modgfreezy2019-01-192-15/+116
|
* :arrow_up: salsaAleksey Kladov2019-01-175-29/+27
|
* kill last cancelablesAleksey Kladov2019-01-153-8/+7
|
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-157-79/+43
|
* remove Canceled from API implAleksey Kladov2019-01-156-73/+60
|
* hir is cancelation freeAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from type inferenceAleksey Kladov2019-01-153-12/+7
|
* remove Cancelable from TyAleksey Kladov2019-01-151-4/+3
|
* remove Cancelable from nameresAleksey Kladov2019-01-153-4/+4
|
* remove Cancelable from fn_scopesAleksey Kladov2019-01-153-4/+4
|
* remove Cancelable from funciton bodyAleksey Kladov2019-01-153-3/+3
|
* remove Cancelable from navigation targetAleksey Kladov2019-01-156-30/+18
|
* remove Cancelable from static&const APIAleksey Kladov2019-01-151-4/+4
|
* remove Cancelable from adt APIAleksey Kladov2019-01-153-5/+5
|
* remove Cancelable from Module API, part 2Aleksey Kladov2019-01-153-7/+6
|
* remove Cancelable from Module APIAleksey Kladov2019-01-153-7/+6
|
* remove cancelable from symbolsAleksey Kladov2019-01-155-14/+12
|
* remove Cancelable from source bindersAleksey Kladov2019-01-157-14/+12
|
* check_canceled does not return ResultAleksey Kladov2019-01-151-1/+1
|
* update salsaAleksey Kladov2019-01-151-1/+1
|
* Merge #546bors[bot]2019-01-1513-155/+309
|\ | | | | | | | | | | | | | | 546: replace `assert_dbg_eq` with Insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * switch to insta for testingAleksey Kladov2019-01-1513-155/+309
| |
* | Fix type inference for raw (byte) stringsMarcus Klaas de Vries2019-01-141-3/+2
|/
* Remove duplicationJeremy Kolb2019-01-141-74/+23
|
* Add visibility to hoverJeremy Kolb2019-01-141-9/+41
|
* fix go to parent moduleAleksey Kladov2019-01-132-2/+21
|
* goto defenition works for type-inferred methodsAleksey Kladov2019-01-131-2/+49
|
* Tweak message shown for query fallbackPascal Hertleif2019-01-131-1/+5
| | | | Small tweak for #518
* Add an explanatory message when we use the Query fallbackDJMcNab2019-01-132-10/+36
|
* Add bench runnable and code lensJeremy Kolb2019-01-121-0/+5
|
* args -> paramsFlorian Diebold2019-01-122-2/+2
|
* Complete inherent methodsFlorian Diebold2019-01-122-4/+62
|