Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 7 | -74/+45 |
| | |||||
* | 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 | 1 | -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 install | Hirokazu Hata | 2019-01-23 | 1 | -2/+2 |
| | | | |||||
* | | | More correct raw ident handling | Josh Robson Chase | 2019-01-23 | 3 | -5/+58 |
| | | | |||||
* | | | 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 | 3 | -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 type | Hirokazu Hata | 2019-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | Bumpup lsp-types to v0.55.0 | Hirokazu Hata | 2019-01-23 | 2 | -2/+2 |
| |/ | |||||
* / | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 |
|/ | |||||
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 4 | -107/+99 |
| | |||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 3 | -9/+40 |
| | |||||
* | refactor | Aleksey Kladov | 2019-01-23 | 1 | -98/+81 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-01-23 | 1 | -24/+20 |
| | |||||
* | better names | Aleksey Kladov | 2019-01-23 | 1 | -14/+13 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 12 | -108/+109 |
| | |||||
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 5 | -13/+52 |
| | |||||
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 7 | -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 infrastructure | Aleksey Kladov | 2019-01-23 | 6 | -86/+91 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 3 | -3/+3 |
| |