Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs to mention on Windows | Edwin Cheng | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | Update docs/user/readme.adoc | Aleksey Kladov | 2020-03-28 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Update docs to mention vscode installation path on macOS | Mariusz Klochowicz | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | Fix assist description | Aleksey Kladov | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Merge #3742 | bors[bot] | 2020-03-27 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | 3742: Replace if with if-let r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Replace if with if-let | Aleksey Kladov | 2020-03-27 | 1 | -0/+23 |
| | | |||||
* | | Assist: replace unwrap with match | Unreal Hoang | 2020-03-26 | 1 | -0/+23 |
|/ | |||||
* | Updated docs | Matt Hooper | 2020-03-24 | 1 | -0/+2 |
| | |||||
* | Merge #3700 | bors[bot] | 2020-03-24 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | 3700: fill match arms with empty block rather than unit tuple r=matklad a=JoshMcguigan As requested by @Veetaha in #3689 and #3687, this modifies the fill match arms assist to create match arms as an empty block `{}` rather than a unit tuple `()`. In one test I left one of the pre-existing match arms as a unit tuple, and added a body to another match arm, to demonstrate that the contents of existing match arms persist. Co-authored-by: Josh Mcguigan <[email protected]> | ||||
| * | update assists docs | Josh Mcguigan | 2020-03-24 | 1 | -2/+2 |
| | | |||||
* | | Add troubleshooting secion | Aleksey Kladov | 2020-03-24 | 1 | -0/+10 |
|/ | |||||
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -6/+0 |
| | |||||
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 1 | -0/+13 |
| | | | | Work towards #2220 | ||||
* | User Manual: fix AUR link | murlakatamenka | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add installation notes for Arch Linux users | murlakatamenka | 2020-03-16 | 1 | -0/+15 |
| | |||||
* | docs: add documentation for vscode nightlies | Veetaha | 2020-03-14 | 1 | -0/+19 |
| | |||||
* | Fix docs | Aleksey Kladov | 2020-03-12 | 1 | -2/+3 |
| | |||||
* | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -2/+2 |
| | | | | | | | | | Add setting to allow enabling either type inlay hints or parameter inlay hints or both. Group the the max inlay hint length option into the object. - Add a new type for the inlayHint options. - Add tests to ensure the inlays don't happen on the server side | ||||
* | Fix quotes | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 |
| | | | | closes #3501 | ||||
* | vscode: groupd updates-related config under `updates` section as per @matklad | Veetaha | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | docs: change formatting | Veetaha | 2020-03-08 | 1 | -6/+16 |
| | |||||
* | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | The new name seems much simpler and it doesn't limit this config value only to downloading the server binary. Thus we wouldn't need to create another config properties to handle other downloads whatsoever. Anyway, I believe (heuristically) that most of the users would want to set "askBeforeDownload": false once and never bother clicking on the notification again (because otherwise there is no big point in installing rust-analyzer if it cannot install the server) | ||||
* | vscode: add docs on alwaysDownloadServer | Veetaha | 2020-03-08 | 1 | -1/+8 |
| | |||||
* | Better describe current inlay hints' limitations | Kirill Bulatov | 2020-03-05 | 1 | -3/+4 |
| | |||||
* | rewording and typo fix | Adam Bratschi-Kaye | 2020-02-22 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | add ssr doc | adamrk | 2020-02-22 | 1 | -0/+15 |
| | |||||
* | Fix a typo | Kirill Bulatov | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | One more tiny doc fix | Kirill Bulatov | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | Code review fixes | Kirill Bulatov | 2020-02-22 | 1 | -5/+5 |
| | | | | Co-Authored-By: Florian Diebold <[email protected]> Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add inlay hints documentation | Kirill Bulatov | 2020-02-22 | 1 | -0/+25 |
| | |||||
* | update image | Andrew Blakey | 2020-02-21 | 1 | -2/+1 |
| | |||||
* | update docs | Andrew Blakey | 2020-02-21 | 2 | -24/+24 |
| | |||||
* | Add document for `Show RA Version` | Edwin Cheng | 2020-02-21 | 1 | -0/+4 |
| | |||||
* | Add `remove_mut` assist | Aleksey Kladov | 2020-02-19 | 1 | -0/+16 |
| | |||||
* | Fix dev guide broken links | Laurențiu Nicola | 2020-02-18 | 1 | -12/+12 |
| | |||||
* | Rename config value for server Path | Aleksey Kladov | 2020-02-18 | 2 | -3/+3 |
| | |||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 4 | -24/+24 |
| | |||||
* | Fix typo | Akihiro Takai | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Reword the docs | Kirill Bulatov | 2020-02-17 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Install rust-src when it is not found | Kirill Bulatov | 2020-02-17 | 1 | -1/+3 |
| | |||||
* | Replace ra_cli mentions | Laurențiu Nicola | 2020-02-17 | 2 | -8/+4 |
| | |||||
* | Fix RA_PROFILE typo in docs | Laurențiu Nicola | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Mention rust-src | Aleksey Kladov | 2020-02-17 | 1 | -0/+7 |
| | |||||
* | docs: Fix grammar mistakes | Veetaha | 2020-02-16 | 1 | -4/+4 |
| | |||||
* | Fix typo | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Remove ptrace note | Veetaha | 2020-02-16 | 1 | -1/+0 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add more verbose description | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add the article | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Reworded abit | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add an article | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> |