Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Snippetify unwrap -> match | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Snippetify introduce/inline var | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | 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 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 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | | add Ok wrapping | Benjamin Coenen | 2020-05-06 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
*-. | Merge #4306 #4308 | bors[bot] | 2020-05-05 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4306: Make incremental sync opt-out and fix line index rebuild r=matklad a=lnicola 4308: Update server binary paths in docs r=matklad a=Coder-256 Fixed incorrect macOS path and converted to a list. Also, should the Windows path include `matklad.rust-analyzer`? (I can't check) Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Jacob Greenfield <[email protected]> | ||||
| | * | Update server binary paths | Jacob Greenfield | 2020-05-04 | 1 | -1/+5 |
| |/ | | | | | Fixed macOS path and converted to a list | ||||
* / | [manual] Improve requirements and editor wording | Francisco Lopes | 2020-05-04 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 2 | -2/+13 |
|\ | |||||
| * | Add missing members generates indented blocks | Aleksey Kladov | 2020-05-02 | 1 | -1/+3 |
| | | |||||
| * | Document Gnome Builder support | Laurențiu Nicola | 2020-05-01 | 1 | -1/+10 |
| | | |||||
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-01 | 2 | -8/+25 |
|\| | |||||
| * | Update readme.adoc | hafiz | 2020-04-30 | 1 | -2/+2 |
| | | |||||
| * | Fix typo in language server binary docs | hafiz | 2020-04-30 | 1 | -1/+1 |
| | | |||||
| * | docs(user): method chaining hints support | Heyward Fann | 2020-04-30 | 1 | -2/+4 |
| | | | | | | | | https://github.com/fannheyward/coc-rust-analyzer/issues/177#issuecomment-621109410 | ||||
| * | Fix Typos on features.md | KENTARO OKUDA | 2020-04-29 | 1 | -2/+2 |
| | | |||||
| * | Fix YouComplteMe instructions link | Boris Staletic | 2020-04-29 | 1 | -1/+1 |
| | | |||||
| * | add ale to the nvim setup section of the readme | Simon Cruanes | 2020-04-29 | 1 | -0/+15 |
| | | |||||
* | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 1 | -0/+18 |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Add missing . | Günter Zöchbauer | 2020-04-26 | 1 | -1/+1 |
| | |||||
* | Change install directory suggestion to `~/.local/bin` | Günter Zöchbauer | 2020-04-26 | 1 | -3/+5 |
| | | | instead of `~/.cargo/bin` | ||||
* | xtask does not need to be installed | Günter Zöchbauer | 2020-04-26 | 1 | -4/+1 |
| | | | because it's contained in the dart-analyzer repo. | ||||
* | Clarify rust-analyzer binary install | Günter Zöchbauer | 2020-04-26 | 1 | -7/+23 |
| | |||||
*-. | Merge #3998 #4006 | bors[bot] | 2020-04-24 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3998: Make add_function generate functions in other modules via qualified path r=matklad a=TimoFreiberg Additional feature for #3639 - [x] Add tests for paths with more segments - [x] Make generating the function in another file work - [x] Add `pub` or `pub(crate)` to the generated function if it's generated in a different module - [x] Make the assist jump to the edited file - [x] Enable file support in the `check_assist` helper 4006: Syntax highlighting for format strings r=matklad a=ltentrup I have an implementation for syntax highlighting for format string modifiers `{}`. The first commit refactors the changes in #3826 into a separate struct. The second commit implements the highlighting: first we check in a macro call whether the macro is a format macro from `std`. In this case, we remember the format string node. If we encounter this node during syntax highlighting, we check for the format modifiers `{}` using regular expressions. There are a few places which I am not quite sure: - Is the way I extract the macro names correct? - Is the `HighlightTag::Attribute` suitable for highlighting the `{}`? Let me know what you think, any feedback is welcome! Co-authored-by: Timo Freiberg <[email protected]> Co-authored-by: Leander Tentrup <[email protected]> Co-authored-by: Leander Tentrup <[email protected]> | ||||
| * | | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 1 | -2/+2 |
| | | | |||||
* | | | Add YouCompleteMe as a LSP option for vim/neovim | Weihang Lo | 2020-04-23 | 1 | -0/+20 |
|/ / | |||||
* | | docs(readme): improve user docs | Heyward Fann | 2020-04-21 | 1 | -2/+2 |
| | | | | | | | | cleanup unavailable configurations/commands | ||||
* | | Move the PATH issue up to the non-editor specific section | Nikolai Morin | 2020-04-21 | 1 | -1/+3 |
| | | |||||
* | | Delete comma | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| | | |||||
* | | Update docs/user/readme.adoc | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | | Update docs/user/readme.adoc | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Laurențiu Nicola <[email protected]> |