aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge #4305bors[bot]2020-05-057-28/+90
|\ | | | | | | | | | | | | | | 4305: Favor types for record type struct in name resolution r=matklad a=edwin0cheng Fixed #4235 Co-authored-by: Edwin Cheng <[email protected]>
| * invert ifEdwin Cheng2020-05-051-3/+3
| |
| * Change union resolve types onlyEdwin Cheng2020-05-042-2/+2
| |
| * Change favor_types to has_constructorEdwin Cheng2020-05-043-9/+9
| |
| * Remove unused importEdwin Cheng2020-05-041-2/+2
| |
| * Add test for issueEdwin Cheng2020-05-041-0/+29
| |
| * Fix testEdwin Cheng2020-05-041-16/+16
| |
| * Favor types for Record in name resolutionEdwin Cheng2020-05-044-12/+45
| |
* | Merge #4265bors[bot]2020-05-051-3/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | 4265: Make `change_visibility` assist work for tuple struct fields r=matklad a=Jesse-Bakker Fixes #4206 Co-authored-by: Jesse Bakker <[email protected]>
| * | Make `change_visibility` assist work for tuple struct field visibilityJesse Bakker2020-05-021-3/+10
| | |
| | |
| \ \
*-. \ \ Merge #4306 #4308bors[bot]2020-05-053-9/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4306: Make incremental sync opt-out and fix line index rebuild r=matklad a=lnicola 4308: Update server binary paths in docs r=matklad a=Coder-256 Fixed incorrect macOS path and converted to a list. Also, should the Windows path include `matklad.rust-analyzer`? (I can't check) Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Jacob Greenfield <[email protected]>
| | * | | Update server binary pathsJacob Greenfield2020-05-041-1/+5
| | | | | | | | | | | | | | | Fixed macOS path and converted to a list
| * | | | Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5
| | | | |
| * | | | Make incremental sync opt-outLaurențiu Nicola2020-05-041-3/+3
| |/ / /
* | | | Merge #4307bors[bot]2020-05-051-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4307: [manual] Improve requirements and editor wording r=matklad a=oblitum Co-authored-by: Francisco Lopes <[email protected]>
| * | | | [manual] Improve requirements and editor wordingFrancisco Lopes2020-05-041-3/+3
| |/ / /
* | | | Merge #4313bors[bot]2020-05-054-22/+15
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 4313: refactor: use attrsOwner directly in is_cfg_enabled r=edwin0cheng a=bnjjj As promised @edwin0cheng here is the PR to resolve the comment [here](https://github.com/rust-analyzer/rust-analyzer/pull/4285#discussion_r419200375). Co-authored-by: Benjamin Coenen <[email protected]>
| * | | refactor: use attrsOwner directly in is_cfg_enabledBenjamin Coenen2020-05-054-22/+15
|/ / / | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #4303bors[bot]2020-05-042-4/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4303: Remove false positive attr compleitons r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
| | | |
* | | | Merge #4301bors[bot]2020-05-041-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4301: Fix typo in markdownDescription r=matklad a=szunami Co-authored-by: szunami <[email protected]>
| * | | | Fix typo in markdownDescriptionszunami2020-05-041-1/+1
|/ / / /
* | | | Merge #4300bors[bot]2020-05-042-26/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4300: Cleanup attribute completion r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Qualify ast typesAleksey Kladov2020-05-041-6/+5
| | | |
| * | | Cleanup importsAleksey Kladov2020-05-041-4/+6
| | | |
| * | | Remove unnecessary conditionAleksey Kladov2020-05-041-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | No tests fail, and quick manual testing shows that there are no false-positives. In general, each completion contributor should be independent from the others.
* | | | Merge #4299bors[bot]2020-05-041-33/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4299: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | SimplifyAleksey Kladov2020-05-041-33/+34
|/ / /
* | | Merge #4297bors[bot]2020-05-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4297: refactor: use parent instead ancestors for use alias r=matklad a=bnjjj Linked to this comment https://github.com/rust-analyzer/rust-analyzer/pull/4269/files#r419343670 Co-authored-by: Benjamin Coenen <[email protected]>
| * | | refactor: use parent instead ancestors for use aliasBenjamin Coenen2020-05-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | Merge #4298bors[bot]2020-05-041-13/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4298: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | SimplifyAleksey Kladov2020-05-041-13/+13
|/ / /
* | | Merge #4295bors[bot]2020-05-041-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4295: Specify cotributed semanticTokenTypes in package.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Specify cotributed semanticTokenTypes in package.jsonAleksey Kladov2020-05-041-0/+4
| | | |
* | | | Merge #4283bors[bot]2020-05-042-104/+80
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4283: Support macro for trait items r=matklad a=edwin0cheng Fixed #4039 r? @flodiebold Co-authored-by: Edwin Cheng <[email protected]> Co-authored-by: Edwin Cheng <[email protected]>
| * | | Fixes names for collect_item funtionsEdwin Cheng2020-05-041-25/+14
| | | |
| * | | Remove whitespacesEdwin Cheng2020-05-031-1/+1
| | | |
| * | | Support macro for trait itemsEdwin Cheng2020-05-032-101/+88
| | | |
| | | |
| \ \ \
*-. \ \ \ Merge #4269 #4293bors[bot]2020-05-044-0/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4269: add support of use alias semantic in definition r=matklad a=bnjjj close #4202 4293: no doctests for flycheck r=matklad a=matklad bors r+ 🤖 Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>
| | * | | | no doctests for flycheckAleksey Kladov2020-05-041-0/+3
| | | | | |
| * | | | | add support of use alias semantic in definition #4202Benjamin Coenen2020-05-022-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202Benjamin Coenen2020-05-02313-11706/+13661
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | wipBenjamin Coenen2020-05-013-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | | Merge #4292bors[bot]2020-05-042-8/+12
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4292: Fix focus range for TypeParam r=matklad a=matklad closes #4274 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Fix focus range for TypeParamAleksey Kladov2020-05-042-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | closes #4274
* | | | | | Merge #4291bors[bot]2020-05-042-5/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4291: Add test marks r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Add test marksAleksey Kladov2020-05-042-5/+10
|/ / / / /
* | | | | Merge #4282bors[bot]2020-05-042-18/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4282: More name hints omitting heuristics r=matklad a=SomeoneToIgnore Omit parameter name hints for cases like the first two parameters from the screenshot: <img width="394" alt="Screenshot 2020-05-03 at 15 06 34" src="https://user-images.githubusercontent.com/2690773/80914717-165b2f80-8d56-11ea-8675-040972f70d98.png"> Co-authored-by: Kirill Bulatov <[email protected]>
| * | | | | Code review fixesKirill Bulatov2020-05-041-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Edwin Cheng <[email protected]>
| * | | | | Move snake case method to heckKirill Bulatov2020-05-032-15/+16
| | | | | |