aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| |/ / /
* | | | Merge #3961bors[bot]2020-04-131-3/+30
|\ \ \ \
| * | | | Fix PRIceSentry2020-04-131-14/+8
| * | | | Generalize test and clean up importsIceSentry2020-04-131-8/+7
| * | | | Fix double comma when merge imports on second lineIceSentry2020-04-131-3/+37
| |/ / /
* | | | Merge #3960bors[bot]2020-04-134-58/+141
|\ \ \ \ | |/ / / |/| | |
| * | | handle tuple patterns with ellipsisJosh Mcguigan2020-04-134-58/+141
* | | | Merge #3957bors[bot]2020-04-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove more unnecessary bracesLaurențiu Nicola2020-04-121-2/+2
|/ / /
* | | Merge #3938bors[bot]2020-04-122-12/+253
|\ \ \
| * | | missing match arm add test cases to demonstrate enum tuple struct with ellips...Josh Mcguigan2020-04-121-0/+64
| * | | missing match arms add test cases to demonstrate behavior of tuple with patternJosh Mcguigan2020-04-121-0/+75
| * | | missing match arm add test for partially diverging typeJosh Mcguigan2020-04-111-0/+21
| * | | missing match arms add tests for match expression divergingJosh Mcguigan2020-04-111-0/+77
| * | | fix match arm false positiveJosh Mcguigan2020-04-112-12/+16
* | | | Merge #3955bors[bot]2020-04-1119-97/+149
|\ \ \ \
| * | | | Align grammar for record patterns and literalsAleksey Kladov2020-04-1118-90/+145
| * | | | Remove dead codeAleksey Kladov2020-04-111-7/+4
* | | | | Merge #3953bors[bot]2020-04-111-6/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove #[should_panic] from call_info testsJeremy Kolb2020-04-111-6/+15
|/ / / /
* | | | Merge #3925bors[bot]2020-04-115-1/+262
|\ \ \ \
| * | | | Generate docGeoffrey Copin2020-04-112-0/+30
| * | | | Fix doc testsGeoffrey Copin2020-04-111-2/+1
| * | | | Add documentation commentGeoffrey Copin2020-04-111-0/+16
| * | | | Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-114-49/+48