Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Merge #9267 #9279 | bors[bot] | 2021-06-15 | 1 | -3/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9267: fix: Code: update the LSP server without asking r=matklad a=lnicola Most LSP extensions seem to do the same thing, and this is causing some confusion for users who don't notice the update prompt before Code hides it. 9279: minor: Document installation via Homebrew r=matklad a=Svetlitski `rust-analyzer` can be installed via [Homebrew](https://brew.sh) (AKA`brew`) on macOS. I've added instructions on how to do so to the documentation. Additionally, I added a `.gitignore` rule to ignore the HTML documentation produced by `asciidoctor manual.adoc` so that it is not accidentally checked into `git`. Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Kevin Svetlitski <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| | * | Update docs/user/manual.adoc | Aleksey Kladov | 2021-06-15 | 1 | -1/+1 |
| | | | |||||
| | * | Document installation via Homebrew; Add gitignore entry for asciidoctor output | Kevin Svetlitski | 2021-06-14 | 1 | -0/+9 |
| |/ |/| | |||||
| * | Consolidate the privacy notes | Laurențiu Nicola | 2021-06-15 | 1 | -3/+8 |
|/ | |||||
* | manual.adoc: add Gentoo Linux installation method | mjkalyan | 2021-06-03 | 1 | -0/+14 |
| | | | Added installation instructions for the binary ebuild of the "latest" `rust-analyzer` in Gentoo's GURU repository. | ||||
* | Update download instructions | Laurențiu Nicola | 2021-05-24 | 1 | -4/+4 |
| | |||||
* | docs: fix binary installation instructions | Christoph Schmatzler | 2021-05-24 | 1 | -1/+1 |
| | | | | issue #8926 removed uncompressed release artifacts. This updates the documentation to update instructions accordingly. | ||||
* | docs(manual): Add rust-tools.nvim to nvim-lsp | sim | 2021-05-23 | 1 | -0/+2 |
| | |||||
* | Update outdated auto-import documentation | Lukas Tobias Wirth | 2021-05-20 | 1 | -1/+1 |
| | |||||
* | minor: and one more recipe for ace | Aleksey Kladov | 2021-05-17 | 1 | -0/+1 |
| | |||||
* | fix: fix manual rendering | Aleksey Kladov | 2021-05-10 | 1 | -1/+0 |
| | | | | We add `// see the other repo` comments before headers (==). This one isn't a header, but a closing of the example block. | ||||
* | feat: make troubleshooting a top-level section | Aleksey Kladov | 2021-05-08 | 1 | -35/+35 |
| | |||||
* | feat: friendlier trouble shooting guide | Aleksey Kladov | 2021-05-08 | 1 | -8/+32 |
| | |||||
* | docs: Add Kate installation section | Méven Car | 2021-05-08 | 1 | -0/+27 |
| | |||||
* | fix: direct people to the right repository | Aleksey Kladov | 2021-05-07 | 1 | -2/+0 |
| | |||||
* | Merge #8482 | bors[bot] | 2021-05-03 | 1 | -0/+35 |
|\ | | | | | | | | | | | | | | | 8482: Mention how to customize unsafe operation styles r=matklad a=danielzfranklin I was confused about how to do this, so I filed #8474. I apologize for initially filing this incorrectly and spamming people. Co-authored-by: Daniel Franklin <[email protected]> | ||||
| * | Merge with semantic style section | Daniel Franklin | 2021-05-03 | 1 | -8/+25 |
| | | |||||
| * | Mention how to customize unsafe operation styles | Daniel Franklin | 2021-04-12 | 1 | -0/+18 |
| | | | | | | | | | | I was confused about how to do this, so I filed [an issue][issue]. [issue]: rust-analyzer/rust-analyzer#8474 | ||||
* | | minor: fix ugly line wrapping in the rendered manual | Aleksey Kladov | 2021-04-20 | 1 | -26/+48 |
| | | |||||
* | | decl_check: consider outer scopes' allows | Jade | 2021-04-08 | 1 | -1/+1 |
|/ | | | | | | | | | Fix #8417. Also makes it less noisy about no_mangle annotated stuff the user can do nothing about. Note: this still is broken with bitfield! macros. A repro in an ignore test is included here. I believe this bug is elsewhere, and I don't think I can work around it here. | ||||
* | remove enumeration | PSeitz | 2021-03-29 | 1 | -2/+2 |
| | |||||
* | update vim ycm installation instruction | PSeitz | 2021-03-29 | 1 | -15/+2 |
| | |||||
* | Mention the rustup version in the manual | Laurențiu Nicola | 2021-03-27 | 1 | -0/+9 |
| | |||||
* | Fix manual description for rust_project.json | Thiébaud Weksteen | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | Aleksey Kladov | 2021-03-22 | 1 | -2/+2 |
| | | | Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
* | Update docs/user/manual.adoc | Aleksey Kladov | 2021-03-22 | 1 | -1/+1 |
| | | | Co-authored-by: bjorn3 <[email protected]> | ||||
* | Document our security stance | Aleksey Kladov | 2021-03-22 | 1 | -0/+14 |
| | | | | changelog: feature | ||||
* | Update docs/user/manual.adoc | Aleksey Kladov | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | Update info about Eclipse Corrosion | Mickael Istria | 2021-03-18 | 1 | -4/+2 |
| | |||||
* | Fix remaining references to `cargo xtask codegen` | Lukas Wirth | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Add a line about code action commands to the CoC section of the docs | Florian Diebold | 2021-03-06 | 1 | -0/+2 |
| | |||||
* | Fix typo. | boxdot | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | Add emacs guide | Aleksey Kladov | 2021-02-08 | 1 | -0/+2 |
| | |||||
* | Merge #7592 | bors[bot] | 2021-02-08 | 1 | -0/+10 |
|\ | | | | | | | | | | | | | | | 7592: [Doc] Note about Eclipse IDE support r=lnicola a=mickaelistria Co-authored-by: Mickael Istria <[email protected]> | ||||
| * | [Doc] Note about Eclipse IDE support | Mickael Istria | 2021-02-08 | 1 | -0/+10 |
| | | |||||
* | | Vim docs: vim-lsp with initial configuration. | Ilya Bobyr | 2021-02-08 | 1 | -0/+46 |
| | | | | | | | | | | | | `vim-lsp` is another popular LSP client for Vim. And, as there is no `rust-analyzer` specific UI, it is non-trivial to figure out how the initial configuration is performed. | ||||
* | | Explain how initial configuration is sent over LSP. | Ilya Bobyr | 2021-02-08 | 1 | -5/+27 |
|/ | |||||
* | Improve nvim-lsp setup instructions | Laurențiu Nicola | 2021-02-01 | 1 | -1/+34 |
| | |||||
* | Update remaining serverPath references | Laurențiu Nicola | 2021-01-07 | 1 | -2/+2 |
| | |||||
* | Merge #7113 | bors[bot] | 2021-01-03 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | | | 7113: Manual updates r=matklad a=tekul Add some details on how to build the manual and some clarification on how to deal with "proc macro2 warnings. For context, this arose from [this question](https://users.rust-lang.org/t/how-to-disable-rust-analyzer-proc-macro-warnings-in-neovim/53150) on users.rust-lang.org. Co-authored-by: Luke Taylor <[email protected]> | ||||
| * | Expand contributing "tip" in manual.adoc | Luke Taylor | 2020-12-31 | 1 | -0/+3 |
| | | | | | | | | | | | | - Add link to asciidoc website - Explain how to create the generated adoc files from the source code - How to run asciidoctor to generate the manual | ||||
* | | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 1 | -1/+1 |
|/ | |||||
* | Update manual.adoc | Heyward Fann | 2020-12-24 | 1 | -1/+1 |
| | |||||
* | Document, how to view config in effect | Aleksey Kladov | 2020-12-23 | 1 | -0/+3 |
| | |||||
* | Split lines between sentences | Laurențiu Nicola | 2020-12-20 | 1 | -15/+27 |
| | |||||
* | Document the version requirements for building from source | Laurențiu Nicola | 2020-12-20 | 1 | -1/+1 |
| | |||||
* | Link config source | Aleksey Kladov | 2020-12-14 | 1 | -0/+2 |
| | |||||
* | Docs: Explain manual installation in VS Code | Christian Authmann | 2020-12-13 | 1 | -0/+17 |
| | |||||
* | Improve docs for building from source | Laurențiu Nicola | 2020-12-10 | 1 | -1/+8 |
| | |||||
* | Fix a typo in manual.adoc | Josh Stone | 2020-12-09 | 1 | -1/+1 |
| |