| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #4448 | bors[bot] | 2020-05-15 | 1 | -98/+103 |
|\ |
|
| * | Runnable quick pick with buttons | vsrs | 2020-05-14 | 1 | -21/+61 |
| * | "rust-analyzer.newDebugConfig" command | vsrs | 2020-05-11 | 1 | -1/+29 |
| * | "rust-analyzer.debug" command | vsrs | 2020-05-11 | 1 | -106/+43 |
* | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -1/+1 |
* | | Merge #4083 | bors[bot] | 2020-05-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix "show syntax tree" command | veetaha | 2020-05-10 | 1 | -1/+1 |
* | | Word fix | Edwin Cheng | 2020-05-10 | 1 | -1/+1 |
|/ |
|
* | Add CodeLLDB Rust visualization | vsrs | 2020-05-07 | 1 | -1/+2 |
* | Add separate settings for each debug engine. | vsrs | 2020-05-07 | 1 | -3/+6 |
* | Add additional debug options | vsrs | 2020-05-07 | 1 | -3/+9 |
* | Uniformed way to get Debug Lens target executable. | vsrs | 2020-05-06 | 1 | -26/+33 |
* | Removed unnecessary extraArgs for cargo invocation | vsrs | 2020-04-30 | 1 | -1/+1 |
* | Fixed tsfmt and eslint errors. | vsrs | 2020-04-30 | 1 | -7/+7 |
* | pass Cargo errors to the Debug output channel | vsrs | 2020-04-30 | 1 | -1/+6 |
* | MS C++ tools on linux | vsrs | 2020-04-29 | 1 | -1/+2 |
* | better configuration enum items | vsrs | 2020-04-29 | 1 | -1/+1 |
* | Configuration settings and source maps support | vsrs | 2020-04-29 | 1 | -8/+25 |
* | ms-vscode.cpptools debugger support, initial version. | vsrs | 2020-04-28 | 1 | -12/+35 |
* | Refactor the workaround a bit | veetaha | 2020-04-22 | 1 | -19/+16 |
* | Work around crlf in syntax tree | veetaha | 2020-04-22 | 1 | -2/+38 |
* | Remove vscode_lldb setting | Aleksey Kladov | 2020-04-02 | 1 | -0/+4 |
* | vscode: postrefactor | veetaha | 2020-04-02 | 1 | -12/+6 |
* | vscode: postrefactor variable names | veetaha | 2020-04-02 | 1 | -8/+8 |
* | vscode: add goto definition from rust file to syntax tree editor | veetaha | 2020-04-02 | 1 | -5/+83 |
* | Merge #3817 | bors[bot] | 2020-04-02 | 1 | -1/+4 |
|\ |
|
| * | vscode: add highlighting of syntax tree | veetaha | 2020-04-02 | 1 | -1/+4 |
* | | vscode: add support for light themes and color customization for syntax tree ... | veetaha | 2020-04-01 | 1 | -2/+4 |
|/ |
|
* | vscode: small refactor | veetaha | 2020-03-31 | 1 | -1/+1 |
|\ |
|
| * | vscode: apply review nits | Veetaha | 2020-03-31 | 1 | -1/+1 |
* | | vscode: scroll to the syntax node in rust editor when highlighting | veetaha | 2020-03-31 | 1 | -1/+2 |
|/ |
|
* | vscode: use ctx.subscriptions instead of local .disposables | veetaha | 2020-03-31 | 1 | -15/+12 |
* | vscode: add syntax tree inspection hovers and highlights | veetaha | 2020-03-31 | 1 | -53/+116 |
* | vscode: fix release tag retrieval | Veetaha | 2020-03-27 | 1 | -1/+1 |
* | vscode: show release tag with along with the commit hash for RA version command | veetaha | 2020-03-26 | 1 | -2/+7 |
* | vscode: refactor analyzer status | veetaha | 2020-03-25 | 1 | -20/+11 |
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -13/+3 |
* | Separate persistent mutable state from config | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
* | Merge #3534 | bors[bot] | 2020-03-16 | 1 | -2/+1 |
|\ |
|
| * | vscode: amend server installation logic to account for nightlies | Veetaha | 2020-03-14 | 1 | -2/+1 |
* | | Merge #3540 | bors[bot] | 2020-03-16 | 1 | -7/+9 |
|\ \ |
|
| * | | Swtches to rust SSR query check | Mikhail Modin | 2020-03-15 | 1 | -7/+9 |
| |/ |
|
* | | fixup! feat: add debug code lens | Hannes De Valkeneer | 2020-03-12 | 1 | -6/+1 |
* | | fixup! feat: add debug code lens | Hannes De Valkeneer | 2020-03-12 | 1 | -2/+1 |
* | | feat: add debug code lens | Hannes De Valkeneer | 2020-03-11 | 1 | -1/+27 |
|/ |
|
* | Centralize the check for languageId on document | Julien Roncaglia | 2020-03-02 | 1 | -2/+3 |
* | vscode: run fmt | Veetaha | 2020-02-24 | 1 | -1/+1 |
* | vscode: migrate syntax_tree to rust-analyzer-api.ts | Veetaha | 2020-02-24 | 1 | -20/+7 |
* | vscode: migrate ssr to rust-analyzer-api.ts | Veetaha | 2020-02-24 | 1 | -11/+5 |
* | vscode: migrate runnables to rust-analyzer-api.ts | Veetaha | 2020-02-24 | 1 | -22/+7 |