aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
Commit message (Collapse)AuthorAgeFilesLines
* docs(manual): Add rust-tools.nvim to nvim-lspsim2021-05-231-0/+2
|
* Update outdated auto-import documentationLukas Tobias Wirth2021-05-201-1/+1
|
* minor: and one more recipe for aceAleksey Kladov2021-05-171-0/+1
|
* fix: fix manual renderingAleksey Kladov2021-05-101-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 sectionAleksey Kladov2021-05-081-35/+35
|
* feat: friendlier trouble shooting guideAleksey Kladov2021-05-081-8/+32
|
* docs: Add Kate installation sectionMéven Car2021-05-081-0/+27
|
* fix: direct people to the right repositoryAleksey Kladov2021-05-071-2/+0
|
* Merge #8482bors[bot]2021-05-031-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 sectionDaniel Franklin2021-05-031-8/+25
| |
| * Mention how to customize unsafe operation stylesDaniel Franklin2021-04-121-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 manualAleksey Kladov2021-04-201-26/+48
| |
* | decl_check: consider outer scopes' allowsJade2021-04-081-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 enumerationPSeitz2021-03-291-2/+2
|
* update vim ycm installation instructionPSeitz2021-03-291-15/+2
|
* Mention the rustup version in the manualLaurențiu Nicola2021-03-271-0/+9
|
* Fix manual description for rust_project.jsonThiébaud Weksteen2021-03-251-1/+1
|
* Apply suggestions from code reviewAleksey Kladov2021-03-221-2/+2
| | | Co-authored-by: Laurențiu Nicola <[email protected]>
* Update docs/user/manual.adocAleksey Kladov2021-03-221-1/+1
| | | Co-authored-by: bjorn3 <[email protected]>
* Document our security stanceAleksey Kladov2021-03-221-0/+14
| | | | changelog: feature
* Update docs/user/manual.adocAleksey Kladov2021-03-181-1/+1
|
* Update info about Eclipse CorrosionMickael Istria2021-03-181-4/+2
|
* Fix remaining references to `cargo xtask codegen`Lukas Wirth2021-03-121-1/+1
|
* Add a line about code action commands to the CoC section of the docsFlorian Diebold2021-03-061-0/+2
|
* Fix typo.boxdot2021-02-241-1/+1
|
* Add emacs guideAleksey Kladov2021-02-081-0/+2
|
* Merge #7592bors[bot]2021-02-081-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 supportMickael Istria2021-02-081-0/+10
| |
* | Vim docs: vim-lsp with initial configuration.Ilya Bobyr2021-02-081-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 Bobyr2021-02-081-5/+27
|/
* Improve nvim-lsp setup instructionsLaurențiu Nicola2021-02-011-1/+34
|
* Update remaining serverPath referencesLaurențiu Nicola2021-01-071-2/+2
|
* Merge #7113bors[bot]2021-01-031-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.adocLuke Taylor2020-12-311-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 Bos2021-01-011-1/+1
|/
* Update manual.adocHeyward Fann2020-12-241-1/+1
|
* Document, how to view config in effectAleksey Kladov2020-12-231-0/+3
|
* Split lines between sentencesLaurențiu Nicola2020-12-201-15/+27
|
* Document the version requirements for building from sourceLaurențiu Nicola2020-12-201-1/+1
|
* Link config sourceAleksey Kladov2020-12-141-0/+2
|
* Docs: Explain manual installation in VS CodeChristian Authmann2020-12-131-0/+17
|
* Improve docs for building from sourceLaurențiu Nicola2020-12-101-1/+8
|
* Fix a typo in manual.adocJosh Stone2020-12-091-1/+1
|
* Include config into the manualAleksey Kladov2020-12-091-0/+9
|
* docs: Update Neovim nvim-lspconfig repository linkDave Lage2020-10-291-2/+2
|
* Add generated diagnostic docs to the manualFlorian Diebold2020-10-221-0/+7
|
* Support Display name in project.jsonAleksey Kladov2020-10-201-0/+3
|
* Document logging of project modelAleksey Kladov2020-10-191-0/+1
|
* Update GNOME Builder docsLaurențiu Nicola2020-10-151-10/+1
|
* Update manual.adocAdrian Stanciu2020-10-061-0/+17
|