Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
|\ \ | ||||||
| | * | 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 | |
|\ \ \ | ||||||
| * | | | More correct raw ident handling | Josh Robson Chase | 2019-01-23 | 3 | -5/+58 | |
|/ / / | ||||||
* | | | Merge #616 | bors[bot] | 2019-01-23 | 8 | -8/+53 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | 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 | |
|\ \ | ||||||
| * | | 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 | |
|\ | ||||||
| * | 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 | |
|\ \ | |/ |/| | ||||||
| * | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 4 | -107/+99 | |
|/ | ||||||
* | Merge #612 | bors[bot] | 2019-01-23 | 4 | -143/+152 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | Merge #610 | bors[bot] | 2019-01-23 | 12 | -108/+109 | |
|\ | ||||||
| * | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 12 | -108/+109 | |
|/ | ||||||
* | Merge #608 | bors[bot] | 2019-01-23 | 11 | -60/+124 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | Merge #606 | bors[bot] | 2019-01-23 | 6 | -86/+91 | |
|\ | ||||||
| * | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 6 | -86/+91 | |
|/ | ||||||
* | Merge #605 | bors[bot] | 2019-01-23 | 4 | -59/+62 | |
|\ | ||||||
| * | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 4 | -59/+62 | |
|/ | ||||||
* | Merge #603 | bors[bot] | 2019-01-23 | 30 | -135/+179 | |
|\ | ||||||
| * | fix completion bugs | gfreezy | 2019-01-23 | 30 | -135/+179 | |
|/ | ||||||
* | Merge #598 | bors[bot] | 2019-01-23 | 15 | -31/+92 | |
|\ | ||||||
| * | Move label from hir to ide_api | Jeremy A. Kolb | 2019-01-22 | 2 | -24/+25 | |
| * | Add function signature to CompletionItem detail | Jeremy A. Kolb | 2019-01-22 | 16 | -30/+90 | |
* | | Merge #602 | bors[bot] | 2019-01-22 | 11 | -0/+70 | |
|\ \ | ||||||
| * | | document status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+2 | |
| * | | ad status command | Aleksey Kladov | 2019-01-22 | 10 | -0/+68 | |
|/ / | ||||||
* | | Merge #601 | bors[bot] | 2019-01-22 | 1 | -40/+7 | |
|\ \ | ||||||
| * | | Simplify CallInfo label and documentation | Jeremy A. Kolb | 2019-01-22 | 1 | -40/+7 | |
|/ / | ||||||
* | | Merge #600 | bors[bot] | 2019-01-22 | 3 | -4/+8 | |
|\ \ | ||||||
| * | | :arrow_up: rowan | Aleksey Kladov | 2019-01-22 | 3 | -4/+8 | |
|/ / | ||||||
* | | Merge #599 | bors[bot] | 2019-01-22 | 3 | -1/+41 | |
|\ \ | |/ |/| | ||||||
| * | Add test for placeholder parameters in trait fn defs | Erlend Tobiassen | 2019-01-22 | 3 | -0/+40 | |
| * | Allow placeholder parameters in trait fn defs | Erlend Tobiassen | 2019-01-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #593 | bors[bot] | 2019-01-22 | 83 | -319/+641 | |
|\ |