Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat | DJMcNab | 2019-01-24 | 1 | -15/+16 |
* | Apply suggestions from code review | Daniel McNab | 2019-01-24 | 1 | -2/+1 |
* | Dedupe PATH_FIRST in ATOM_EXPR_FIRST | DJMcNab | 2019-01-24 | 1 | -7/+2 |
* | Support universal function call syntax in function calls | DJMcNab | 2019-01-24 | 6 | -6/+226 |
* | Merge #627 | bors[bot] | 2019-01-24 | 1 | -1/+1 |
|\ | |||||
| * | Use stable toolchain | Jeremy Kolb | 2019-01-24 | 1 | -1/+1 |
* | | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 2 | -1/+55 |
|/ | |||||
* | minor rename | Aleksey Kladov | 2019-01-24 | 1 | -4/+4 |
* | 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 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | 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 |
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 6 | -86/+91 |
* | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 3 | -3/+3 |
* | 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 |
* | | ad status command | Aleksey Kladov | 2019-01-22 | 6 | -0/+49 |
* | | Simplify CallInfo label and documentation | Jeremy A. Kolb | 2019-01-22 | 1 | -40/+7 |
* | | :arrow_up: rowan | Aleksey Kladov | 2019-01-22 | 2 | -1/+5 |
* | | 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 |
|\ | |||||
| * | Update snaps | Jeremy A. Kolb | 2019-01-22 | 79 | -316/+595 |
| * | Move docs to Function | Jeremy Kolb | 2019-01-22 | 3 | -13/+18 |
| * | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 3 | -1/+15 |
| * | Teach CompletionItem about documentation | Jeremy Kolb | 2019-01-22 | 2 | -2/+26 |
* | | Merge #592 | bors[bot] | 2019-01-22 | 5 | -37/+91 |
|\ \ | |||||
| * | | No need for is_type_start | Erlend Tobiassen | 2019-01-22 | 2 | -9/+1 |
| * | | Prefer TYPE_FIRST | Erlend Tobiassen | 2019-01-22 | 1 | -4/+4 |