aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add function signature to CompletionItem detailJeremy A. Kolb2019-01-2215-30/+68
| |
* | ad status commandAleksey Kladov2019-01-222-0/+21
| |
* | Simplify CallInfo label and documentationJeremy A. Kolb2019-01-221-40/+7
|/
* Update snapsJeremy A. Kolb2019-01-2253-212/+439
|
* Move docs to FunctionJeremy Kolb2019-01-221-3/+2
|
* Thread documentation through FnSignature and CompletionItemJeremy Kolb2019-01-221-0/+5
|
* Teach CompletionItem about documentationJeremy Kolb2019-01-221-0/+16
|
* :arrow_up: instaAleksey Kladov2019-01-211-1/+1
|
* Fix .not postfix completionFlorian Diebold2019-01-214-9/+9
|
* Merge #582bors[bot]2019-01-216-30/+312
|\ | | | | | | | | | | | | | | 582: Postfix completion r=matklad a=gfreezy resolved #525 Co-authored-by: gfreezy <[email protected]>
| * postfix completiongfreezy2019-01-216-30/+312
| |
* | typos fixgfreezy2019-01-211-4/+4
|/
* 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
|