Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
* | Merge #606 | bors[bot] | 2019-01-23 | 6 | -86/+91 | |
|\ | | | | | | | | | | | | | | | 606: generalize marking infrastructure r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 6 | -86/+91 | |
|/ | ||||||
* | Merge #605 | bors[bot] | 2019-01-23 | 4 | -59/+62 | |
|\ | | | | | | | | | | | | | | | 605: :arrow_up: insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 4 | -59/+62 | |
|/ | ||||||
* | Merge #603 | bors[bot] | 2019-01-23 | 30 | -135/+179 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 603: fix completion bugs r=gfreezy a=gfreezy The result is as below. before: ![image](https://user-images.githubusercontent.com/510012/51483467-0f641400-1dd4-11e9-9921-ef21d15cc343.png) after: ![image](https://user-images.githubusercontent.com/510012/51483433-fb201700-1dd3-11e9-9730-c2a5d3dd5f5a.png) Co-authored-by: gfreezy <[email protected]> | |||||
| * | fix completion bugs | gfreezy | 2019-01-23 | 30 | -135/+179 | |
|/ | ||||||
* | Merge #598 | bors[bot] | 2019-01-23 | 15 | -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_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 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 602: add status command r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | 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 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 601: Simplify CallInfo label and documentation r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | | Simplify CallInfo label and documentation | Jeremy A. Kolb | 2019-01-22 | 1 | -40/+7 | |
|/ / | ||||||
* | | Merge #600 | bors[bot] | 2019-01-22 | 3 | -4/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 600: :arrow_up: rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | :arrow_up: rowan | Aleksey Kladov | 2019-01-22 | 3 | -4/+8 | |
|/ / | ||||||
* | | Merge #599 | bors[bot] | 2019-01-22 | 3 | -1/+41 | |
|\ \ | |/ |/| | | | | | | | | | | | 599: Allow placeholder parameters in trait function definitions r=matklad a=regiontog fixes #597 Co-authored-by: Erlend Tobiassen <[email protected]> | |||||
| * | 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 | |
|\ | | | | | | | | | | | | | | | | | | | | | 593: Docs for completion r=matklad a=kjeremy The first commit adds documentation support to CompletionItems. The second one I am unsure about. Is that the right way to add docs for functions? If so should I do something similar for other `hir` types and CompletionItems? Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | 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 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 592: Allow types to the left of `:` in where predicates r=matklad a=regiontog Adresses #584 Co-authored-by: Erlend Tobiassen <[email protected]> | |||||
| * | | 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 | |
| | | | ||||||
| * | | Update tests after allowing where predicate to accept types | Erlend Tobiassen | 2019-01-22 | 5 | -20/+68 | |
| | | | ||||||
| * | | Optimistically bail out of where clause loop if not at start of a type or ↵ | Erlend Tobiassen | 2019-01-22 | 2 | -12/+24 | |
| | | | | | | | | | | | | lifetime | |||||
| * | | Don't leave a marker hanging without completing it. | Erlend Tobiassen | 2019-01-22 | 1 | -2/+1 | |
| | | | ||||||
| * | | Allow types to the left of : in where predicates. | Erlend Tobiassen | 2019-01-22 | 1 | -24/+27 | |
| |/ | ||||||
* | | Merge #594 | bors[bot] | 2019-01-22 | 1 | -1/+12 | |
|\ \ | |/ |/| | | | | | | | | | | | 594: fold macros r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | fold macros | Aleksey Kladov | 2019-01-22 | 1 | -1/+12 | |
|/ | ||||||
* | Merge #591 | bors[bot] | 2019-01-21 | 4 | -25/+68 | |
|\ | | | | | | | | | | | | | | | 591: :arrow_up: insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 4 | -25/+68 | |
|/ | ||||||
* | Merge #590 | bors[bot] | 2019-01-21 | 29 | -55/+159 | |
|\ | | | | | | | | | | | | | | | 590: Use insta for ty tests r=matklad a=flodiebold Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | Use insta for ty tests | Florian Diebold | 2019-01-21 | 29 | -55/+159 | |
| | | ||||||
* | | Merge #588 | bors[bot] | 2019-01-21 | 4 | -9/+9 | |
|\ \ | |/ |/| | | | | | | | | | | | 588: Fix .not postfix completion r=matklad a=flodiebold The postfix snippets are awesome! I don't think the `.not` one is supposed to always replace the receiver by literally `!not` :smile: Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 | |
|/ | ||||||
* | Merge #586 | bors[bot] | 2019-01-21 | 3 | -3/+27 | |
|\ | | | | | | | | | | | | | | | 586: Fix panic trying to get substs on unknown type r=matklad a=flodiebold Fixes #585. Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | Fix panic trying to get substs on unknown type | Florian Diebold | 2019-01-21 | 3 | -3/+27 | |
|/ | | | | Fixes #585. | |||||
* | mention guide in architecture | Aleksey Kladov | 2019-01-21 | 1 | -0/+3 | |
| | ||||||
* | add illustrations | Aleksey Kladov | 2019-01-21 | 1 | -3/+12 | |
| | ||||||
* | Apply suggestions from code review | Pascal Hertleif | 2019-01-21 | 1 | -71/+71 | |
| | | | Co-Authored-By: matklad <[email protected]> | |||||
* | create a reference cycle by linking the video | Aleksey Kladov | 2019-01-21 | 1 | -3/+4 | |
| | ||||||
* | reach fixed-point for rust-analyzer spelling | Aleksey Kladov | 2019-01-21 | 1 | -8/+8 | |
| | ||||||
* | fix a ton of typos | Aleksey Kladov | 2019-01-21 | 1 | -36/+36 | |
| | ||||||
* | fix the tag | Aleksey Kladov | 2019-01-21 | 1 | -3/+5 | |
| |