| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Dont ask me why... | Veetaha | 2020-08-21 | 1 | -1/+0 |
|/ |
|
* | Align diagnostics config with the rest of rust-analyzer | Aleksey Kladov | 2020-08-18 | 1 | -6/+6 |
* | Merge #5682 | bors[bot] | 2020-08-18 | 1 | -0/+9 |
|\ |
|
| * | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-14 | 1 | -2/+2 |
| |\ |
|
| * | | Restore final newline in package.json | Igor Aleksanov | 2020-08-13 | 1 | -1/+1 |
| * | | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-12 | 3 | -12/+6 |
| |\ \ |
|
| * | | | Add a configuration option for the vscode extension | Igor Aleksanov | 2020-08-12 | 1 | -1/+10 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #5776 #5780 | bors[bot] | 2020-08-17 | 1 | -0/+3 |
|\ \ \ \ \
| | | |_|/
| | |/| | |
|
| * / | | | Fix eslint errors on .eslintrc.js and rollup.config.js | xiaofa | 2020-08-16 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge #5782 | bors[bot] | 2020-08-17 | 2 | -2/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix StatusNotification | vsrs | 2020-08-17 | 2 | -2/+5 |
| | |/
| |/| |
|
* / | | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 1 | -2/+2 |
|/ / |
|
* | | Merge #5697 | bors[bot] | 2020-08-10 | 1 | -8/+2 |
|\ \ |
|
| * | | Remove 'as any' | Jeremy Kolb | 2020-08-09 | 1 | -1/+1 |
| * | | Remove workaround for semantic token flickering | Jeremy Kolb | 2020-08-09 | 1 | -7/+1 |
* | | | Fix no inlay hints / unresolved tokens until manual edit | Veetaha | 2020-08-08 | 1 | -3/+3 |
|/ / |
|
* / | Fix typo in settings description | Rüdiger Herrmann | 2020-08-08 | 1 | -1/+1 |
|/ |
|
* | Merge #5513 | bors[bot] | 2020-07-31 | 1 | -2/+10 |
|\ |
|
| * | delete empty line | Urban Dove | 2020-07-26 | 1 | -1/+0 |
| * | try select correct workspace in vscode multi workspace | Urban Dove | 2020-07-26 | 1 | -2/+11 |
* | | flycheck: Added checkOnSave.noDefaultFeatures | Clemens Wasser | 2020-07-30 | 1 | -0/+8 |
* | | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 2 | -2/+4 |
* | | Add toggle for experimental diagnostics | Jonas Schievink | 2020-07-24 | 1 | -5/+10 |
* | | SSR: Fix a typescript lint warning | David Lattimore | 2020-07-24 | 1 | -1/+1 |
* | | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 2 | -3/+13 |
|/ |
|
* | Merge #5480 | bors[bot] | 2020-07-23 | 1 | -0/+4 |
|\ |
|
| * | Fix snippetTextEdits applying to other files | Timo Freiberg | 2020-07-22 | 1 | -0/+4 |
* | | ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ... | James Leitch | 2020-07-23 | 2 | -3/+10 |
|/ |
|
* | Bump lodash from 4.17.15 to 4.17.19 in /editors/code | dependabot[bot] | 2020-07-16 | 1 | -3/+3 |
* | Automatically reload project info on Cargo.toml changes | Aleksey Kladov | 2020-07-10 | 1 | -0/+5 |
* | Workaround rollup messing up default imports | Veetaha | 2020-07-08 | 1 | -1/+4 |
* | Gzip artifacts | Veetaha | 2020-07-07 | 2 | -16/+17 |
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 4 | -0/+44 |
*---. | Merge #5235 #5236 #5241 | bors[bot] | 2020-07-07 | 2 | -4/+2 |
|\ \ \ |
|
| | * | | Disable ES module interop | Laurențiu Nicola | 2020-07-06 | 2 | -4/+2 |
| | |/ |
|
* | / | Consider EPERM error as other vscode processes using rust-analyzer | Veetaha | 2020-07-07 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix: allow for binaries from $PATH to pass validity check | Veetaha | 2020-07-06 | 1 | -6/+2 |
|/ |
|
* | Revert "Dispose logger on extension deactivation" | Veetaha | 2020-07-05 | 2 | -6/+0 |
* | Dispose logger on extension deactivation | Veetaha | 2020-07-05 | 2 | -0/+6 |
* | Improve client logging (use output channel and more log levels) | Veetaha | 2020-07-05 | 4 | -18/+49 |
* | Merge #5203 | bors[bot] | 2020-07-03 | 1 | -1/+1 |
|\ |
|
| * | Fix typo in description of vscode setting | Paul Daniel Faria | 2020-07-03 | 1 | -1/+1 |
* | | Merge #5202 | bors[bot] | 2020-07-03 | 5 | -13/+191 |
|\ \
| |/
|/| |
|
| * | Fix workspaceRoot | vsrs | 2020-07-03 | 1 | -1/+3 |
| * | code linting | vsrs | 2020-07-03 | 3 | -32/+32 |
| * | Add tests | vsrs | 2020-07-03 | 4 | -10/+128 |
| * | Add runnable env support. | vsrs | 2020-07-03 | 4 | -11/+69 |
* | | Pass CodeActionKind through our middleware to populate menus | Jeremy Kolb | 2020-07-02 | 1 | -2/+4 |
|/ |
|
* | Merge #5188 | bors[bot] | 2020-07-02 | 3 | -1/+46 |
|\ |
|
| * | Implement StatusBar | Aleksey Kladov | 2020-07-02 | 3 | -1/+46 |