| Commit message (Expand) | Author | Age | Files | Lines |
* | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 2 | -4/+4 |
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 6 | -127/+88 |
* | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 3 | -7/+9 |
* | Flatten commands.ts | Aleksey Kladov | 2020-05-25 | 4 | -109/+103 |
* | Flatten simple commands | Aleksey Kladov | 2020-05-25 | 10 | -301/+242 |
* | Remove dead code | Aleksey Kladov | 2020-05-25 | 4 | -106/+54 |
* | Introduce `toggle inlay hints` vscode command | veetaha | 2020-05-25 | 4 | -1/+14 |
* | Document matchingBrace LSP request | Aleksey Kladov | 2020-05-24 | 2 | -6/+5 |
* | Merge pull request #4538 from vsrs/vscode_tests | Aleksey Kladov | 2020-05-23 | 1 | -23/+34 |
|\ |
|
| * | Apply suggestions from @Veetaha code review | vsrs | 2020-05-21 | 1 | -10/+4 |
| * | vscode client side tests | vsrs | 2020-05-20 | 1 | -23/+40 |
* | | Merge #4555 #4575 | bors[bot] | 2020-05-23 | 1 | -1/+48 |
|\ \ |
|
| * \ | Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf | Vladimir Serov | 2020-05-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Update editors/code/src/main.ts | Cabia Rangris | 2020-05-21 | 1 | -1/+1 |
| * | | | editors/vscode: forgotten await in os check | Vladimir Serov | 2020-05-21 | 1 | -1/+1 |
| * | | | editors/vscode: patchelf-ing without intermediate files | Vladimir Serov | 2020-05-21 | 1 | -5/+5 |
| |/ / |
|
| * | | editor/vscode: lint | Vladimir Serov | 2020-05-21 | 1 | -21/+21 |
| * | | editors/vscode: removing original file after patching | Vladimir Serov | 2020-05-21 | 1 | -1/+1 |
| * | | editors/vscode: added patchelf after download | Vladimir Serov | 2020-05-21 | 1 | -1/+48 |
| |/ |
|
* | | CodeAction groups | Aleksey Kladov | 2020-05-22 | 3 | -14/+43 |
* | | Use WorkspaceEdit for ssr | Aleksey Kladov | 2020-05-21 | 2 | -5/+3 |
* | | Formalize JoinLines protocol extension | Aleksey Kladov | 2020-05-21 | 2 | -6/+10 |
* | | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 4 | -31/+53 |
|/ |
|
* | Debug lens fix for a binary. | vsrs | 2020-05-20 | 1 | -4/+8 |
* | Fix client-side snippets | Aleksey Kladov | 2020-05-19 | 1 | -1/+2 |
* | Implement client-side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 3 | -2/+81 |
* | Add snippetTextEdit protocol extension | Aleksey Kladov | 2020-05-19 | 1 | -4/+15 |
* | Add "rust-analyzer.lens.enable" | vsrs | 2020-05-18 | 1 | -0/+2 |
* | code formatting | vsrs | 2020-05-17 | 1 | -1/+1 |
* | Runnable QuickPick with debuggees only | vsrs | 2020-05-17 | 1 | -3/+14 |
* | CodeLens configuration options. | vsrs | 2020-05-17 | 1 | -0/+11 |
* | Merge #4448 | bors[bot] | 2020-05-15 | 5 | -100/+244 |
|\ |
|
| * | Fix occasional test run during debug configuration | vsrs | 2020-05-15 | 1 | -1/+5 |
| * | Fix runnable naming in the client side fallback. | vsrs | 2020-05-14 | 1 | -1/+1 |
| * | Multiple binaries support for launch.json. | vsrs | 2020-05-14 | 1 | -2/+3 |
| * | Mixed "bin" and "test" artifacts workaround. | vsrs | 2020-05-14 | 1 | -2/+7 |
| * | Multiple binaries support for launch.json. | vsrs | 2020-05-14 | 1 | -0/+5 |
| * | Fix "rust-analyzer.debug" for QuickPick binaries. | vsrs | 2020-05-14 | 1 | -0/+4 |
| * | Runnable quick pick with buttons | vsrs | 2020-05-14 | 1 | -21/+61 |
| * | Remove "rust-analyzer.debug.useLaunchJson" option | vsrs | 2020-05-14 | 2 | -14/+10 |
| * | Use launch.json in Debug Lens sessions. | vsrs | 2020-05-13 | 2 | -2/+20 |
| * | DebugConfiguration simplification. | vsrs | 2020-05-11 | 1 | -1/+11 |
| * | "rust-analyzer.newDebugConfig" command | vsrs | 2020-05-11 | 3 | -3/+31 |
| * | "rust-analyzer.debug" command | vsrs | 2020-05-11 | 3 | -106/+139 |
* | | 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 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' into uniformed_debug_lens | vsrs | 2020-05-08 | 5 | -45/+70 |
|\ |
|
| * | Merge #4329 | bors[bot] | 2020-05-08 | 4 | -40/+67 |
| |\ |
|