Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 |
|/ | |||||
* | Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically | Stephan Seitz | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 1 | -0/+53 |
| | |||||
* | Document some rust-analyzer specific protocol extensions | Aleksey Kladov | 2020-05-24 | 1 | -0/+62 |
| | |||||
* | Document matchingBrace LSP request | Aleksey Kladov | 2020-05-24 | 1 | -1/+46 |
| | |||||
* | Reorgonise extensions docs | Aleksey Kladov | 2020-05-24 | 1 | -48/+50 |
| | |||||
* | Link upstream issues | Aleksey Kladov | 2020-05-22 | 1 | -1/+7 |
| | |||||
* | CodeAction groups | Aleksey Kladov | 2020-05-22 | 1 | -2/+47 |
| | |||||
* | Use WorkspaceEdit for ssr | Aleksey Kladov | 2020-05-21 | 1 | -0/+35 |
| | |||||
* | Formalize JoinLines protocol extension | Aleksey Kladov | 2020-05-21 | 1 | -7/+59 |
| | |||||
* | Fix names of launch configuration in dev docs | Yuki Kodama | 2020-05-20 | 2 | -5/+5 |
| | |||||
* | Add snippetTextEdit protocol extension | Aleksey Kladov | 2020-05-19 | 1 | -0/+34 |
| | |||||
* | Use RA_LOG instead of RUST_LOG for logging | Aleksey Kladov | 2020-05-11 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Update debugging.md | KENTARO OKUDA | 2020-05-03 | 1 | -4/+4 |
| | |||||
* | Update syntax.md | KENTARO OKUDA | 2020-05-02 | 1 | -2/+2 |
| | |||||
* | Fix Typos | KENTARO OKUDA | 2020-05-02 | 1 | -20/+20 |
| | |||||
* | Fix Typos on guide.md | KENTARO OKUDA | 2020-05-01 | 1 | -4/+4 |
| | |||||
* | Fix Typos | KENTARO OKUDA | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | Update Roslyn link in syntax.md | Ömer Sinan Ağacan | 2020-04-30 | 1 | -1/+1 |
| | | | Eric Lippert has a new blog that he keeps updating, update the link to that | ||||
* | tiny fix in markdown ordered list | Youngsuk Kim | 2020-04-28 | 1 | -1/+1 |
| | | | `.3` => `3.` | ||||
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -23/+23 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -54/+54 |
| | |||||
* | vscode: move docks about syntax tree to dev/README.md | veetaha | 2020-04-02 | 1 | -0/+10 |
| | |||||
* | Fix dev guide broken links | Laurențiu Nicola | 2020-02-18 | 1 | -12/+12 |
| | |||||
* | Rename config value for server Path | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 3 | -20/+20 |
| | |||||
* | Replace ra_cli mentions | Laurențiu Nicola | 2020-02-17 | 2 | -8/+4 |
| | |||||
* | Fix RA_PROFILE typo in docs | Laurențiu Nicola | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | docs: Fix grammar mistakes | Veetaha | 2020-02-16 | 1 | -4/+4 |
| | |||||
* | Fix typo | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Remove ptrace note | Veetaha | 2020-02-16 | 1 | -1/+0 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add more verbose description | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add the article | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Reworded abit | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add an article | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Migrate from 'npm i' to 'npm install' | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Make Rust Great Again | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Apply better wording as per lnicola | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> | ||||
* | Add the article | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]> |