aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3321 from kjeremy/semantic-clientAleksey Kladov2020-02-262-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Enable SemanticTokens on the clientJeremy Kolb2020-02-262-0/+4
* | | | Merge pull request #3314 from edwin0cheng/original-range-recursiveAleksey Kladov2020-02-262-14/+57
|\ \ \ \
| * | | | Remove duplicate commentEdwin Cheng2020-02-261-1/+0
| * | | | Add recursive support in original_rangeEdwin Cheng2020-02-262-14/+58
| |/ / /
* | | | Merge pull request #3320 from matklad/no-depAleksey Kladov2020-02-263-26/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unnecessary depAleksey Kladov2020-02-263-26/+8
|/ / /
* | | Merge pull request #3318 from matklad/cleanupAleksey Kladov2020-02-265-101/+90
|\ \ \
| * | | Remove dead codeAleksey Kladov2020-02-262-25/+9
| * | | Reduce visibilityAleksey Kladov2020-02-263-76/+81
* | | | Merge pull request #3222 from matklad/identityAleksey Kladov2020-02-2649-979/+1027
|\| | |
| * | | Refactor primary IDE APIAleksey Kladov2020-02-2649-979/+1027
|/ / /
* | | Merge pull request #3317 from matklad/no-unicaseAleksey Kladov2020-02-263-19/+0
|\ \ \
| * | | Actually drop unicase dependencyAleksey Kladov2020-02-263-19/+0
* | | | Merge pull request #3316 from matklad/dedupAleksey Kladov2020-02-263-101/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Remove code duplication in testsAleksey Kladov2020-02-263-101/+74
|/ / /
* | | Merge #3307bors[bot]2020-02-256-41/+131
|\ \ \ | |/ / |/| |
| * | Rename back to highlight and check event's again highlight rangekjeremy2020-02-252-40/+54
| * | Semantic RangesJeremy Kolb2020-02-256-16/+92
|/ /
* | Merge #3305bors[bot]2020-02-251-11/+13
|\ \
| * | SimplifyAleksey Kladov2020-02-251-11/+13
* | | Merge #3304bors[bot]2020-02-252-3/+3
|\ \ \ | |/ / |/| |
| * | :arrow_up: rowanAleksey Kladov2020-02-252-3/+3
|/ /
* | Merge #3303bors[bot]2020-02-252-15/+7
|\ \
| * | SimplifyAleksey Kladov2020-02-252-15/+7
|/ /
* | Merge #3298bors[bot]2020-02-254-65/+74
|\ \
| * | Bump chalk and replace TypeFamily with InternerLaurențiu Nicola2020-02-244-65/+74
* | | Merge #3302bors[bot]2020-02-252-13/+14
|\ \ \
| * | | Replace generic with a concrete typeAleksey Kladov2020-02-252-13/+14
* | | | Merge #3295bors[bot]2020-02-253-21/+42
|\ \ \ \ | |/ / / |/| | |
| * | | vscode: wrap non-single-line if body with curlies as per matkladVeetaha2020-02-241-3/+5
| * | | vscode: remove type assertionVeetaha2020-02-242-2/+3
| * | | add error handling to fetchArtifactReleaseInfo(), throw Error when no artifac...Veetaha2020-02-241-19/+37
| |/ /
* | | Merge #3159bors[bot]2020-02-259-40/+247
|\ \ \
| * | | Add docsJeremy Kolb2020-02-251-0/+8
| * | | Teach the server about Semantic Tokens proposed LSPkjeremy2020-02-259-40/+239
* | | | Merge #3299bors[bot]2020-02-2515-198/+203
|\ \ \ \ | |/ / / |/| | |
| * | | vscode: migrate rust-analyzer-api to import * as lc as per matklad and kjeremyVeetaha2020-02-241-23/+23
| * | | vscode: run fmtVeetaha2020-02-241-1/+1
| * | | vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha2020-02-242-31/+16
| * | | vscode: migrate syntax_tree to rust-analyzer-api.tsVeetaha2020-02-241-20/+7
| * | | vscode: migrate ssr to rust-analyzer-api.tsVeetaha2020-02-241-11/+5
| * | | vscode: migrate runnables to rust-analyzer-api.tsVeetaha2020-02-241-22/+7
| * | | vscode: migrate parent_module to rust-analyzer-api.tsVeetaha2020-02-241-7/+3
| * | | vscode: migrate on_enter to rust-analyzer-api.tsVeetaha2020-02-241-14/+7
| * | | vscode: migrate matching_brace to rust-analyzer-api.tsVeetaha2020-02-241-12/+3
| * | | vscode: migrate join_lines to rust-analyzer-api.tsVeetaha2020-02-241-13/+4
| * | | vscode: migrate collectGarbage to rust-analyzer-api.tsVeetaha2020-02-241-5/+4
| * | | vscode: migrate expand_macro to rust-analyzer-api.tsVeetaha2020-02-241-13/+5
| * | | vscode: migrate analyzer_status to rust-analyzer-api.tsVeetaha2020-02-241-4/+2