aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge #5541bors[bot]2020-07-271-4/+278
|\ \ \ \ \
| * | | | | add completion for rustc lintsEmil Gardström2020-07-271-4/+278
| |/ / / /
* | | | | Merge #5543bors[bot]2020-07-271-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | :arrow_up: depsAleksey Kladov2020-07-271-12/+12
|/ / / /
* | | | Merge #5538bors[bot]2020-07-261-0/+4
|\ \ \ \
| * | | | Report type errors in metricsAleksey Kladov2020-07-261-0/+4
|/ / / /
* | | | Merge #5537bors[bot]2020-07-261-21/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | Add one more testAleksey Kladov2020-07-261-21/+50
|/ / /
* | | Merge #5531bors[bot]2020-07-256-30/+102
|\ \ \ | |/ / |/| |
| * | Add rustc-perf to metricsAleksey Kladov2020-07-256-30/+102
|/ /
* | Merge #5527bors[bot]2020-07-243-33/+52
|\ \
| * | Link metricsAleksey Kladov2020-07-241-8/+6
| * | Add self-analysis-stats to metricsAleksey Kladov2020-07-242-25/+46
|/ /
* | Merge #5520bors[bot]2020-07-244-7/+26
|\ \
| * | Add DocumentData to represent in-memory document with LSP infokjeremy2020-07-244-7/+26
* | | Merge #5525bors[bot]2020-07-241-1/+1
|\ \ \
| * | | minorAleksey Kladov2020-07-241-1/+1
* | | | Merge #5524bors[bot]2020-07-2410-103/+159
|\ \ \ \ | |/ / / |/| | |
| * | | Only display experimental diagnostics when enabledJonas Schievink2020-07-245-11/+22
| * | | Add toggle for experimental diagnosticsJonas Schievink2020-07-242-5/+14
| * | | Mark MismatchedArgCount as experimentalJonas Schievink2020-07-241-0/+3
| * | | Allow filtering diagnosticsJonas Schievink2020-07-241-3/+22
| * | | Add a builder for DiagnosticSinkJonas Schievink2020-07-244-88/+102
* | | | Real metricsAleksey Kladov2020-07-241-3/+3
* | | | Fix metricsAleksey Kladov2020-07-241-10/+20
* | | | Fix metricsAleksey Kladov2020-07-242-14/+8
* | | | Fix emailAleksey Kladov2020-07-241-1/+1
* | | | fix syntaxAleksey Kladov2020-07-241-1/+1
* | | | Fix another nameAleksey Kladov2020-07-242-3/+4
* | | | fix nameAleksey Kladov2020-07-242-2/+2
* | | | Add metricsAleksey Kladov2020-07-244-0/+255
* | | | Revert "Merge #5516"Aleksey Kladov2020-07-242-43/+32
* | | | Merge #5523bors[bot]2020-07-242-13/+21
|\ \ \ \
| * | | | MinorAleksey Kladov2020-07-242-13/+21
| | |/ / | |/| |
* | | | Merge #5522bors[bot]2020-07-241-1/+1
|\ \ \ \
| * | | | Increace tracing-tree version from 0.1.3 to 0.1.4Bram van den Heuvel2020-07-241-1/+1
| | |_|/ | |/| |
* | | | Merge #5516bors[bot]2020-07-242-32/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | Always send experimental & semantic server caps.vsrs2020-07-241-72/+36
| * | | Code formattingvsrs2020-07-241-1/+2
| * | | Send dynamic didSave only if the client supportsvsrs2020-07-242-32/+42
| * | | Prepare server capabilities based on client ones.vsrs2020-07-241-36/+72
| |/ /
* | | Merge #5518bors[bot]2020-07-2420-393/+1431
|\ \ \ | |_|/ |/| |
| * | SSR: Fix a typescript lint warningDavid Lattimore2020-07-241-1/+1
| * | SSR: Allow function calls to match method callsDavid Lattimore2020-07-246-25/+169
| * | SSR: Disable matching within use declarationsDavid Lattimore2020-07-242-1/+51
| * | SSR: Use Definition::find_usages to speed up matching.David Lattimore2020-07-245-24/+157
| * | SSR: Match paths based on what they resolve toDavid Lattimore2020-07-249-61/+482
| * | SSR: Pass current file position through to SSR code.David Lattimore2020-07-2411-32/+88
| * | SSR: Refactor to not rely on recursive search for nesting of matchesDavid Lattimore2020-07-244-27/+120
| * | SSR: Add a couple of tests for non-recursive searchDavid Lattimore2020-07-241-0/+33