Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vscode-postrefactor: add achtung comment | Veetaha | 2020-03-14 | 1 | -0/+4 |
* | vscode-postrefactor: remove remainders of debug logging | Veetaha | 2020-03-14 | 1 | -1/+0 |
* | vscode-postrefactor: unhandled promise rejections shall not pass | Veetaha | 2020-03-14 | 1 | -1/+1 |
* | vscode-postrefactor: compare dates by value, not by reference | Veetaha | 2020-03-14 | 1 | -2/+2 |
* | vscode-postrefactor: eliminate my-mistake floating promise @matklad | Veetaha | 2020-03-14 | 1 | -1/+1 |
* | vscode-postrefactor: global storages | Veetaha | 2020-03-14 | 1 | -20/+19 |
* | vscode: put comma back | Veetaha | 2020-03-14 | 1 | -1/+1 |
* | vscode: make bailing out on custom serverPath more evident | Veetaha | 2020-03-14 | 2 | -10/+8 |
* | vscode: npm run fix | Veetaha | 2020-03-14 | 2 | -4/+4 |
* | vscode: amend server installation logic to account for nightlies | Veetaha | 2020-03-14 | 3 | -52/+57 |
* | vscode: add nightly extension installation logic | Veetaha | 2020-03-14 | 1 | -0/+131 |
* | vscode: prepare config for nightlies | Veetaha | 2020-03-14 | 1 | -15/+96 |
* | vscode: prepare package.json for nightlies | Veetaha | 2020-03-14 | 2 | -3/+16 |
* | vscode: get release date from release info | Veetaha | 2020-03-14 | 2 | -14/+7 |
* | vscode-prerefactor: add some utility functions | Veetaha | 2020-03-14 | 1 | -6/+63 |
* | vscode-prerefactor: merge two files into downloads.ts | Veetaha | 2020-03-14 | 2 | -50/+46 |
* | Merge #3566 | bors[bot] | 2020-03-12 | 11 | -62/+73 |
|\ | |||||
| * | Fix docs | Aleksey Kladov | 2020-03-12 | 1 | -2/+3 |
| * | Simpler deserialization | Aleksey Kladov | 2020-03-12 | 6 | -28/+38 |
| * | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 6 | -35/+35 |
|/ | |||||
* | Merge #3543 | bors[bot] | 2020-03-12 | 12 | -43/+150 |
|\ | |||||
| * | Make maxLength nullable again | Steffen Lyngbaek | 2020-03-12 | 2 | -3/+6 |
| * | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 11 | -85/+41 |
| * | Deduplicate some Inlay definitions | Steffen Lyngbaek | 2020-03-11 | 3 | -36/+31 |
| * | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 10 | -45/+77 |
| * | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 13 | -34/+155 |
* | | Merge #3559 | bors[bot] | 2020-03-12 | 4 | -6/+79 |
|\ \ | |||||
| * | | Update comment | Edwin Cheng | 2020-03-11 | 1 | -4/+4 |
| * | | Add test on hover | Edwin Cheng | 2020-03-11 | 1 | -0/+19 |
| * | | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 4 | -6/+60 |
* | | | Merge #3556 | bors[bot] | 2020-03-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables ... | Matthias Krüger | 2020-03-11 | 1 | -1/+1 |
* | | | | Merge #3564 | bors[bot] | 2020-03-12 | 11 | -458/+722 |
|\ \ \ \ | |||||
| * | | | | Handle diagnostics with multiple primary spans | Emil Lauridsen | 2020-03-12 | 11 | -527/+554 |
| * | | | | Correctly handle multi-line fixes from cargo/clippy | Emil Lauridsen | 2020-03-12 | 5 | -30/+267 |
* | | | | | Merge pull request #3562 from FireofGods/display_for_node | Aleksey Kladov | 2020-03-12 | 3 | -1/+648 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | implementing Display for enums too. | Fireassember | 2020-03-11 | 2 | -2/+643 |
| * | | | | added fmt::Display as a supertrait for AstNode and changed generation. | Fireassember | 2020-03-06 | 2 | -1/+7 |
* | | | | | Merge #3558 | bors[bot] | 2020-03-11 | 3 | -2/+49 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix parsing of stement-ish binary expressions | Aleksey Kladov | 2020-03-11 | 3 | -2/+49 |
|/ / / / | |||||
* | | | | Merge #3557 | bors[bot] | 2020-03-11 | 2 | -154/+222 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Continue multiline non-doc comment blocks | Aleksey Kladov | 2020-03-11 | 1 | -3/+35 |
| * | | | Split on enter tests | Aleksey Kladov | 2020-03-11 | 1 | -15/+28 |
| * | | | Move on enter to a separate module | Aleksey Kladov | 2020-03-11 | 2 | -154/+177 |
|/ / / | |||||
* | | | Merge #3549 | bors[bot] | 2020-03-11 | 20 | -72/+320 |
|\ \ \ | |||||
| * | | | Add extern source | Edwin Cheng | 2020-03-11 | 8 | -11/+49 |
| * | | | Add and fix tests | Edwin Cheng | 2020-03-10 | 2 | -60/+141 |
| * | | | Setup Env in world | Edwin Cheng | 2020-03-10 | 3 | -8/+52 |
| * | | | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 5 | -3/+48 |
| * | | | Add ExternSourceId and env functions | Edwin Cheng | 2020-03-10 | 1 | -0/+27 |