aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge #4010bors[bot]2020-04-178-17/+83
|\ \ \ \ \ \
| * | | | | | Simplify Diagnostic structureAleksey Kladov2020-04-176-51/+8
| * | | | | | Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-175-21/+89
| * | | | | | Don't expose impl details of SyntaxPtrAleksey Kladov2020-04-178-14/+55
* | | | | | | Merge #4009bors[bot]2020-04-171-9/+10
|\ \ \ \ \ \ \
| * | | | | | | Better snippet when completing trait methodAleksey Kladov2020-04-171-9/+10
| |/ / / / / /
* | | | | | | Merge #4004bors[bot]2020-04-172-2/+6
|\ \ \ \ \ \ \
| * | | | | | | Use mmap for proc macro libsLaurențiu Nicola2020-04-172-2/+6
| |/ / / / / /
* | | | | | | Merge #3996bors[bot]2020-04-172-6/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix path for proc-macro in nightly / stable buildEdwin Cheng2020-04-162-6/+2
* | | | | | | Reduce allocations when looking up proc macro declLaurențiu Nicola2020-04-171-37/+35
| |/ / / / / |/| | | | |
* | | | | | 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-1614-29/+201
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix extern_process argsEdwin Cheng2020-04-162-8/+22
| * | | | Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-1611-18/+43
| * | | | Add tests for proc_macroEdwin Cheng2020-04-161-1/+88
| * | | | Add config for proc_macroEdwin Cheng2020-04-163-1/+11
| * | | | Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-166-13/+49
* | | | | Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-164-9/+7
* | | | | Merge #3979bors[bot]2020-04-163-3/+51
|\ \ \ \ \
| * | | | | fix false positive for enum with no variantsJosh Mcguigan2020-04-163-3/+51
| | |_|_|/ | |/| | |
* | | | | Test for non-working proc macro server assoc typesFlorian Diebold2020-04-161-0/+68
* | | | | Switch Chalk to recursive solverFlorian Diebold2020-04-165-40/+53
* | | | | Update ChalkFlorian Diebold2020-04-162-5/+6
| |/ / / |/| | |
| | | |
| \ \ \
*-. \ \ \ 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-159-32/+191
|\ \ \ \ \ \ \ \
| | | * | | | | | 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-132-8/+11
| * | | | | | Nicer display of closures in Chalk logsFlorian Diebold2020-04-131-2/+22
| |/ / / / /
* | | | | | Merge #3963bors[bot]2020-04-152-16/+69
|\ \ \ \ \ \
| * | | | | | Upgrade ChalkFlorian Diebold2020-04-132-16/+69
| |/ / / / /
* | | | | | Merge #3969bors[bot]2020-04-152-28/+28
|\ \ \ \ \ \
| * | | | | | Change add_function assist to use todo!()Timo Freiberg2020-04-132-28/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge #3978bors[bot]2020-04-154-4/+4
|\ \ \ \ \ \
| * | | | | | insta 0.16kjeremy2020-04-144-4/+4
| |/ / / / /
* | | | | | 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