Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Include config into the manual | Aleksey Kladov | 2020-12-09 | 1 | -0/+9 |
| | |||||
* | docs: Update Neovim nvim-lspconfig repository link | Dave Lage | 2020-10-29 | 1 | -2/+2 |
| | |||||
* | Add generated diagnostic docs to the manual | Florian Diebold | 2020-10-22 | 1 | -0/+7 |
| | |||||
* | Support Display name in project.json | Aleksey Kladov | 2020-10-20 | 1 | -0/+3 |
| | |||||
* | Document logging of project model | Aleksey Kladov | 2020-10-19 | 1 | -0/+1 |
| | |||||
* | Update GNOME Builder docs | Laurențiu Nicola | 2020-10-15 | 1 | -10/+1 |
| | |||||
* | Update manual.adoc | Adrian Stanciu | 2020-10-06 | 1 | -0/+17 |
| | |||||
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 1 | -2/+2 |
| | | | | This should help with troubleshooting wrong project configuration | ||||
* | VS Code + WSL: describe binary location | Masaki Hara | 2020-09-21 | 1 | -0/+1 |
| | | | It looks like VS Code server chooses a different location for `globalStorage`. | ||||
* | docs: suggest disabling the official extension | Jonas Schievink | 2020-09-18 | 1 | -0/+5 |
| |