aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-233-2/+4
|
*-. Merge #617 #618bors[bot]2019-01-233-3/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 617: Use npm ci instead of install r=matklad a=h-michael fix #422 `npm install` is always recreate `package-lock.json`. So we might use `npm ci` with `install-code` https://docs.npmjs.com/cli/ci.html#description 618: Add install-lsp subcommand r=matklad a=h-michael related https://github.com/rust-analyzer/rust-analyzer/pull/617#issuecomment-456914650 Co-authored-by: Hirokazu Hata <[email protected]>
| | * Add install-lsp subcommandHirokazu Hata2019-01-232-1/+5
| | |
| * | Use npm ci instead of installHirokazu Hata2019-01-231-2/+2
| | |
* | | Merge #619bors[bot]2019-01-233-5/+58
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 619: More correct raw ident handling r=matklad a=jrobsonchase Also added the suggested test from #616. It passed before the change to `scan_ident`, but at least now it should ensure that the behavior stays the same. Co-authored-by: Josh Robson Chase <[email protected]>
| * | | More correct raw ident handlingJosh Robson Chase2019-01-233-5/+58
|/ / /
* | | Merge #616bors[bot]2019-01-238-8/+53
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 616: Lex raw idents correctly r=matklad a=jrobsonchase One question: What's the intent of the text by the `IDENT` node under `NAME`? Should it be the actual token text or the semantic name? Closes #611 Co-authored-by: Josh Robson Chase <[email protected]>
| * | Use IDENT for both raw and normal identsJosh Robson Chase2019-01-2322-78/+39
| | |
| * | Add raw idents to lexer and parserJosh Robson Chase2019-01-2326-40/+124
|/ /
* | Merge #615bors[bot]2019-01-234-7/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | 615: Bumpup lsp-types to v0.55.0 r=DJMcNab a=h-michael https://github.com/gluon-lang/lsp-types/compare/v0.54.0...v0.55.0 Co-authored-by: Hirokazu Hata <[email protected]>
| * | Fix target_selection_range typeHirokazu Hata2019-01-231-1/+1
| | |
| * | Bumpup lsp-types to v0.55.0Hirokazu Hata2019-01-233-6/+6
| |/
* / drop obsolete commentAleksey Kladov2019-01-231-1/+0
|/
* Merge #614bors[bot]2019-01-231-0/+73
|\ | | | | | | | | | | | | | | 614: Add supported LSP features to README.md r=matklad a=h-michael Co-authored-by: Hirokazu Hata <[email protected]>
| * Add supported LSP features to README.mdHirokazu Hata2019-01-231-0/+73
| |
* | Merge #613bors[bot]2019-01-234-107/+99
|\ \ | |/ |/| | | | | | | | | | | 613: assign DefIds when lowering r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * assign DefIds when loweringAleksey Kladov2019-01-234-107/+99
|/
* Merge #612bors[bot]2019-01-234-143/+152
|\ | | | | | | | | | | | | | | 612: Some random refactorings r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * introduced better typed AstPtrAleksey Kladov2019-01-233-9/+40
| |
| * refactorAleksey Kladov2019-01-231-98/+81
| |
| * simiplifyAleksey Kladov2019-01-231-24/+20
| |
| * better namesAleksey Kladov2019-01-231-14/+13
|/
* Merge #610bors[bot]2019-01-2312-108/+109
|\ | | | | | | | | | | | | | | 610: move SyntaxPtr to ra_syntax r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-2312-108/+109
|/
* Merge #608bors[bot]2019-01-2311-60/+124
|\ | | | | | | | | | | | | | | 608: Complete parens r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * don't insert parens for self methodsAleksey Kladov2019-01-235-13/+52
| |
| * move completion item tests closer to the codeAleksey Kladov2019-01-237-47/+72
|/ | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already
* Merge #606bors[bot]2019-01-236-86/+91
|\ | | | | | | | | | | | | | | 606: generalize marking infrastructure r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * generalize marking infrastructureAleksey Kladov2019-01-236-86/+91
|/
* Merge #605bors[bot]2019-01-234-59/+62
|\ | | | | | | | | | | | | | | 605: :arrow_up: insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: instaAleksey Kladov2019-01-234-59/+62
|/
* Merge #603bors[bot]2019-01-2330-135/+179
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 603: fix completion bugs r=gfreezy a=gfreezy The result is as below. before: ![image](https://user-images.githubusercontent.com/510012/51483467-0f641400-1dd4-11e9-9921-ef21d15cc343.png) after: ![image](https://user-images.githubusercontent.com/510012/51483433-fb201700-1dd3-11e9-9730-c2a5d3dd5f5a.png) Co-authored-by: gfreezy <[email protected]>
| * fix completion bugsgfreezy2019-01-2330-135/+179
|/
* Merge #598bors[bot]2019-01-2315-31/+92
|\ | | | | | | | | | | | | | | 598: Add function signature to CompletionItem detail r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Move label from hir to ide_apiJeremy A. Kolb2019-01-222-24/+25
| |
| * Add function signature to CompletionItem detailJeremy A. Kolb2019-01-2216-30/+90
| |
* | Merge #602bors[bot]2019-01-2211-0/+70
|\ \ | | | | | | | | | | | | | | | | | | | | | 602: add status command r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | document status commandAleksey Kladov2019-01-221-0/+2
| | |
| * | ad status commandAleksey Kladov2019-01-2210-0/+68
|/ /
* | Merge #601bors[bot]2019-01-221-40/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | 601: Simplify CallInfo label and documentation r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * | Simplify CallInfo label and documentationJeremy A. Kolb2019-01-221-40/+7
|/ /
* | Merge #600bors[bot]2019-01-223-4/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | 600: :arrow_up: rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | :arrow_up: rowanAleksey Kladov2019-01-223-4/+8
|/ /
* | Merge #599bors[bot]2019-01-223-1/+41
|\ \ | |/ |/| | | | | | | | | | | 599: Allow placeholder parameters in trait function definitions r=matklad a=regiontog fixes #597 Co-authored-by: Erlend Tobiassen <[email protected]>
| * Add test for placeholder parameters in trait fn defsErlend Tobiassen2019-01-223-0/+40
| |
| * Allow placeholder parameters in trait fn defsErlend Tobiassen2019-01-221-1/+1
|/
* Merge #593bors[bot]2019-01-2283-319/+641
|\ | | | | | | | | | | | | | | | | | | | | 593: Docs for completion r=matklad a=kjeremy The first commit adds documentation support to CompletionItems. The second one I am unsure about. Is that the right way to add docs for functions? If so should I do something similar for other `hir` types and CompletionItems? Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Update snapsJeremy A. Kolb2019-01-2279-316/+595
| |
| * Move docs to FunctionJeremy Kolb2019-01-223-13/+18
| |
| * Thread documentation through FnSignature and CompletionItemJeremy Kolb2019-01-223-1/+15
| |