aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
...
| * "rust-analyzer.debug" commandvsrs2020-05-114-106/+144
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* | Merge #4400bors[bot]2020-05-131-0/+3
|\ \
| * | Leave statics aloneGeorge Fraser2020-05-121-3/+0
| * | Mark up statics and mutablesGeorge Fraser2020-05-121-0/+6
* | | Merge #4440bors[bot]2020-05-132-51/+59
|\ \ \
| * | | Bump packageskjeremy2020-05-132-50/+58
| * | | vscode engine 1.45kjeremy2020-05-121-1/+1
| |/ /
* | | Merge #4083bors[bot]2020-05-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix "show syntax tree" commandveetaha2020-05-101-1/+1
* | | Use .rust suffix on scopesGeorge Fraser2020-05-122-10/+10
* | | Put sigil back to keyword.operatorGeorge Fraser2020-05-101-2/+2
* | | Change lifetimes back to keyword-ish, tweak builtins for consistency between ...George Fraser2020-05-102-7/+10
* | | Color `as` as a keywordGeorge Fraser2020-05-101-2/+2
* | | No longer trueGeorge Fraser2020-05-101-6/+0
* | | Color core types as types, not keywordsGeorge Fraser2020-05-101-5/+5
* | | Color sigil like keywordGeorge Fraser2020-05-101-1/+1
* | | Color lifetimes like typesGeorge Fraser2020-05-101-12/+4
* | | Import built-in textmate grammar, with no changesGeorge Fraser2020-05-103-0/+698
* | | Tweak the textmate fallback scopes to be consistent with builtin TextMate gra...George Fraser2020-05-101-8/+8
| |/ |/|
* | Word fixEdwin Cheng2020-05-101-1/+1
|/
* Merge remote-tracking branch 'upstream/master' into uniformed_debug_lensvsrs2020-05-086-46/+85
|\
| * Merge #4329bors[bot]2020-05-084-40/+67
| |\
| | * Fix cargo not found on macos bug at vscode extension sideveetaha2020-05-063-7/+48
| | * Preliminary refactoring of cargo.tsveetaha2020-05-062-33/+19
| * | Add master config for inlayHints to make disabling easyAleksey Kladov2020-05-083-7/+13
| * | Use the correct color for structsAleksey Kladov2020-05-071-0/+3
| * | Better mapping to TextMate scopes for keywordsAleksey Kladov2020-05-061-0/+6
| * | package.json: Minor configuration spelling fixSean Bright2020-05-061-1/+1
| |/
* | "rust-analyzer.debug.openDebugPane"vsrs2020-05-081-1/+1
* | Add CodeLLDB Rust visualizationvsrs2020-05-072-2/+3
* | Add separate settings for each debug engine.vsrs2020-05-072-5/+8
* | Add additional debug optionsvsrs2020-05-073-3/+21
* | Uniformed way to get Debug Lens target executable.vsrs2020-05-062-28/+37
|/
* Drop dead code and a dependency!veetaha2020-05-053-135/+0
* add the allFeatures flag (true by default)guigui642020-05-051-0/+5
* Merge #4166bors[bot]2020-05-051-0/+8
|\
| * Rename `defaultTarget` to targetChristophe MASSOLIN2020-05-051-2/+2
| * [config] rename cargo.defaultTargetChristophe MASSOLIN2020-04-271-1/+1
| * Started rust-analyzer.cargo.defaultTarget implementationChristophe MASSOLIN2020-04-261-0/+8
* | Fix typo in markdownDescriptionszunami2020-05-041-1/+1
* | Specify cotributed semanticTokenTypes in package.jsonAleksey Kladov2020-05-041-0/+4
* | Remove `workspaceLoaded` settingAndrew Chin2020-05-021-5/+0
* | Merge #4222bors[bot]2020-04-304-13/+194
|\ \
| * | fixed lint warningvsrs2020-04-301-1/+1
| * | Removed unnecessary extraArgs for cargo invocationvsrs2020-04-302-6/+3
| * | Fixed tsfmt and eslint errors.vsrs2020-04-302-19/+19
| * | pass Cargo errors to the Debug output channelvsrs2020-04-303-7/+19
| * | MS C++ tools on linuxvsrs2020-04-291-1/+2
| * | better configuration enum itemsvsrs2020-04-293-13/+16