| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #3994 | bors[bot] | 2020-04-16 | 4 | -9/+7 |
|\ |
|
| * | Don't expose SyntaxNodePtr impl details | Aleksey Kladov | 2020-04-16 | 4 | -9/+7 |
|/ |
|
* | Merge #3992 | bors[bot] | 2020-04-16 | 1 | -10/+10 |
|\ |
|
| * | cargo update | kjeremy | 2020-04-16 | 1 | -10/+10 |
|/ |
|
* | Merge #3979 | bors[bot] | 2020-04-16 | 3 | -3/+51 |
|\ |
|
| * | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 3 | -3/+51 |
* | | Merge #3990 | bors[bot] | 2020-04-16 | 5 | -40/+121 |
|\ \ |
|
| * | | Test for non-working proc macro server assoc types | Florian Diebold | 2020-04-16 | 1 | -0/+68 |
| * | | Switch Chalk to recursive solver | Florian Diebold | 2020-04-16 | 5 | -40/+53 |
|/ / |
|
* | | Merge #3989 | bors[bot] | 2020-04-16 | 3 | -11/+12 |
|\ \ |
|
| * | | Update Chalk | Florian Diebold | 2020-04-16 | 3 | -11/+12 |
|/ / |
|
* | | Merge #3948 | bors[bot] | 2020-04-16 | 1 | -2/+3 |
|\ \ |
|
| * | | fix: inlay hints config desyncronization between the frontend and the backend | veetaha | 2020-04-11 | 1 | -2/+3 |
* | | | Merge #3962 | bors[bot] | 2020-04-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix parentModule shortcut conflict | Igor Żuk | 2020-04-13 | 1 | -1/+1 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 5 | -16/+119 |
|\ \ \ \ \ |
|
| | * | | | | Remove format from syntax_bridge hot path | Edwin Cheng | 2020-04-13 | 1 | -5/+6 |
| * | | | | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 4 | -11/+113 |
| | |/ / /
| |/| | | |
|
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*---. \ \ \ \ | Merge #3964 #3965 #3967 | bors[bot] | 2020-04-15 | 10 | -32/+192 |
|\ \ \ \ \ \ \ |
|
| | | * | | | | | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 3 | -5/+38 |
| | | |/ / / / |
|
| | * / / / / | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 6 | -17/+120 |
| | |/ / / / |
|
| * | | | | | Nicer display of projections in Chalk logs | Florian Diebold | 2020-04-13 | 3 | -8/+12 |
| * | | | | | Nicer display of closures in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -2/+22 |
| |/ / / / |
|
* | | | | | Merge #3963 | bors[bot] | 2020-04-15 | 3 | -22/+88 |
|\ \ \ \ \ |
|
| * | | | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 3 | -22/+88 |
| |/ / / / |
|
* | | | | | Merge #3969 | bors[bot] | 2020-04-15 | 4 | -29/+30 |
|\ \ \ \ \ |
|
| * | | | | | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 4 | -29/+30 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge #3976 | bors[bot] | 2020-04-15 | 2 | -20/+20 |
|\ \ \ \ \ |
|
| * | | | | | Bump @types/vscode and vscode-languageclient | kjeremy | 2020-04-14 | 2 | -20/+20 |
| |/ / / / |
|
* | | | | | Merge #3978 | bors[bot] | 2020-04-15 | 5 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | insta 0.16 | kjeremy | 2020-04-14 | 5 | -6/+6 |
| |/ / / / |
|
* | | | | | Merge #3971 | bors[bot] | 2020-04-15 | 5 | -4/+127 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | diagnostics cli, iterate over members | Josh Mcguigan | 2020-04-15 | 2 | -19/+27 |
| * | | | | cli diagnostics walk files | Josh Mcguigan | 2020-04-14 | 3 | -50/+51 |
| * | | | | add diagnostics subcommand to rust-analyzer CLI | Josh Mcguigan | 2020-04-14 | 4 | -3/+117 |
| |/ / / |
|
* | | | | Merge #3961 | bors[bot] | 2020-04-13 | 1 | -3/+30 |
|\ \ \ \ |
|
| * | | | | Fix PR | IceSentry | 2020-04-13 | 1 | -14/+8 |
| * | | | | Generalize test and clean up imports | IceSentry | 2020-04-13 | 1 | -8/+7 |
| * | | | | Fix double comma when merge imports on second line | IceSentry | 2020-04-13 | 1 | -3/+37 |
| |/ / / |
|
* | | | | Merge #3960 | bors[bot] | 2020-04-13 | 4 | -58/+141 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | handle tuple patterns with ellipsis | Josh Mcguigan | 2020-04-13 | 4 | -58/+141 |
* | | | | Merge #3957 | bors[bot] | 2020-04-12 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove more unnecessary braces | Laurențiu Nicola | 2020-04-12 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge #3938 | bors[bot] | 2020-04-12 | 2 | -12/+253 |
|\ \ \ |
|
| * | | | missing match arm add test cases to demonstrate enum tuple struct with ellips... | Josh Mcguigan | 2020-04-12 | 1 | -0/+64 |
| * | | | missing match arms add test cases to demonstrate behavior of tuple with pattern | Josh Mcguigan | 2020-04-12 | 1 | -0/+75 |
| * | | | missing match arm add test for partially diverging type | Josh Mcguigan | 2020-04-11 | 1 | -0/+21 |
| * | | | missing match arms add tests for match expression diverging | Josh Mcguigan | 2020-04-11 | 1 | -0/+77 |
| * | | | fix match arm false positive | Josh Mcguigan | 2020-04-11 | 2 | -12/+16 |
* | | | | Merge #3955 | bors[bot] | 2020-04-11 | 19 | -97/+149 |
|\ \ \ \ |
|