Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #4664 | bors[bot] | 2020-05-31 | 4 | -220/+327 | |
|\ \ | |/ |/| | | | | | | | | | | | 4664: Generate feature documentation from code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Tweak whitespace | Aleksey Kladov | 2020-05-31 | 1 | -19/+0 | |
| | | ||||||
| * | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 3 | -96/+144 | |
| | | ||||||
| * | Doc more features | Aleksey Kladov | 2020-05-31 | 2 | -48/+7 | |
| | | ||||||
| * | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 3 | -16/+73 | |
| | | ||||||
| * | Specify actions | Aleksey Kladov | 2020-05-31 | 2 | -9/+24 | |
| | | ||||||
| * | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 3 | -54/+101 | |
| | | ||||||
* | | Merge #4562 | bors[bot] | 2020-05-30 | 1 | -0/+24 | |
|\ \ | |/ |/| | | | | | | | | | | | 4562: Assist: replace anonymous lifetime with a named one r=matklad a=jbalint (fixes #4523) Co-authored-by: Jess Balint <[email protected]> | |||||
| * | fix generated docs issue | Jess Balint | 2020-05-22 | 1 | -0/+24 | |
| | | ||||||
| * | Remove doc using `cargo xtask codegen`. | Jess Balint | 2020-05-22 | 1 | -24/+0 | |
| | | ||||||
| * | Assist: replace anonymous lifetime with a named one | Jess Balint | 2020-05-22 | 1 | -0/+24 | |
| | | | | | | | | (fixes #4523) | |||||
* | | Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically | Stephan Seitz | 2020-05-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge #4640 | bors[bot] | 2020-05-28 | 1 | -0/+10 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4640: Add `inRustProject` when-clause for commands in vscode r=vsrs a=vsrs At the moment all rust-analyzer commands always visible in the command palette, even if there is no rust project opened. This PR adds special [when-clause](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts) context. This context also might be used in key bindings. Co-authored-by: vsrs <[email protected]> Co-authored-by: vsrs <[email protected]> | |||||
| * | | Add `inRustProject` context documentation. | vsrs | 2020-05-28 | 1 | -0/+10 | |
| | | | ||||||
* | | | Link forum topic | Aleksey Kladov | 2020-05-28 | 1 | -2/+2 | |
|/ / | ||||||
* | | typo | Veetaha | 2020-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | Document inlay hints and runnables | Aleksey Kladov | 2020-05-27 | 1 | -0/+63 | |
| | | | | | | | | We want to change those, but let's document what we have in meantime | |||||
* | | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 1 | -5/+35 | |
| | | ||||||
* | | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 | |
| | | ||||||
* | | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 1 | -0/+53 | |
| | | ||||||
* | | Introduce `toggle inlay hints` vscode command | veetaha | 2020-05-25 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | Users now can assign a shortcut for this command via the general vscode keybindings ui or `keybinding.json file` Closes: #4599 | |||||
* | | Document some rust-analyzer specific protocol extensions | Aleksey Kladov | 2020-05-24 | 1 | -0/+62 | |
| | | ||||||
* | | Document matchingBrace LSP request | Aleksey Kladov | 2020-05-24 | 1 | -1/+46 | |
| | | ||||||
* | | Reorgonise extensions docs | Aleksey Kladov | 2020-05-24 | 1 | -48/+50 | |
| | | ||||||
* | | Link upstream issues | Aleksey Kladov | 2020-05-22 | 1 | -1/+7 | |
| | | ||||||
* | | CodeAction groups | Aleksey Kladov | 2020-05-22 | 1 | -2/+47 | |
|/ | ||||||
* | Use WorkspaceEdit for ssr | Aleksey Kladov | 2020-05-21 | 1 | -0/+35 | |
| | ||||||
* | Formalize JoinLines protocol extension | Aleksey Kladov | 2020-05-21 | 1 | -7/+59 | |
| | ||||||
* | Snippetify unwrap -> match | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Snippetify introduce/inline var | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Merge #4536 | bors[bot] | 2020-05-20 | 2 | -5/+5 | |
|\ | | | | | | | | | | | | | | | 4536: Fix names of launch configuration in dev docs r=kjeremy a=kuy Follows renaming of launch configurations in https://github.com/rust-analyzer/rust-analyzer/commit/80a42a0628f7655c3299fbf4c5a15e31990b35d3 Co-authored-by: Yuki Kodama <[email protected]> | |||||
| * | Fix names of launch configuration in dev docs | Yuki Kodama | 2020-05-20 | 2 | -5/+5 | |
| | | ||||||
* | | Fix GNOME spelling | Alexandre Franke | 2020-05-20 | 1 | -1/+1 | |
|/ | | | GNOME is a trademark. :-) | |||||
* | Snippetify fix_visibility | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Snippetify fill_match_arms | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Split change_ and fix_ visibility assists | Aleksey Kladov | 2020-05-20 | 1 | -0/+22 | |
| | ||||||
* | Use snippets in change_return_type_to_result | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Snippetify add_new | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Better cursor placement when adding impl members | Aleksey Kladov | 2020-05-20 | 1 | -2/+2 | |
| | ||||||
* | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 1 | -2/+2 | |
| | ||||||
* | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 1 | -0/+18 | |
| | ||||||
* | Add snippetTextEdit protocol extension | Aleksey Kladov | 2020-05-19 | 1 | -0/+34 | |
| | ||||||
* | Add snippet support for some assists | Aleksey Kladov | 2020-05-19 | 1 | -5/+5 | |
| | ||||||
* | Relax VS Code version requirement | Aleksey Kladov | 2020-05-17 | 1 | -1/+1 | |
| | ||||||
* | Update features.md | Coenen Benjamin | 2020-05-12 | 1 | -2/+12 | |
| | ||||||
* | Use RA_LOG instead of RUST_LOG for logging | Aleksey Kladov | 2020-05-11 | 2 | -2/+2 | |
| | | | | | | RUST_LOG might be set up for debugging the user's problem, slowing down rust-analyzer considerably. That's the same reason why rustc uses RUSTC_LOG. | |||||
* | Merge #4333 | bors[bot] | 2020-05-06 | 1 | -15/+8 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 4333: Update Arch Linux and ALE install instructions r=matklad a=polyzen Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201 Co-authored-by: Daniel M. Capella <[email protected]> | |||||
| * | Update Arch Linux and ALE install instructions | Daniel M. Capella | 2020-05-05 | 1 | -15/+8 | |
| | | | | | | | | | | | | | | | | Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201 | |||||
* | | Fix Windows server path | Laurențiu Nicola | 2020-05-06 | 1 | -1/+1 | |
| | | | | | | CC @Coder-256. |