aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Migrate trait & type to new idsAleksey Kladov2019-01-2413-186/+104
|
* generalizeAleksey Kladov2019-01-241-4/+17
|
* move consts&statics to new idAleksey Kladov2019-01-248-47/+86
|
* remove boilerplateAleksey Kladov2019-01-246-92/+72
|
* generalize boilerplateAleksey Kladov2019-01-243-39/+51
|
* remove dead codeAleksey Kladov2019-01-241-11/+1
|
* removed untyped typabledefAleksey Kladov2019-01-241-26/+3
|
* adapt ide_api to the new APIAleksey Kladov2019-01-244-6/+12
|
* move enum variant to the new APIAleksey Kladov2019-01-246-142/+97
|
* remove useless aliasesAleksey Kladov2019-01-243-38/+14
|
* macro-generate fromsAleksey Kladov2019-01-244-78/+17
|
* adapt ide_api to the new APIAleksey Kladov2019-01-244-46/+45
|
* kill unused defsAleksey Kladov2019-01-242-7/+0
|
* migrate enums to new idAleksey Kladov2019-01-249-143/+191
|
* introduce EnumIdAleksey Kladov2019-01-241-0/+19
|
* new struct idAleksey Kladov2019-01-2412-106/+200
|
* add StructIdAleksey Kladov2019-01-241-0/+19
|
* update ide_api to new hirAleksey Kladov2019-01-245-10/+14
|
* remove DefKind::FunctionAleksey Kladov2019-01-242-6/+4
|
* Functions use new id schemeAleksey Kladov2019-01-2413-201/+297
|
* add FunctionIdAleksey Kladov2019-01-241-0/+23
|
* Change ids strategyAleksey Kladov2019-01-2426-431/+366
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* encapsulate hir locationsAleksey Kladov2019-01-247-74/+45
|
* Add a commentJeremy Kolb2019-01-241-0/+1
|
* Fix snapJeremy A. Kolb2019-01-232-6/+12
|
* Add a bunch of new documentation to completionsJeremy A. Kolb2019-01-233-20/+54
|
* Add way of getting docs from the code model and use for completionJeremy A. Kolb2019-01-235-20/+72
|
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-233-2/+4
|
*-. Merge #617 #618bors[bot]2019-01-231-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]>
| * | Use npm ci instead of installHirokazu Hata2019-01-231-2/+2
| | |
* | | More correct raw ident handlingJosh Robson Chase2019-01-233-5/+58
| | |
* | | 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-233-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | 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-232-2/+2
| |/
* / drop obsolete commentAleksey Kladov2019-01-231-1/+0
|/
* assign DefIds when loweringAleksey Kladov2019-01-234-107/+99
|
* 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
|
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-2312-108/+109
|
* 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
* generalize marking infrastructureAleksey Kladov2019-01-236-86/+91
|
* :arrow_up: instaAleksey Kladov2019-01-233-3/+3
|
* 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
| |