| Commit message (Expand) | Author | Age | Files | Lines |
* | Gzip artifacts | Veetaha | 2020-07-07 | 1 | -8/+9 |
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 1 | -0/+1 |
* | Consider EPERM error as other vscode processes using rust-analyzer | Veetaha | 2020-07-07 | 1 | -1/+1 |
* | Revert "Dispose logger on extension deactivation" | Veetaha | 2020-07-05 | 1 | -2/+0 |
* | Dispose logger on extension deactivation | Veetaha | 2020-07-05 | 1 | -0/+2 |
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 1 | -3/+3 |
*---. | Merge #5089 #5161 #5184 #5185 #5186 | bors[bot] | 2020-07-02 | 1 | -7/+19 |
|\ \ \ |
|
| | | * | Force showing extension activation error pop-up notification | Veetaha | 2020-07-02 | 1 | -3/+11 |
| | |/
| |/| |
|
| | * | Always install required nightly extension if current one is not nightly | Veetaha | 2020-07-02 | 1 | -4/+8 |
| |/ |
|
* / | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 |
|/ |
|
* | Merge #5017 | bors[bot] | 2020-06-26 | 1 | -1/+1 |
|\ |
|
| * | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -1/+1 |
* | | Merge branch 'Veetaha-feat/sync-branch' | Aleksey Kladov | 2020-06-25 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr... | veetaha | 2020-06-18 | 1 | -3/+0 |
| | | |
| \ | |
*-. \ | Merge #4992 #4993 #4994 #4997 #4998 | bors[bot] | 2020-06-23 | 1 | -6/+19 |
|\ \ \ |
|
| | * | | Decouple http file stream logic from temp dir logic | Veetaha | 2020-06-22 | 1 | -2/+11 |
| |/ /
|/| | |
|
| * | | Make bootstrap error message more informative and better-fitting | Veetaha | 2020-06-22 | 1 | -4/+8 |
|/ / |
|
* | | Download artifacts into tmp dir | Veetaha | 2020-06-20 | 1 | -1/+15 |
* | | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 1 | -0/+1 |
|/ |
|
* | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 1 | -0/+1 |
* | Add `inRustProject` when-clause for commands. | vsrs | 2020-05-27 | 1 | -0/+6 |
* | Flatten commands.ts | Aleksey Kladov | 2020-05-25 | 1 | -1/+0 |
* | Introduce `toggle inlay hints` vscode command | veetaha | 2020-05-25 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 1 | -1/+1 |
|/ |
|
* | Implement client-side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 1 | -0/+1 |
* | "rust-analyzer.newDebugConfig" command | vsrs | 2020-05-11 | 1 | -0/+1 |
* | "rust-analyzer.debug" command | vsrs | 2020-05-11 | 1 | -0/+1 |
* | Fix cargo not found on macos bug at vscode extension side | veetaha | 2020-05-06 | 1 | -6/+2 |
* | vscode: log server binary path | veetaha | 2020-04-04 | 1 | -0/+2 |
* | Remove old syntax highlighting | Aleksey Kladov | 2020-04-02 | 1 | -4/+0 |
* | Pass string instread of WorkspaceFolder | Tim | 2020-03-31 | 1 | -1/+1 |
* | Remove unnecessary null check | Tim | 2020-03-31 | 1 | -3/+1 |
* | Throw error if no folder is opened | Tim | 2020-03-31 | 1 | -1/+6 |
* | Add basic task support | Tim | 2020-03-30 | 1 | -1/+8 |
* | Code review fixes | Kirill Bulatov | 2020-03-30 | 1 | -1/+1 |
* | Client side draft | Kirill Bulatov | 2020-03-30 | 1 | -0/+6 |
* | vscode: small post-refactor | veetaha | 2020-03-26 | 1 | -3/+1 |
* | vscode: fix memory leak on server restart | veetaha | 2020-03-26 | 1 | -15/+13 |
* | vscode: fix local devel | veetaha | 2020-03-26 | 1 | -4/+6 |
* | Use the right arch name for x86 (32 bit) | Aleksey Kladov | 2020-03-25 | 1 | -1/+1 |
* | Don't try to enable proposed API's on stable | Aleksey Kladov | 2020-03-24 | 1 | -7/+7 |