Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| * | | Add master config for inlayHints to make disabling easy | Aleksey Kladov | 2020-05-08 | 3 | -7/+13 | |
| * | | Use the correct color for structs | Aleksey Kladov | 2020-05-07 | 1 | -0/+3 | |
| * | | Better mapping to TextMate scopes for keywords | Aleksey Kladov | 2020-05-06 | 1 | -0/+6 | |
| * | | package.json: Minor configuration spelling fix | Sean Bright | 2020-05-06 | 1 | -1/+1 | |
| |/ | ||||||
* | | "rust-analyzer.debug.openDebugPane" | vsrs | 2020-05-08 | 1 | -1/+1 | |
* | | Add CodeLLDB Rust visualization | vsrs | 2020-05-07 | 2 | -2/+3 | |
* | | Add separate settings for each debug engine. | vsrs | 2020-05-07 | 2 | -5/+8 | |
* | | Add additional debug options | vsrs | 2020-05-07 | 3 | -3/+21 | |
* | | Uniformed way to get Debug Lens target executable. | vsrs | 2020-05-06 | 2 | -28/+37 | |
|/ | ||||||
* | Drop dead code and a dependency! | veetaha | 2020-05-05 | 3 | -135/+0 | |
* | add the allFeatures flag (true by default) | guigui64 | 2020-05-05 | 1 | -0/+5 | |
* | Merge #4166 | bors[bot] | 2020-05-05 | 1 | -0/+8 | |
|\ | ||||||
| * | Rename `defaultTarget` to target | Christophe MASSOLIN | 2020-05-05 | 1 | -2/+2 | |
| * | [config] rename cargo.defaultTarget | Christophe MASSOLIN | 2020-04-27 | 1 | -1/+1 | |
| * | Started rust-analyzer.cargo.defaultTarget implementation | Christophe MASSOLIN | 2020-04-26 | 1 | -0/+8 | |
* | | Fix typo in markdownDescription | szunami | 2020-05-04 | 1 | -1/+1 | |
* | | Specify cotributed semanticTokenTypes in package.json | Aleksey Kladov | 2020-05-04 | 1 | -0/+4 | |
* | | Remove `workspaceLoaded` setting | Andrew Chin | 2020-05-02 | 1 | -5/+0 | |
* | | Merge #4222 | bors[bot] | 2020-04-30 | 4 | -13/+194 | |
|\ \ | ||||||
| * | | fixed lint warning | vsrs | 2020-04-30 | 1 | -1/+1 | |
| * | | Removed unnecessary extraArgs for cargo invocation | vsrs | 2020-04-30 | 2 | -6/+3 | |
| * | | Fixed tsfmt and eslint errors. | vsrs | 2020-04-30 | 2 | -19/+19 | |
| * | | pass Cargo errors to the Debug output channel | vsrs | 2020-04-30 | 3 | -7/+19 | |
| * | | MS C++ tools on linux | vsrs | 2020-04-29 | 1 | -1/+2 | |
| * | | better configuration enum items | vsrs | 2020-04-29 | 3 | -13/+16 | |
| * | | Configuration settings and source maps support | vsrs | 2020-04-29 | 4 | -10/+52 | |
| * | | ms-vscode.cpptools debugger support, initial version. | vsrs | 2020-04-28 | 2 | -12/+138 |