aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Rename `defaultTarget` to targetChristophe MASSOLIN2020-05-052-4/+4
| | | | |
| * | | | [config] remove RustcConfigChristophe MASSOLIN2020-04-271-5/+0
| | | | |
| * | | | [config] rename cargo.defaultTargetChristophe MASSOLIN2020-04-272-5/+5
| | | | |
| * | | | Started rust-analyzer.cargo.defaultTarget implementationChristophe MASSOLIN2020-04-262-0/+13
| | | | |
* | | | | Merge #4323bors[bot]2020-05-051-0/+12
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 4323: Add tests for #4306 r=kjeremy a=lnicola CC @kjeremy Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | Add tests for #4306Laurențiu Nicola2020-05-051-0/+12
| | | | |
* | | | | Merge #4320bors[bot]2020-05-053-6/+65
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4320: add doctest support r=matklad a=bnjjj close #4317 preview: <img width="253" alt="Capture d’écran 2020-05-05 à 17 39 58" src="https://user-images.githubusercontent.com/5719034/81086040-45110b80-8ef8-11ea-9c05-79c6fe400fc3.png"> Co-authored-by: Benjamin Coenen <[email protected]>
| * | | | | add doctest support #4317Benjamin Coenen2020-05-053-6/+65
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | Rename ImplItem to AssocItemEdwin Cheng2020-05-0511-75/+81
| | | | |
* | | | | 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-052-8/+8
|\ \ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]>
| * | | | | Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5
| | | | | |
| * | | | | Make incremental sync opt-outLaurențiu Nicola2020-05-041-3/+3
| |/ / / /
* / / / / refactor: use attrsOwner directly in is_cfg_enabledBenjamin Coenen2020-05-054-22/+15
|/ / / / | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
| | | |
* | | | 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.
* | | | 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]>
* | | | | SimplifyAleksey Kladov2020-05-041-13/+13
|/ / / /
* | | | 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-02294-11551/+13220
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | wipBenjamin Coenen2020-05-013-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | | Fix focus range for TypeParamAleksey Kladov2020-05-042-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | closes #4274
* | | | | | 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
| | | | | | |
| * | | | | | Omit name hints for enum names similar to parameter namesKirill Bulatov2020-05-031-12/+52
| | | | | | |
| * | | | | | Omit name hints for method names similar to parameter namesKirill Bulatov2020-05-031-13/+25
| | | | | | |
* | | | | | | Merge #4285bors[bot]2020-05-042-1/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4285: add support of cfg attributes on enum variants r=edwin0cheng a=bnjjj close #4279 Co-authored-by: Benjamin Coenen <[email protected]>
| * | | | | | | add support of cfg attributes on enum variants #4279Benjamin Coenen2020-05-032-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | | | | Merge #4286bors[bot]2020-05-041-1/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4286: Make incremental sync opt-in r=matklad a=lnicola @matklad do you want to merge this? I'd make it opt-out, but it's fine to test it more. Co-authored-by: Laurențiu Nicola <[email protected]>