aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Dev docs nitsLaurențiu Nicola2020-06-081-7/+7
|
* Don't @ people in commit messagesAleksey Kladov2020-06-081-0/+8
|
* Preconditions styleAleksey Kladov2020-06-081-0/+20
|
* IDE APIAleksey Kladov2020-06-081-0/+7
|
* Document certain invariantsAleksey Kladov2020-06-061-0/+27
|
* Document import styleAleksey Kladov2020-06-061-0/+21
|
* Add hover actions LSP extension documentation.vsrs2020-06-051-0/+38
|
* BufgixVeetaha2020-06-031-3/+3
|
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-034-1314/+155
|\ | | | | | | | | | | # Conflicts: # crates/rust-analyzer/src/main_loop/handlers.rs # crates/rust-analyzer/src/to_proto.rs
| * Don't store generated docs in the repoAleksey Kladov2020-06-032-1313/+0
| |
| * Merge #4730bors[bot]2020-06-031-0/+51
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4730: Document rust-project.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Document rust-project.jsonAleksey Kladov2020-06-031-0/+51
| | |
| * | Update generated feature docsAaron Loucks2020-06-031-1/+1
| |/
| * Merge #4703bors[bot]2020-06-031-1/+104
| |\ | | | | | | | | | | | | | | | | | | | | | 4703: Start documenting review process r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Start documenting review processAleksey Kladov2020-06-031-1/+104
| | |
* | | Add documentationMikhail Rakhmanov2020-06-031-0/+24
|/ /
* | Spec better runnablesAleksey Kladov2020-06-021-36/+44
| |
* | Merge #4580bors[bot]2020-06-021-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 4580: Fix invoking cargo without consulting CARGO env var or standard installation paths r=matklad a=Veetaha Followup for #4329 The pr essentially fixes [this bug](https://youtu.be/EzQ7YIIo1rY?t=2189) cc @lefticus Co-authored-by: veetaha <[email protected]>
| * Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+1
| | | | | | | | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions.
* | Subscribe to protocol changesAleksey Kladov2020-06-011-0/+2
| |
* | Document initilizationOptions used by rust-analyzerAleksey Kladov2020-06-011-0/+8
| |
* | Drop unused documentAleksey Kladov2020-06-011-72/+0
| |
* | Rename assistAleksey Kladov2020-06-011-29/+29
| |
* | Link to the specific source lineAleksey Kladov2020-05-312-19/+61
| |
* | docsAleksey Kladov2020-05-311-18/+17
| |
* | Move assists documentation into the manualAleksey Kladov2020-05-312-132/+295
| |
* | Rename user/readme.adoc -> user/manual.adocAleksey Kladov2020-05-311-1/+1
| |
* | Merge #4664bors[bot]2020-05-314-220/+327
|\ \ | |/ |/| | | | | | | | | | | 4664: Generate feature documentation from code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Tweak whitespaceAleksey Kladov2020-05-311-19/+0
| |
| * Move the rest of the features to generated docsAleksey Kladov2020-05-313-96/+144
| |
| * Doc more featuresAleksey Kladov2020-05-312-48/+7
| |
| * Don't require module docs for Features and AssistsAleksey Kladov2020-05-313-16/+73
| |
| * Specify actionsAleksey Kladov2020-05-312-9/+24
| |
| * Generate features docs from sourceAleksey Kladov2020-05-313-54/+101
| |
* | Merge #4562bors[bot]2020-05-301-0/+24
|\ \ | |/ |/| | | | | | | | | | | 4562: Assist: replace anonymous lifetime with a named one r=matklad a=jbalint (fixes #4523) Co-authored-by: Jess Balint <[email protected]>
| * fix generated docs issueJess Balint2020-05-221-0/+24
| |
| * Remove doc using `cargo xtask codegen`.Jess Balint2020-05-221-24/+0
| |
| * Assist: replace anonymous lifetime with a named oneJess Balint2020-05-221-0/+24
| | | | | | | | (fixes #4523)
* | Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagicallyStephan Seitz2020-05-291-1/+1
| |
* | Merge #4640bors[bot]2020-05-281-0/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4640: Add `inRustProject` when-clause for commands in vscode r=vsrs a=vsrs At the moment all rust-analyzer commands always visible in the command palette, even if there is no rust project opened. This PR adds special [when-clause](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts) context. This context also might be used in key bindings. Co-authored-by: vsrs <[email protected]> Co-authored-by: vsrs <[email protected]>
| * | Add `inRustProject` context documentation.vsrs2020-05-281-0/+10
| | |
* | | Link forum topicAleksey Kladov2020-05-281-2/+2
|/ /
* | typoVeetaha2020-05-271-1/+1
| |
* | Document inlay hints and runnablesAleksey Kladov2020-05-271-0/+63
| | | | | | | | We want to change those, but let's document what we have in meantime
* | Document `parentModule` experimental LSP requestAleksey Kladov2020-05-251-5/+35
| |
* | Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
| |
* | Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-0/+53
| |
* | Introduce `toggle inlay hints` vscode commandveetaha2020-05-251-0/+6
| | | | | | | | | | | | | | | | Users now can assign a shortcut for this command via the general vscode keybindings ui or `keybinding.json file` Closes: #4599
* | Document some rust-analyzer specific protocol extensionsAleksey Kladov2020-05-241-0/+62
| |
* | Document matchingBrace LSP requestAleksey Kladov2020-05-241-1/+46
| |