| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for proc_macro | Edwin Cheng | 2020-04-16 | 1 | -1/+88 |
* | Add config for proc_macro | Edwin Cheng | 2020-04-16 | 3 | -1/+11 |
* | Add with-proc-macro in bench ,stats and diagnositcs | Edwin Cheng | 2020-04-16 | 6 | -13/+49 |
*-. | 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 | 9 | -32/+191 |
|\ \ \ \ \ |
|
| | | * | | | 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 | 2 | -8/+11 |
| * | | | Nicer display of closures in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -2/+22 |
| |/ / |
|
* | | | Merge #3963 | bors[bot] | 2020-04-15 | 2 | -16/+69 |
|\ \ \ |
|
| * | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 2 | -16/+69 |
| |/ / |
|
* | | | Merge #3969 | bors[bot] | 2020-04-15 | 2 | -28/+28 |
|\ \ \ |
|
| * | | | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 2 | -28/+28 |
* | | | | Merge #3978 | bors[bot] | 2020-04-15 | 4 | -4/+4 |
|\ \ \ \ |
|
| * | | | | insta 0.16 | kjeremy | 2020-04-14 | 4 | -4/+4 |
| |/ / / |
|
* | | | | 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 |
* | | | 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 | 18 | -96/+148 |
|\ \ \ |
|
| * | | | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 17 | -89/+144 |
| * | | | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -7/+4 |
* | | | | Remove #[should_panic] from call_info tests | Jeremy Kolb | 2020-04-11 | 1 | -6/+15 |
|/ / / |
|
* | | | Merge #3925 | bors[bot] | 2020-04-11 | 4 | -1/+247 |
|\ \ \ |
|
| * | | | Generate doc | Geoffrey Copin | 2020-04-11 | 1 | -0/+15 |
| * | | | Fix doc tests | Geoffrey Copin | 2020-04-11 | 1 | -2/+1 |
| * | | | Add documentation comment | Geoffrey Copin | 2020-04-11 | 1 | -0/+16 |
| * | | | Avoid adding a RecordFieldPat variant to the Pat enum | Geoffrey Copin | 2020-04-11 | 3 | -48/+48 |
| * | | | Remove Option unwraping | Geoffrey Copin | 2020-04-11 | 1 | -3/+3 |
| * | | | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 4 | -2/+218 |
* | | | | Merge #3951 | bors[bot] | 2020-04-11 | 17 | -121/+180 |
|\ \ \ \ |
|
| * | | | | Remove dead code | Aleksey Kladov | 2020-04-11 | 8 | -55/+40 |
| * | | | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 13 | -68/+142 |
* | | | | | Merge #3944 | bors[bot] | 2020-04-11 | 4 | -14/+65 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Look up impls by self type | Florian Diebold | 2020-04-11 | 4 | -14/+65 |