Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
| * | | 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 lif... | Erlend Tobiassen | 2019-01-22 | 2 | -12/+24 |
| * | | 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 |
|\ \ | |/ |/| | |||||
| * | fold macros | Aleksey Kladov | 2019-01-22 | 1 | -1/+12 |
|/ | |||||
* | Merge #591 | bors[bot] | 2019-01-21 | 4 | -25/+68 |
|\ | |||||
| * | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 4 | -25/+68 |
|/ | |||||
* | Merge #590 | bors[bot] | 2019-01-21 | 29 | -55/+159 |
|\ | |||||
| * | Use insta for ty tests | Florian Diebold | 2019-01-21 | 29 | -55/+159 |
* | | Merge #588 | bors[bot] | 2019-01-21 | 4 | -9/+9 |
|\ \ | |/ |/| | |||||
| * | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 |
|/ | |||||
* | Merge #586 | bors[bot] | 2019-01-21 | 3 | -3/+27 |
|\ | |||||
| * | Fix panic trying to get substs on unknown type | Florian Diebold | 2019-01-21 | 3 | -3/+27 |
|/ | |||||
* | 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 |
* | 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 |
* | complete completion section | Aleksey Kladov | 2019-01-21 | 1 | -0/+34 |
* | start completions walkthrough | Aleksey Kladov | 2019-01-21 | 1 | -0/+12 |
* | write about type inference | Aleksey Kladov | 2019-01-21 | 1 | -1/+28 |
* | source map pattern | Aleksey Kladov | 2019-01-21 | 1 | -0/+57 |
* | guide about recursive macto magic | Aleksey Kladov | 2019-01-21 | 1 | -11/+53 |
* | start chapter about interners | Aleksey Kladov | 2019-01-21 | 1 | -2/+28 |
* | finish modules section | Aleksey Kladov | 2019-01-21 | 1 | -9/+10 |
* | add guide | Aleksey Kladov | 2019-01-21 | 1 | -0/+364 |
* | Merge #582 | bors[bot] | 2019-01-21 | 6 | -30/+312 |
|\ | |||||
| * | postfix completion | gfreezy | 2019-01-21 | 6 | -30/+312 |
* | | Merge #581 | bors[bot] | 2019-01-21 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | typos fix | gfreezy | 2019-01-21 | 1 | -4/+4 |
|/ | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 54 | -318/+2206 |
|\ | |||||
| * | fix tests | gfreezy | 2019-01-20 | 8 | -19/+19 |
| * | workaround for trigger character | gfreezy | 2019-01-20 | 1 | -1/+5 |
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 48 | -295/+305 |
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 47 | -755/+619 |
| * | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 54 | -313/+2320 |