| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 4 | -31/+53 |
| |/ / |
|
* / / | Fix phrasing in inlay hints settings | Laurențiu Nicola | 2020-05-21 | 1 | -4/+4 |
|/ / |
|
* | | 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 |
|/ |
|
* | Merge #4499 | bors[bot] | 2020-05-18 | 3 | -3/+47 |
|\ |
|
| * | Add "rust-analyzer.lens.enable" | vsrs | 2020-05-18 | 2 | -3/+10 |
| * | 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 | 2 | -0/+26 |
* | | Relax VS Code version requirement | Aleksey Kladov | 2020-05-17 | 1 | -2/+2 |
|/ |
|
* | Color macros (fixes #4462) | George Fraser | 2020-05-16 | 1 | -0/+3 |
* | Merge #4448 | bors[bot] | 2020-05-15 | 6 | -100/+254 |
|\ |
|
| * | 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 | 3 | -19/+10 |
| * | Use launch.json in Debug Lens sessions. | vsrs | 2020-05-13 | 3 | -2/+25 |
| * | DebugConfiguration simplification. | vsrs | 2020-05-11 | 1 | -1/+11 |
| * | "rust-analyzer.newDebugConfig" command | vsrs | 2020-05-11 | 4 | -3/+36 |
| * | "rust-analyzer.debug" command | vsrs | 2020-05-11 | 4 | -106/+144 |
* | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -1/+1 |
* | | Merge #4400 | bors[bot] | 2020-05-13 | 1 | -0/+3 |
|\ \ |
|
| * | | Leave statics alone | George Fraser | 2020-05-12 | 1 | -3/+0 |
| * | | Mark up statics and mutables | George Fraser | 2020-05-12 | 1 | -0/+6 |
* | | | Merge #4440 | bors[bot] | 2020-05-13 | 2 | -51/+59 |
|\ \ \ |
|
| * | | | Bump packages | kjeremy | 2020-05-13 | 2 | -50/+58 |
| * | | | vscode engine 1.45 | kjeremy | 2020-05-12 | 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 |
* | | | Use .rust suffix on scopes | George Fraser | 2020-05-12 | 2 | -10/+10 |
* | | | Put sigil back to keyword.operator | George Fraser | 2020-05-10 | 1 | -2/+2 |
* | | | Change lifetimes back to keyword-ish, tweak builtins for consistency between ... | George Fraser | 2020-05-10 | 2 | -7/+10 |
* | | | Color `as` as a keyword | George Fraser | 2020-05-10 | 1 | -2/+2 |
* | | | No longer true | George Fraser | 2020-05-10 | 1 | -6/+0 |
* | | | Color core types as types, not keywords | George Fraser | 2020-05-10 | 1 | -5/+5 |
* | | | Color sigil like keyword | George Fraser | 2020-05-10 | 1 | -1/+1 |
* | | | Color lifetimes like types | George Fraser | 2020-05-10 | 1 | -12/+4 |
* | | | Import built-in textmate grammar, with no changes | George Fraser | 2020-05-10 | 3 | -0/+698 |
* | | | Tweak the textmate fallback scopes to be consistent with builtin TextMate gra... | George Fraser | 2020-05-10 | 1 | -8/+8 |
| |/
|/| |
|
* | | Word fix | Edwin Cheng | 2020-05-10 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' into uniformed_debug_lens | vsrs | 2020-05-08 | 6 | -46/+85 |
|\ |
|
| * | Merge #4329 | bors[bot] | 2020-05-08 | 4 | -40/+67 |
| |\ |
|
| | * | Fix cargo not found on macos bug at vscode extension side | veetaha | 2020-05-06 | 3 | -7/+48 |
| | * | Preliminary refactoring of cargo.ts | veetaha | 2020-05-06 | 2 | -33/+19 |