Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update parser tests with env var | Aleksey Kladov | 2020-06-15 | 1 | -0/+6 |
| | |||||
* | Var naming | Aleksey Kladov | 2020-06-15 | 1 | -0/+7 |
| | |||||
* | Discourage allocation | Aleksey Kladov | 2020-06-13 | 1 | -11/+32 |
| | |||||
* | Fix parser test directory name in dev docs | Jacek Generowicz | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Explain inline tests | Aleksey Kladov | 2020-06-10 | 1 | -0/+11 |
| | |||||
* | Dev docs nits | Laurențiu Nicola | 2020-06-08 | 1 | -7/+7 |
| | |||||
* | Don't @ people in commit messages | Aleksey Kladov | 2020-06-08 | 1 | -0/+8 |
| | |||||
* | Preconditions style | Aleksey Kladov | 2020-06-08 | 1 | -0/+20 |
| | |||||
* | IDE API | Aleksey Kladov | 2020-06-08 | 1 | -0/+7 |
| | |||||
* | Document certain invariants | Aleksey Kladov | 2020-06-06 | 1 | -0/+27 |
| | |||||
* | Document import style | Aleksey Kladov | 2020-06-06 | 1 | -0/+21 |
| | |||||
* | Add hover actions LSP extension documentation. | vsrs | 2020-06-05 | 1 | -0/+38 |
| | |||||
* | Bufgix | Veetaha | 2020-06-03 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into compute-lazy-assits | Mikhail Rakhmanov | 2020-06-03 | 4 | -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 repo | Aleksey Kladov | 2020-06-03 | 2 | -1313/+0 |
| | | |||||
| * | Merge #4730 | bors[bot] | 2020-06-03 | 1 | -0/+51 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4730: Document rust-project.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| | * | Document rust-project.json | Aleksey Kladov | 2020-06-03 | 1 | -0/+51 |
| | | | |||||
| * | | Update generated feature docs | Aaron Loucks | 2020-06-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge #4703 | bors[bot] | 2020-06-03 | 1 | -1/+104 |
| |\ | | | | | | | | | | | | | | | | | | | | | | 4703: Start documenting review process r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| | * | Start documenting review process | Aleksey Kladov | 2020-06-03 | 1 | -1/+104 |
| | | | |||||
* | | | Add documentation | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+24 |
|/ / | |||||
* | | Spec better runnables | Aleksey Kladov | 2020-06-02 | 1 | -36/+44 |
| | | |||||
* | | Merge #4580 | bors[bot] | 2020-06-02 | 1 | -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.kind | veetaha | 2020-05-31 | 1 | -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 changes | Aleksey Kladov | 2020-06-01 | 1 | -0/+2 |
| | | |||||
* | | Document initilizationOptions used by rust-analyzer | Aleksey Kladov | 2020-06-01 | 1 | -0/+8 |
| | | |||||
* | | Drop unused document | Aleksey Kladov | 2020-06-01 | 1 | -72/+0 |
| | | |||||
* | | Rename assist | Aleksey Kladov | 2020-06-01 | 1 | -29/+29 |
| | | |||||
* | | Link to the specific source line | Aleksey Kladov | 2020-05-31 | 2 | -19/+61 |
| | | |||||
* | | docs | Aleksey Kladov | 2020-05-31 | 1 | -18/+17 |
| | | |||||
* | | Move assists documentation into the manual | Aleksey Kladov | 2020-05-31 | 2 | -132/+295 |
| | | |||||
* | | Rename user/readme.adoc -> user/manual.adoc | Aleksey Kladov | 2020-05-31 | 1 | -1/+1 |
| | | |||||
* | | Merge #4664 | bors[bot] | 2020-05-31 | 4 | -220/+327 |
|\ \ | |/ |/| | | | | | | | | | | | 4664: Generate feature documentation from code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Tweak whitespace | Aleksey Kladov | 2020-05-31 | 1 | -19/+0 |
| | | |||||
| * | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 3 | -96/+144 |
| | | |||||
| * | Doc more features | Aleksey Kladov | 2020-05-31 | 2 | -48/+7 |
| | | |||||
| * | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 3 | -16/+73 |
| | | |||||
| * | Specify actions | Aleksey Kladov | 2020-05-31 | 2 | -9/+24 |
| | | |||||
| * | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 3 | -54/+101 |
| | | |||||
* | | Merge #4562 | bors[bot] | 2020-05-30 | 1 | -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 issue | Jess Balint | 2020-05-22 | 1 | -0/+24 |
| | | |||||
| * | Remove doc using `cargo xtask codegen`. | Jess Balint | 2020-05-22 | 1 | -24/+0 |
| | | |||||
| * | Assist: replace anonymous lifetime with a named one | Jess Balint | 2020-05-22 | 1 | -0/+24 |
| | | | | | | | | (fixes #4523) | ||||
* | | Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically | Stephan Seitz | 2020-05-29 | 1 | -1/+1 |
| | | |||||
* | | Merge #4640 | bors[bot] | 2020-05-28 | 1 | -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. | vsrs | 2020-05-28 | 1 | -0/+10 |
| | | | |||||
* | | | Link forum topic | Aleksey Kladov | 2020-05-28 | 1 | -2/+2 |
|/ / | |||||
* | | typo | Veetaha | 2020-05-27 | 1 | -1/+1 |
| | | |||||
* | | Document inlay hints and runnables | Aleksey Kladov | 2020-05-27 | 1 | -0/+63 |
| | | | | | | | | We want to change those, but let's document what we have in meantime | ||||
* | | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 1 | -5/+35 |
| | |