Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move adt to adt | Aleksey Kladov | 2019-01-24 | 3 | -24/+23 |
| | |||||
* | Kill DefId | Aleksey Kladov | 2019-01-24 | 2 | -31/+11 |
| | |||||
* | kill DefKindc | Aleksey Kladov | 2019-01-24 | 3 | -55/+15 |
| | |||||
* | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 4 | -12/+2 |
| | |||||
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 13 | -186/+104 |
| | |||||
* | generalize | Aleksey Kladov | 2019-01-24 | 1 | -4/+17 |
| | |||||
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 8 | -47/+86 |
| | |||||
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 6 | -92/+72 |
| | |||||
* | generalize boilerplate | Aleksey Kladov | 2019-01-24 | 3 | -39/+51 |
| | |||||
* | remove dead code | Aleksey Kladov | 2019-01-24 | 1 | -11/+1 |
| | |||||
* | removed untyped typabledef | Aleksey Kladov | 2019-01-24 | 1 | -26/+3 |
| | |||||
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 4 | -6/+12 |
| | |||||
* | move enum variant to the new API | Aleksey Kladov | 2019-01-24 | 6 | -142/+97 |
| | |||||
* | remove useless aliases | Aleksey Kladov | 2019-01-24 | 3 | -38/+14 |
| | |||||
* | macro-generate froms | Aleksey Kladov | 2019-01-24 | 4 | -78/+17 |
| | |||||
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 4 | -46/+45 |
| | |||||
* | kill unused defs | Aleksey Kladov | 2019-01-24 | 2 | -7/+0 |
| | |||||
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 9 | -143/+191 |
| | |||||
* | introduce EnumId | Aleksey Kladov | 2019-01-24 | 1 | -0/+19 |
| | |||||
* | new struct id | Aleksey Kladov | 2019-01-24 | 12 | -106/+200 |
| | |||||
* | add StructId | Aleksey Kladov | 2019-01-24 | 1 | -0/+19 |
| | |||||
* | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 5 | -10/+14 |
| | |||||
* | remove DefKind::Function | Aleksey Kladov | 2019-01-24 | 2 | -6/+4 |
| | |||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 13 | -201/+297 |
| | |||||
* | add FunctionId | Aleksey Kladov | 2019-01-24 | 1 | -0/+23 |
| | |||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 26 | -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 | ||||
* | Merge #624 | bors[bot] | 2019-01-24 | 7 | -74/+45 |
|\ | | | | | | | | | | | | | | | 624: encapsulate hir locations r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 7 | -74/+45 |
|/ | |||||
* | Merge #621 | bors[bot] | 2019-01-24 | 9 | -43/+138 |
|\ | | | | | | | | | | | | | | | | | 621: Completion docs for code model r=kjeremy a=kjeremy Adds a way to access documentation through the code model and exposes it to completions. Also allows us to document enum variants. Co-authored-by: Jeremy A. Kolb <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Add a comment | Jeremy Kolb | 2019-01-24 | 1 | -0/+1 |
| | | |||||
| * | Fix snap | Jeremy A. Kolb | 2019-01-23 | 2 | -6/+12 |
| | | |||||
| * | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 3 | -20/+54 |
| | | |||||
| * | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 5 | -20/+72 |
| | | |||||
| * | Make EnumVariant a DocCommentsOwner | Jeremy A. Kolb | 2019-01-23 | 3 | -2/+4 |
|/ | |||||
*-. | Merge #617 #618 | bors[bot] | 2019-01-23 | 3 | -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 subcommand | Hirokazu Hata | 2019-01-23 | 2 | -1/+5 |
| | | | |||||
| * | | Use npm ci instead of install | Hirokazu Hata | 2019-01-23 | 1 | -2/+2 |
| | | | |||||
* | | | Merge #619 | bors[bot] | 2019-01-23 | 3 | -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 handling | Josh Robson Chase | 2019-01-23 | 3 | -5/+58 |
|/ / / | |||||
* | | | Merge #616 | bors[bot] | 2019-01-23 | 8 | -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 idents | Josh Robson Chase | 2019-01-23 | 22 | -78/+39 |
| | | | |||||
| * | | Add raw idents to lexer and parser | Josh Robson Chase | 2019-01-23 | 26 | -40/+124 |
|/ / | |||||
* | | Merge #615 | bors[bot] | 2019-01-23 | 4 | -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 type | Hirokazu Hata | 2019-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | Bumpup lsp-types to v0.55.0 | Hirokazu Hata | 2019-01-23 | 3 | -6/+6 |
| |/ | |||||
* / | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 |
|/ | |||||
* | Merge #614 | bors[bot] | 2019-01-23 | 1 | -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.md | Hirokazu Hata | 2019-01-23 | 1 | -0/+73 |
| | | |||||
* | | Merge #613 | bors[bot] | 2019-01-23 | 4 | -107/+99 |
|\ \ | |/ |/| | | | | | | | | | | | 613: assign DefIds when lowering r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 4 | -107/+99 |
|/ |