aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | Reorgonise extensions docsAleksey Kladov2020-05-241-48/+50
| |
* | Link upstream issuesAleksey Kladov2020-05-221-1/+7
| |
* | CodeAction groupsAleksey Kladov2020-05-221-2/+47
|/
* Use WorkspaceEdit for ssrAleksey Kladov2020-05-211-0/+35
|
* Formalize JoinLines protocol extensionAleksey Kladov2020-05-211-7/+59
|
* Snippetify unwrap -> matchAleksey Kladov2020-05-201-1/+1
|
* Snippetify introduce/inline varAleksey Kladov2020-05-201-1/+1
|
* Merge #4536bors[bot]2020-05-202-5/+5
|\ | | | | | | | | | | | | | | 4536: Fix names of launch configuration in dev docs r=kjeremy a=kuy Follows renaming of launch configurations in https://github.com/rust-analyzer/rust-analyzer/commit/80a42a0628f7655c3299fbf4c5a15e31990b35d3 Co-authored-by: Yuki Kodama <[email protected]>
| * Fix names of launch configuration in dev docsYuki Kodama2020-05-202-5/+5
| |
* | Fix GNOME spellingAlexandre Franke2020-05-201-1/+1
|/ | | GNOME is a trademark. :-)
* Snippetify fix_visibilityAleksey Kladov2020-05-201-1/+1
|
* Snippetify fill_match_armsAleksey Kladov2020-05-201-1/+1
|
* Split change_ and fix_ visibility assistsAleksey Kladov2020-05-201-0/+22
|
* Use snippets in change_return_type_to_resultAleksey Kladov2020-05-201-1/+1
|
* Snippetify add_newAleksey Kladov2020-05-201-1/+1
|
* Better cursor placement when adding impl membersAleksey Kladov2020-05-201-2/+2
|
* Use snippets in add_missing_membersAleksey Kladov2020-05-201-2/+2
|
* Use snippets in add functionAleksey Kladov2020-05-201-1/+1
|
* New assist: add turbo fishAleksey Kladov2020-05-191-0/+18
|
* Add snippetTextEdit protocol extensionAleksey Kladov2020-05-191-0/+34
|
* Add snippet support for some assistsAleksey Kladov2020-05-191-5/+5
|
* Relax VS Code version requirementAleksey Kladov2020-05-171-1/+1
|
* Update features.mdCoenen Benjamin2020-05-121-2/+12
|
* Use RA_LOG instead of RUST_LOG for loggingAleksey Kladov2020-05-112-2/+2
| | | | | | RUST_LOG might be set up for debugging the user's problem, slowing down rust-analyzer considerably. That's the same reason why rustc uses RUSTC_LOG.
* Merge #4333bors[bot]2020-05-061-15/+8
|\ | | | | | | | | | | | | | | | | | | | | | | 4333: Update Arch Linux and ALE install instructions r=matklad a=polyzen Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201 Co-authored-by: Daniel M. Capella <[email protected]>
| * Update Arch Linux and ALE install instructionsDaniel M. Capella2020-05-051-15/+8
| | | | | | | | | | | | | | | | Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201
* | Fix Windows server pathLaurențiu Nicola2020-05-061-1/+1
| | | | | | CC @Coder-256.
* | add Ok wrappingBenjamin Coenen2020-05-061-0/+12
|/ | | | Signed-off-by: Benjamin Coenen <[email protected]>
*-. Merge #4306 #4308bors[bot]2020-05-051-1/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4306: Make incremental sync opt-out and fix line index rebuild r=matklad a=lnicola 4308: Update server binary paths in docs r=matklad a=Coder-256 Fixed incorrect macOS path and converted to a list. Also, should the Windows path include `matklad.rust-analyzer`? (I can't check) Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Jacob Greenfield <[email protected]>
| | * Update server binary pathsJacob Greenfield2020-05-041-1/+5
| |/ | | | | Fixed macOS path and converted to a list
* / [manual] Improve requirements and editor wordingFrancisco Lopes2020-05-041-3/+3
|/
* Merge #4287bors[bot]2020-05-041-4/+4
|\ | | | | | | | | | | | | | | 4287: Update debugging.md r=matklad a=lonesometraveler Co-authored-by: KENTARO OKUDA <[email protected]>
| * Update debugging.mdKENTARO OKUDA2020-05-031-4/+4
| |
* | Merge #4272bors[bot]2020-05-021-21/+21
|\| | | | | | | | | | | | | | | 4272: Fix Typos r=jonas-schievink a=lonesometraveler Co-authored-by: KENTARO OKUDA <[email protected]>
| * Update syntax.mdKENTARO OKUDA2020-05-021-2/+2
| |
| * Fix TyposKENTARO OKUDA2020-05-021-20/+20
| |
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-024-8/+19
|\ \
| * | Add missing members generates indented blocksAleksey Kladov2020-05-021-1/+3
| | |
| * | Merge #4236bors[bot]2020-05-011-1/+10
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | 4236: Document Gnome Builder support r=matklad a=lnicola Closes #3758. CC @gwutz Co-authored-by: Laurențiu Nicola <[email protected]>
| | * Document Gnome Builder supportLaurențiu Nicola2020-05-011-1/+10
| | |