aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1751-364/+1126
|\
| * Merge #3995bors[bot]2020-04-163-149/+150
| |\
| | * Unmix error handling when discovering workspacesAleksey Kladov2020-04-163-75/+41
| | * Decouple project loading from project discovery a bitAleksey Kladov2020-04-163-128/+163
| * | Merge #3958bors[bot]2020-04-1617-29/+208
| |\ \
| | * | Remove ci changesEdwin Cheng2020-04-161-4/+0
| | * | Fix extern_process argsEdwin Cheng2020-04-162-8/+22
| | * | Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-1614-26/+47
| | * | Add tests for proc_macroEdwin Cheng2020-04-162-1/+92
| | * | Add config for proc_macroEdwin Cheng2020-04-165-1/+22
| | * | Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-166-13/+49
| * | | Merge #3994bors[bot]2020-04-164-9/+7
| |\ \ \ | | | |/ | | |/|
| | * | Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-164-9/+7
| |/ /
| * | Merge #3992bors[bot]2020-04-161-10/+10
| |\ \
| | * | cargo updatekjeremy2020-04-161-10/+10
| |/ /
| * | Merge #3979bors[bot]2020-04-163-3/+51
| |\ \
| | * | fix false positive for enum with no variantsJosh Mcguigan2020-04-163-3/+51
| * | | Merge #3990bors[bot]2020-04-165-40/+121
| |\ \ \
| | * | | Test for non-working proc macro server assoc typesFlorian Diebold2020-04-161-0/+68
| | * | | Switch Chalk to recursive solverFlorian Diebold2020-04-165-40/+53
| |/ / /
| * | | Merge #3989bors[bot]2020-04-163-11/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Update ChalkFlorian Diebold2020-04-163-11/+12
| |/ /
| * | Merge #3948bors[bot]2020-04-161-2/+3
| |\ \
| | * | fix: inlay hints config desyncronization between the frontend and the backendveetaha2020-04-111-2/+3
| * | | Merge #3962bors[bot]2020-04-151-1/+1
| |\ \ \
| | * | | Fix parentModule shortcut conflictIgor Żuk2020-04-131-1/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge #3966 #3968bors[bot]2020-04-155-16/+119
| |\ \ \ \ \
| | | * | | | Remove format from syntax_bridge hot pathEdwin Cheng2020-04-131-5/+6
| | * | | | | Add support for bounds on associated types in trait definitionsFlorian Diebold2020-04-134-11/+113
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge #3964 #3965 #3967bors[bot]2020-04-1510-32/+192
| |\ \ \ \ \ \ \
| | | | * | | | | Handle `Self::Type` in trait definitions when referring to own associated typeFlorian Diebold2020-04-133-5/+38
| | | | |/ / / /
| | | * / / / / Implement inline associated type boundsFlorian Diebold2020-04-136-17/+120
| | | |/ / / /
| | * | | | | Nicer display of projections in Chalk logsFlorian Diebold2020-04-133-8/+12
| | * | | | | Nicer display of closures in Chalk logsFlorian Diebold2020-04-131-2/+22
| | |/ / / /
| * | | | | Merge #3963bors[bot]2020-04-153-22/+88
| |\ \ \ \ \
| | * | | | | Upgrade ChalkFlorian Diebold2020-04-133-22/+88
| | |/ / / /
| * | | | | Merge #3969bors[bot]2020-04-154-29/+30
| |\ \ \ \ \
| | * | | | | Change add_function assist to use todo!()Timo Freiberg2020-04-134-29/+30
| | | |_|_|/ | | |/| | |
| * | | | | Merge #3976bors[bot]2020-04-152-20/+20
| |\ \ \ \ \
| | * | | | | Bump @types/vscode and vscode-languageclientkjeremy2020-04-142-20/+20
| | |/ / / /
| * | | | | Merge #3978bors[bot]2020-04-155-6/+6
| |\ \ \ \ \
| | * | | | | insta 0.16kjeremy2020-04-145-6/+6
| | |/ / / /
| * | | | | Merge #3971bors[bot]2020-04-155-4/+127
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | diagnostics cli, iterate over membersJosh Mcguigan2020-04-152-19/+27
| | * | | | cli diagnostics walk filesJosh Mcguigan2020-04-143-50/+51
| | * | | | add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan2020-04-144-3/+117
| | |/ / /
* | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-174-77/+52
* | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-167-113/+103
* | | | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-154-31/+196
* | | | | add sort_text to sort in editor viewBenjamin Coenen2020-04-142-8/+12