aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vscode-postrefactor: prefer arrow functionsVeetaha2020-03-161-1/+1
* vscode: sync package-lock.json version with package.jsonVeetaha2020-03-141-1/+1
* docs: add documentation for vscode nightliesVeetaha2020-03-141-0/+19
* vscode-postrefactor: more logging and better error handlingVeetaha2020-03-143-23/+31
* vscode-postrefactor: enforcing more reentrancyVeetaha2020-03-142-4/+7
* vscode-postrefactor: minor config refactoringsVeetaha2020-03-142-4/+5
* vscode-postrefactor: unhandled promise rejections shall not pass 2Veetaha2020-03-141-1/+1
* vscode-postrefactor: add achtung commentVeetaha2020-03-141-0/+4
* vscode-postrefactor: remove remainders of debug loggingVeetaha2020-03-141-1/+0
* vscode-postrefactor: unhandled promise rejections shall not passVeetaha2020-03-141-1/+1
* vscode-postrefactor: compare dates by value, not by referenceVeetaha2020-03-141-2/+2
* vscode-postrefactor: eliminate my-mistake floating promise @matkladVeetaha2020-03-141-1/+1
* vscode-postrefactor: global storagesVeetaha2020-03-141-20/+19
* vscode: put comma backVeetaha2020-03-141-1/+1
* vscode: make bailing out on custom serverPath more evidentVeetaha2020-03-142-10/+8
* vscode: npm run fixVeetaha2020-03-142-4/+4
* vscode: amend server installation logic to account for nightliesVeetaha2020-03-143-52/+57
* vscode: add nightly extension installation logicVeetaha2020-03-141-0/+131
* vscode: prepare config for nightliesVeetaha2020-03-141-15/+96
* vscode: prepare package.json for nightliesVeetaha2020-03-142-3/+16
* vscode: get release date from release infoVeetaha2020-03-142-14/+7
* vscode-prerefactor: add some utility functionsVeetaha2020-03-141-6/+63
* vscode-prerefactor: merge two files into downloads.tsVeetaha2020-03-142-50/+46
* Merge #3566bors[bot]2020-03-1211-62/+73
|\
| * Fix docsAleksey Kladov2020-03-121-2/+3
| * Simpler deserializationAleksey Kladov2020-03-126-28/+38
| * Make naming more uniformAleksey Kladov2020-03-126-35/+35
|/
* Merge #3543bors[bot]2020-03-1212-43/+150
|\
| * Make maxLength nullable againSteffen Lyngbaek2020-03-122-3/+6
| * Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-1211-85/+41
| * Deduplicate some Inlay definitionsSteffen Lyngbaek2020-03-113-36/+31
| * Address Issues from GithubSteffen Lyngbaek2020-03-1010-45/+77
| * Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-1013-34/+155
* | Merge #3559bors[bot]2020-03-124-6/+79
|\ \
| * | Update commentEdwin Cheng2020-03-111-4/+4
| * | Add test on hoverEdwin Cheng2020-03-111-0/+19
| * | Implement dummy assert macroEdwin Cheng2020-03-114-6/+60
* | | Merge #3556bors[bot]2020-03-121-1/+1
|\ \ \
| * | | settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables ...Matthias Krüger2020-03-111-1/+1
* | | | Merge #3564bors[bot]2020-03-1211-458/+722
|\ \ \ \
| * | | | Handle diagnostics with multiple primary spansEmil Lauridsen2020-03-1211-527/+554
| * | | | Correctly handle multi-line fixes from cargo/clippyEmil Lauridsen2020-03-125-30/+267
* | | | | Merge pull request #3562 from FireofGods/display_for_nodeAleksey Kladov2020-03-123-1/+648
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | implementing Display for enums too.Fireassember2020-03-112-2/+643
| * | | | added fmt::Display as a supertrait for AstNode and changed generation.Fireassember2020-03-062-1/+7
* | | | | Merge #3558bors[bot]2020-03-113-2/+49
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix parsing of stement-ish binary expressionsAleksey Kladov2020-03-113-2/+49
|/ / / /
* | | | Merge #3557bors[bot]2020-03-112-154/+222
|\ \ \ \ | |_|/ / |/| | |
| * | | Continue multiline non-doc comment blocksAleksey Kladov2020-03-111-3/+35
| * | | Split on enter testsAleksey Kladov2020-03-111-15/+28