diff options
author | Zac Pullar-Strecker <[email protected]> | 2020-07-31 03:12:44 +0100 |
---|---|---|
committer | Zac Pullar-Strecker <[email protected]> | 2020-07-31 03:12:44 +0100 |
commit | f05d7b41a719d848844b054a16477b29d0f063c6 (patch) | |
tree | 0a8a0946e8aef2ce64d4c13d0035ba41cce2daf3 /README.md | |
parent | 73ff610e41959e3e7c78a2b4b25b086883132956 (diff) | |
parent | 6b7cb8b5ab539fc4333ce34bc29bf77c976f232a (diff) |
Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links
Hasn't fixed tests yet.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -2,11 +2,8 @@ | |||
2 | <img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo"> | 2 | <img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo"> |
3 | </p> | 3 | </p> |
4 | 4 | ||
5 | rust-analyzer is an **experimental** modular compiler frontend for the Rust | 5 | rust-analyzer is an **experimental** modular compiler frontend for the Rust language. |
6 | language. It is a part of a larger rls-2.0 effort to create excellent IDE | 6 | It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust. |
7 | support for Rust. If you want to get involved, check the rls-2.0 working group: | ||
8 | |||
9 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 | ||
10 | 7 | ||
11 | Work on rust-analyzer is sponsored by | 8 | Work on rust-analyzer is sponsored by |
12 | 9 | ||
@@ -25,8 +22,8 @@ If you want to **contribute** to rust-analyzer or are just curious about how | |||
25 | things work under the hood, check the [./docs/dev](./docs/dev) folder. | 22 | things work under the hood, check the [./docs/dev](./docs/dev) folder. |
26 | 23 | ||
27 | If you want to **use** rust-analyzer's language server with your editor of | 24 | If you want to **use** rust-analyzer's language server with your editor of |
28 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help | 25 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. |
29 | you be more productive when using rust-analyzer. | 26 | It also contains some tips & tricks to help you be more productive when using rust-analyzer. |
30 | 27 | ||
31 | ## Communication | 28 | ## Communication |
32 | 29 | ||
@@ -40,8 +37,9 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 | |||
40 | 37 | ||
41 | ## Quick Links | 38 | ## Quick Links |
42 | 39 | ||
43 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide/ | ||
44 | * Website: https://rust-analyzer.github.io/ | 40 | * Website: https://rust-analyzer.github.io/ |
41 | * Metrics: https://rust-analyzer.github.io/metrics/ | ||
42 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide/ | ||
45 | 43 | ||
46 | ## License | 44 | ## License |
47 | 45 | ||