Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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" } ``` | ||||
* | move all assists to use generated docs | Aleksey Kladov | 2019-10-27 | 2 | -17/+17 |
| | |||||
* | use new api for flip_trait_bound assist | Aleksey Kladov | 2019-10-27 | 1 | -0/+12 |
| | |||||
* | document almost all assists | Aleksey Kladov | 2019-10-27 | 2 | -174/+119 |
| | |||||
* | document some more assists | Aleksey Kladov | 2019-10-27 | 2 | -84/+93 |
| | |||||
* | use unicode bar for drawing the cursor | Aleksey Kladov | 2019-10-26 | 1 | -13/+16 |
| | |||||
* | support range selection in assist docs | Aleksey Kladov | 2019-10-26 | 1 | -0/+17 |
| | |||||
* | check style for assist docs | Aleksey Kladov | 2019-10-26 | 1 | -4/+53 |
| | |||||
* | use correct spacing for enum pattern | Aleksey Kladov | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | document a couple of assists | Aleksey Kladov | 2019-10-26 | 2 | -51/+37 |
| | |||||
* | generate more assists docs | Aleksey Kladov | 2019-10-25 | 2 | -91/+137 |
| | |||||
* | sublime: hint where feature flags would go | Jacob | 2019-10-25 | 1 | -1/+5 |
| | |||||
* | auto-generate assists docs and tests | Aleksey Kladov | 2019-10-25 | 2 | -1/+27 |
| | |||||
* | 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 |
| | |||||
* | Merge #1922 | bors[bot] | 2019-10-08 | 1 | -3/+4 |
|\ | | | | | | | | | | | | | | | 1922: feat(assists): Make raw string unescaped r=matklad a=Geobert Last piece of https://github.com/rust-analyzer/rust-analyzer/issues/1730 Co-authored-by: Geobert Quach <[email protected]> | ||||
| * | feat(assists): Keep only one version of make_raw_string | Geobert Quach | 2019-09-29 | 1 | -16/+2 |
| | | |||||
| * | feat(assists): Make raw string unescaped | Geobert Quach | 2019-09-26 | 1 | -0/+15 |
| | | |||||
* | | use lockfile in cargo install | Aleksey Kladov | 2019-10-08 | 1 | -1/+1 |
| | | |||||
* | | remove `visitor` module | Ekaterina Babshukova | 2019-10-05 | 1 | -2/+2 |
| | | |||||
* | | Merge #1952 | bors[bot] | 2019-10-05 | 1 | -0/+14 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1952: Create an assist for applying De Morgan's Law r=matklad a=cronokirby Fixes #1807 This assist can transform expressions of the form `!x || !y` into `!(x && y)`. This also works with `&&`. This assist will only trigger if the cursor is on the central logical operator. The main limitation of this current implementation is that both operands need to be an explicit negation, either of the form `!x`, or `x != y`. More operands could be accepted, but this would complicate the implementation quite a bit. Co-authored-by: Lúcás Meier <[email protected]> | ||||
| * | | Fix typo about De Morgan's law assist | Lúcás Meier | 2019-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | [#1807] Add entry in docs/user/features | Lúcás Meier | 2019-10-04 | 1 | -0/+14 |
| |/ | |||||
* / | 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 | ||||
* | Missing word | nicrd | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | feat(assists): raw string <-> usual string manipulation | Geobert Quach | 2019-09-19 | 1 | -0/+56 |
| | | | | Fixes #1730 | ||||
* | 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 |
| | | |||||
* | | add assist to move type bounds to where clause | Ekaterina Babshukova | 2019-09-05 | 1 | -0/+10 |
|/ | |||||
* | 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 |
| | |||||
* | Make rainbows optional | Pascal Hertleif | 2019-05-27 | 1 | -0/+9 |
| | |||||
* | 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 feature doc | Unreal Hoang | 2019-05-21 | 1 | -2/+31 |
| | |||||
* | add manual installation instructions | Aleksey Kladov | 2019-05-11 | 1 | -8/+17 |
| |