aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #1153bors[bot]2019-04-171-0/+10
|\
| * Breaks read loop on 'exit'Roberto Vidal2019-04-163-5/+17
| * Fixes doctestRoberto Vidal2019-04-161-1/+1
| * Adds "restart server" commandRoberto Vidal2019-04-162-6/+4
* | Add mbe stmt matcherEdwin Cheng2019-04-177-72/+119
|/
* fix testAleksey Kladov2019-04-141-17/+6
* add a couple of profiling pointsAleksey Kladov2019-04-143-0/+6
* more intuitive nameAleksey Kladov2019-04-141-11/+15
* filter by timeAleksey Kladov2019-04-142-26/+39
* cleanup syntaxAleksey Kladov2019-04-142-8/+24
* fast path for disabled profilerAleksey Kladov2019-04-141-8/+16
* switch to modern pathsAleksey Kladov2019-04-141-5/+5
* Refactor method candidate generation a bitFlorian Diebold2019-04-144-55/+176
* Merge #1137bors[bot]2019-04-149-55/+142
|\
| * Modifies runnables test to use multi-workspace rootRoberto Vidal2019-04-142-29/+68
| * Sends cwd info for runnables and code lensesRoberto Vidal2019-04-147-4/+36
| * Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-144-25/+41
* | Merge #1138bors[bot]2019-04-1413-243/+560
|\ \
| * | Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-1410-33/+307
| * | Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-125-218/+255
| * | Add L_DOLLAR and R_DOLLAREdwin Cheng2019-04-112-0/+6
* | | Extract generic_params method to a HasGenericParams traitFlorian Diebold2019-04-147-37/+33
* | | Add Container enum to handle both kinds of container (impl/trait)Florian Diebold2019-04-144-17/+58
* | | Make callable signature handling a bit nicerFlorian Diebold2019-04-142-47/+36
* | | Some cleanupFlorian Diebold2019-04-143-98/+111
* | | More trait infrastructureFlorian Diebold2019-04-1411-51/+333
* | | Get substs for trait refs in impl blocksFlorian Diebold2019-04-146-44/+85
| |/ |/|
* | replace usages of `algo::generate` with `iter::successors` from stdRobin Freyler2019-04-136-24/+17
* | cleanupsAleksey Kladov2019-04-132-13/+12
* | slight encapsulationAleksey Kladov2019-04-132-9/+13
* | move ScopeEntryWithSyntaxAleksey Kladov2019-04-134-37/+34
* | drop obsolete fixmeAleksey Kladov2019-04-132-5/+4
* | make expr scope stuff privateAleksey Kladov2019-04-131-11/+9
* | make resolver privateAleksey Kladov2019-04-136-26/+23
* | hide resolverAleksey Kladov2019-04-134-9/+17
* | fold ScopeWithSyntax into SourceAnalyzerAleksey Kladov2019-04-137-193/+159
* | make stuff privateAleksey Kladov2019-04-131-3/+3
* | obsolete fixmAleksey Kladov2019-04-131-1/+0
* | make privateAleksey Kladov2019-04-131-1/+1
* | only def-with-body remainsAleksey Kladov2019-04-131-13/+3
* | generalizeAleksey Kladov2019-04-131-15/+7
* | simplifyAleksey Kladov2019-04-131-10/+5
* | simplifyAleksey Kladov2019-04-131-7/+1
* | make privateAleksey Kladov2019-04-131-1/+1
* | hide some scopesAleksey Kladov2019-04-134-23/+28
* | simplifyAleksey Kladov2019-04-122-17/+12
* | make stuff privateAleksey Kladov2019-04-121-6/+2
* | simplifyAleksey Kladov2019-04-121-54/+22
* | simplify testsAleksey Kladov2019-04-123-36/+23
* | use really correct resolver for expressionsAleksey Kladov2019-04-129-13/+27