Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/themes | Seivan Heidari | 2019-12-23 | 1 | -24/+39 |
|\ | |||||
| * | Cleanup Vim and NeoVim instructions. Fix #2579 | Francisco Lopes | 2019-12-17 | 1 | -17/+12 |
| | | |||||
| * | Code: check whether the LSP binary is in PATH | Laurențiu Nicola | 2019-12-08 | 1 | -1/+16 |
| | | |||||
| * | fix file name | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| | | |||||
| * | fix link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| | | |||||
| * | use relative link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| | | |||||
| * | fix outdated link to ra-emacs-lsp.el | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| | | |||||
| * | Add back corrected `cargo install` command | Jonathan Behrens | 2019-12-01 | 1 | -8/+8 |
| | | |||||
| * | Clarify installation instructions | Jonathan Behrens | 2019-12-01 | 1 | -10/+15 |
| | | | | | | In particular it is necessary to clone the repository before running the other commands. I also removed the `cargo install` side note because it didn't actually work (running the command just produces an error that --package isn't a recognized flag) and added a tldr code block with the list of commands to run. | ||||
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-25 | 1 | -0/+5 |
|\| | | | | | | | feature/themes | ||||
| * | Fix url to point to rust_analyzer specifically | Ashkan Kiani | 2019-11-23 | 1 | -1/+1 |
| | | |||||
| * | Add note about neovim's built in language server | Ashkan Kiani | 2019-11-23 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-21 | 1 | -1/+1 |
|\| | | | | | | | feature/themes | ||||
| * | Add rust-analyzer-expand-macro function for Emacs | Florian Diebold | 2019-11-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵ | Seivan Heidari | 2019-11-12 | 1 | -0/+2 |
|\| | | | | | | | feature/themes | ||||
| * | Implement postfix completions feature flag | Greg | 2019-11-12 | 1 | -0/+2 |
| | | |||||
* | | Clearer docs usage under `rust-analyzer.scopeMappings`. | Seivan Heidari | 2019-11-04 | 1 | -1/+1 |
| | | |||||
* | | * Adding scope mapping configuration manifest in `package.json` | Seivan Heidari | 2019-11-04 | 1 | -2/+11 |
|/ | | | | | | | | | | | | | | * Loading configurable scope mappings from settings. * Updating Readme with `rust-analyzer.scopeMappings`. `rust-analyzer.scopeMappings` -- a scheme backed JSON object to tweak Rust Analyzer scopes to TextMate scopes. ```jsonc { //Will autocomplete keys to available RA scopes. "keyword.unsafe": ["keyword", "keyword.control"], //Values are string | TextMateScope | [string | TextMateScope] "comments": "comment.block" } ``` | ||||
* | sublime: hint where feature flags would go | Jacob | 2019-10-25 | 1 | -1/+5 |
| | |||||
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -2/+11 |
| | |||||
* | Instructions for VSCode Remote | Marco Groppo | 2019-10-21 | 1 | -0/+19 |
| | |||||
* | WIP: move to xtasks | Aleksey Kladov | 2019-10-17 | 1 | -3/+3 |
| | |||||
* | Adds config option for cargo-watch `--ignore` flag | Roberto Vidal | 2019-10-17 | 1 | -0/+1 |
| | |||||
* | use lockfile in cargo install | Aleksey Kladov | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Add alternative setup instruction for vim/neovim | Luke Jones | 2019-10-04 | 1 | -0/+16 |
| | | | | Provide another option hint for vim/neovim users who do not want to run nodejs | ||||
* | update documentation according to new settings | Paul Lesur | 2019-09-25 | 1 | -1/+2 |
| | | | | | | | 1. `command` has been added to change the default cargo-watch command 2. `check-arguments` has been renamed to `arguments` as a consequence Thoses changes were merged in #1434 | ||||
* | Fixed markdown in user README | zoewithabang | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | clarify sublime instructions | Aleksey Kladov | 2019-09-11 | 1 | -1/+3 |
| | | | | closes #1811 | ||||
* | Update README.md | Heyward Fann | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | Update README.md | Heyward Fann | 2019-09-09 | 1 | -2/+3 |
| | | | fixes base on #1755 reviews | ||||
* | Merge #1755 | bors[bot] | 2019-09-06 | 1 | -27/+4 |
|\ | | | | | | | | | | | | | | | 1755: feat(docs): add coc-rust-analyzer r=JeanMertz a=fannheyward Co-authored-by: Heyward Fann <[email protected]> | ||||
| * | feat(docs): add coc-rust-analyzer | Heyward Fann | 2019-09-03 | 1 | -27/+4 |
| | | |||||
* | | add option to disable notify | Aleksey Kladov | 2019-09-06 | 1 | -0/+2 |
|/ | |||||
* | Make sysroot use `RUST_SRC_PATH` if set | Bastian Köcher | 2019-08-22 | 1 | -0/+1 |
| | |||||
* | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 1 | -0/+3 |
| | |||||
* | document upgrade process | Aleksey Kladov | 2019-07-29 | 1 | -0/+3 |
| | | | | closes #1615 | ||||
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 1 | -2/+2 |
| | | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc | ||||
* | Implement inlay hints for emacs | Florian Diebold | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | More details on how to set up coc | Who? Me?! | 2019-06-18 | 1 | -0/+21 |
| | |||||
* | Fix typo docs/user/README.md | Andrew Chin | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | Add Vim and NeoVim setup section | Francisco Lopes | 2019-05-25 | 1 | -0/+19 |
| | |||||
* | mention why enableEnhancedTyping is needed | Aleksey Kladov | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | add manual installation instructions | Aleksey Kladov | 2019-05-11 | 1 | -8/+17 |
| | |||||
* | Added instructions for Sublime Text 3 setup | Mathieu Amiot | 2019-04-19 | 1 | -0/+27 |
| | |||||
* | Add cargo-watch.check-arguments | Edwin Cheng | 2019-04-02 | 1 | -0/+2 |
| | |||||
* | Add config for cargo-watch trace | Edwin Cheng | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | fixes | Aleksey Kladov | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | fix links | Aleksey Kladov | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | better user docs | Aleksey Kladov | 2019-03-20 | 1 | -206/+42 |
| | |||||
* | introduce docs dir | Aleksey Kladov | 2019-03-20 | 1 | -0/+241 |