Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 3 | -12/+7 |
| | |||||
* | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 |
| | |||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 3 | -4/+4 |
| | |||||
* | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 3 | -4/+4 |
| | |||||
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 3 | -3/+3 |
| | |||||
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 6 | -30/+18 |
| | |||||
* | remove Cancelable from static&const API | Aleksey Kladov | 2019-01-15 | 1 | -4/+4 |
| | |||||
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 3 | -5/+5 |
| | |||||
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 3 | -7/+6 |
| | |||||
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 3 | -7/+6 |
| | |||||
* | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 5 | -14/+12 |
| | |||||
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 7 | -14/+12 |
| | |||||
* | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | update salsa | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | Merge #546 | bors[bot] | 2019-01-15 | 13 | -155/+309 |
|\ | | | | | | | | | | | | | | | 546: replace `assert_dbg_eq` with Insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 13 | -155/+309 |
| | | |||||
* | | Fix type inference for raw (byte) strings | Marcus Klaas de Vries | 2019-01-14 | 1 | -3/+2 |
|/ | |||||
* | Remove duplication | Jeremy Kolb | 2019-01-14 | 1 | -74/+23 |
| | |||||
* | Add visibility to hover | Jeremy Kolb | 2019-01-14 | 1 | -9/+41 |
| | |||||
* | fix go to parent module | Aleksey Kladov | 2019-01-13 | 2 | -2/+21 |
| | |||||
* | goto defenition works for type-inferred methods | Aleksey Kladov | 2019-01-13 | 1 | -2/+49 |
| | |||||
* | Tweak message shown for query fallback | Pascal Hertleif | 2019-01-13 | 1 | -1/+5 |
| | | | | Small tweak for #518 | ||||
* | Add an explanatory message when we use the Query fallback | DJMcNab | 2019-01-13 | 2 | -10/+36 |
| | |||||
* | Add bench runnable and code lens | Jeremy Kolb | 2019-01-12 | 1 | -0/+5 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 2 | -2/+2 |
| | |||||
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 2 | -4/+62 |
| | |||||
* | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 2 | -0/+36 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 3 | -6/+6 |
| | | | | This is much clearer about the semantics | ||||
* | kill NavTarget ptr | Aleksey Kladov | 2019-01-11 | 1 | -6/+2 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-01-11 | 7 | -96/+105 |
| | |||||
* | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 2 | -6/+8 |
| | |||||
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 5 | -94/+98 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-11 | 1 | -5/+2 |
| | |||||
* | reshuffle nones | Aleksey Kladov | 2019-01-11 | 1 | -21/+10 |
| | |||||
* | refactor nav target | Aleksey Kladov | 2019-01-11 | 1 | -20/+29 |
| | |||||
* | Make from_syntax private | Aleksey Kladov | 2019-01-11 | 2 | -14/+11 |
| | |||||
* | move nav to a separate file | Aleksey Kladov | 2019-01-11 | 2 | -73/+88 |
| | |||||
* | group feature modules | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 3 | -4/+109 |
| | |||||
* | Merge #470 | bors[bot] | 2019-01-10 | 2 | -8/+10 |
|\ | | | | | | | | | | | | | | | | | | | 470: Type inference for enum variants r=flodiebold a=marcusklaas Opened a new PR instead of https://github.com/rust-analyzer/rust-analyzer/pull/461. Totally botched that one. I think I resolved all the issues mentioned there. Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -10/+5 |
| | | | | | | | | | | | | We already have their names when anyway, and when in all (current) situations where we're interested in an Enum's variants, we want their names. | ||||
| * | Implement type inference for enum variants | Marcus Klaas de Vries | 2019-01-10 | 2 | -8/+15 |
| | | |||||
* | | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 4 | -6/+26 |
|/ | |||||
* | Merge #475 | bors[bot] | 2019-01-10 | 2 | -7/+26 |
|\ | | | | | | | | | | | | | | | | | | | | | 475: Show types of fields in completion r=matklad a=matklad ![image](https://user-images.githubusercontent.com/1711539/50910524-0f146200-143f-11e9-84d6-0ba80761cd89.png) r? @flodiebold Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | show field types in completion | Aleksey Kladov | 2019-01-09 | 2 | -9/+16 |
| | | |||||
| * | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |
| | | |||||
* | | use unwinding for cancelation | Aleksey Kladov | 2019-01-10 | 2 | -19/+37 |
|/ | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -0/+41 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 4 | -16/+16 |
| |