| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-08-10 | Remove unecessary joinPaths | André Oliveira | -4/+4 |
| 2021-08-10 | Include the needed node_modules files in the final extension bundle | André Oliveira | -0/+4 |
| 2021-08-10 | Formatting issues | André Oliveira | -11/+11 |
| 2021-08-10 | replace let by const | André Oliveira | -2/+2 |
| 2021-08-10 | Remove debug logs | André Oliveira | -5/+1 |
| 2021-08-10 | Reduce path handling code | André Oliveira | -4/+6 |
| 2021-08-10 | Add more features to the rendering | André Oliveira | -32/+45 |
| 2021-08-10 | Use local node_modules to allow the graph to load offline | André Oliveira | -10/+34 |
| 2021-08-10 | Use d3-graphviz for rendering crates graph on the extension side | André Oliveira | -4/+31 |
| 2021-08-10 | vscode extension: use esbuild instead of rollup. | Mukund Lakshman | -373/+24 |
| 2021-08-09 | internal: remove client-side support for latest requests | Aleksey Kladov | -14/+5 |
| 2021-08-03 | Give better error message when the rust-analyzer binar path was set in the us... | Ryan Levick | -1/+6 |
| 2021-08-01 | Exclude `rust-analyzer.server.path` from VS Code's sync feature | Gianluca Recchia | -0/+1 |
| 2021-07-30 | feat: gate custom clint-side commands behind capabilities | Aleksey Kladov | -0/+14 |
| 2021-07-27 | lint: Format the typescript files properly | Alexander Gonzalez | -13/+13 |
| 2021-07-27 | docs: Update the lsp-extensions.md with the Hover Range capability | Alexander Gonzalez | -1/+1 |
| 2021-07-27 | refactor: Make handle_hover handle ranges too | Alexander Gonzalez | -42/+8 |
| 2021-07-27 | fix: Unregister the removed command | Alexander Gonzalez | -1/+0 |
| 2021-07-27 | refactor: Remove unnecessary command | Alexander Gonzalez | -24/+0 |
| 2021-07-27 | feat: Completed the client side implementation of rust-analyzer/hoverRange | Alexander Gonzalez | -11/+89 |
| 2021-07-23 | Removed all dead config accessors. | Kevin DeLorey | -17/+0 |
| 2021-07-23 | removed dead code | Kevin DeLorey | -9/+0 |
| 2021-07-22 | Updated docs. | Kevin DeLorey | -20/+20 |
| 2021-07-22 | Initial commit of highlight related configuration w/ implementation. | Kevin DeLorey | -0/+29 |
| 2021-07-22 | mention files.watcherExclude | Damien Elmes | -1/+1 |
| 2021-07-19 | minor update to excludeDirs doc | Damien Elmes | -1/+1 |
| 2021-07-13 | Rename the old server before update | Laurențiu Nicola | -1/+41 |
| 2021-07-10 | Remove unnecessary .vscodeignore entry | Laurențiu Nicola | -1/+0 |
| 2021-07-10 | Update eslint | Laurențiu Nicola | -118/+153 |
| 2021-07-10 | Update vsce | Laurențiu Nicola | -33/+18 |
| 2021-07-10 | Update vscode | Laurențiu Nicola | -2/+2 |
| 2021-07-10 | Update @types/node | Laurențiu Nicola | -24/+24 |
| 2021-07-10 | Update @types/node-fetch | Laurențiu Nicola | -15/+15 |
| 2021-07-10 | Update tslib | Laurențiu Nicola | -1/+1 |
| 2021-07-10 | Update typescript | Laurențiu Nicola | -8/+8 |
| 2021-07-10 | Update mocha | Laurențiu Nicola | -117/+106 |
| 2021-07-10 | Update npm packages | Laurențiu Nicola | -140/+128 |
| 2021-07-10 | Update vsce | Laurențiu Nicola | -23/+38 |
| 2021-07-10 | Make .vscodeignore more strict | Laurențiu Nicola | -0/+3 |
| 2021-07-10 | Set output.exports to make rollup happy | Laurențiu Nicola | -1/+2 |
| 2021-07-10 | Update vsce a little | Laurențiu Nicola | -2/+2 |
| 2021-07-10 | Update plugin-node-resolve | Laurențiu Nicola | -9/+9 |
| 2021-07-10 | Update typescript | Laurențiu Nicola | -8/+8 |
| 2021-07-10 | Update eslint some more | Laurențiu Nicola | -71/+46 |
| 2021-07-10 | Update rollup | Laurențiu Nicola | -8/+8 |
| 2021-07-10 | Update eslint plugins | Laurențiu Nicola | -120/+149 |
| 2021-07-10 | Update eslint | Laurențiu Nicola | -2/+2 |
| 2021-07-10 | Update @types/node | Laurențiu Nicola | -8/+8 |
| 2021-07-05 | feat: make join lines behavior configurable | Aleksey Kladov | -0/+15 |
| 2021-07-02 | Add "View Crate Graph (Full)" | Jonas Schievink | -3/+24 |
