Commit graph

73 commits

Author SHA1 Message Date
Kirill Bulatov d5bedf8d6d Update Zulip link and macro privacy statement 2021-04-06 21:42:27 +03:00
Jonas Schievink 395d6cb765 README: drop "experimental" 2021-03-29 15:29:11 +02:00
Vincent Esche cbf784f85a Directly link changelog from quick-links section in 'README.md' file 2021-02-28 13:20:05 +01:00
Aramis Razzaghipour 87dd7aab8b Replace logo in readme with SVG version 2020-08-28 21:42:12 +10:00
Aleksey Kladov 1b0c7701cc Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
Aleksey Kladov 2aa9d4a699 Link metrics 2020-07-25 00:18:21 +02:00
Aleksey Kladov 603ebb1f59 Add Embark Studios to the sponsors list
Forgot to do this when updating the sponsors list on the website the
last time :(
2020-06-15 15:06:03 +02:00
Aleksey Kladov 232a1de222 Link forum topic 2020-05-28 10:19:01 +02:00
Aleksey Kladov c629ada820 Link proper docs from readme 2020-03-05 17:26:47 +01:00
Aleksey Kladov c0fa5e2246 Rename the binary to rust-analyzer 2020-02-18 12:33:16 +01:00
Florian Diebold 9bb699b28d Some README fixes/cleanups
Make capitalization more consistent and fix some typos.
2020-02-09 13:35:54 +01:00
Aleksey Kladov 9f68f7acf2 Tweak readme 2020-01-29 13:25:32 +01:00
Aleksey Kladov 286930f1b6 Add logo 2020-01-15 15:48:11 +01:00
Florian Diebold c4ce7fe08b Add freiheit.com to list of sponsors 2020-01-10 15:07:27 +01:00
Aleksey Kladov dd2f2dc376 link website 2019-12-16 18:41:03 +01:00
Laurențiu Nicola 78e8934976 Code: check whether the LSP binary is in PATH 2019-12-08 15:04:37 +02:00
Aleksey Kladov 757e593b25 rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
Aleksey Kladov e975f6364c add ws 2019-11-20 09:20:53 +03:00
Aleksey Kladov 089e9ba52f Remove CI badge 2019-11-18 19:27:41 +03:00
Aleksey Kladov a66ed0032a Remove obsolete links 2019-11-18 12:45:33 +03:00
Aleksey Kladov 7b15c4f7ae WIP: move to xtasks 2019-10-17 22:54:38 +03:00
Aleksey Kladov 9a7c8d4b0f scale website back
We have dedicated https://rust-analyzer.github.io/ now
2019-10-17 22:37:01 +03:00
Aleksey Kladov 1e16ac0315 tweak installation process 2019-09-18 14:24:20 +03:00
Aleksey Kladov c46889ac41 fix links 2019-09-02 15:02:45 +03:00
Aleksey Kladov 798dc2ca80 start GitHub pages 2019-09-02 14:42:23 +03:00
Tom Hennigan 609b1190c9
Fix rls URL.
Docs folder was removed in rust-lang/compiler-team@dbe0ee74e9.
2019-08-02 15:19:19 +01:00
Aleksey Kladov ecb1327fed Overhaul installation process
The new commands are

$ cargo install-ra --client-code
$ cargo install-ra --server --jemalloc
2019-07-27 14:35:18 +03:00
Aleksey Kladov 5066326ec2 update readme 2019-07-20 17:39:39 +03:00
Aleksey Kladov 9f03c07812 fix logo 2019-05-21 17:43:24 +03:00
Niko Matsakis 02ecd6727a
mozilla is sponsoring as well 2019-05-21 06:27:07 -04:00
Aleksey Kladov b1c865fd5a add links to readme 2019-03-26 15:38:46 +03:00
Aleksey Kladov b92a5222af link docs from dev docs, not from the main readme
If you want to **use** ra, you don't need api docs
2019-03-25 10:27:43 +03:00
robojumper 022d88cf4c Add docs build 2019-03-23 22:03:41 +01:00
bjorn3 290237d2eb
Update README.md
Co-Authored-By: matklad <aleksey.kladov@gmail.com>
2019-03-20 17:39:56 +03:00
Aleksey Kladov ab9fef1ee2 sadly, we support only a single language atm 2019-03-20 12:25:03 +03:00
Aleksey Kladov 505bd45bcc fix links 2019-03-20 12:24:12 +03:00
Aleksey Kladov 56ad19ef02 fix links 2019-03-20 12:21:55 +03:00
Aleksey Kladov 206bbe9c93 README is short and up to the point 2019-03-20 10:00:54 +03:00
Aleksey Kladov 91203699ec introduce docs dir 2019-03-20 09:37:51 +03:00
Wilco Kusee 4133681e7e Point to the compiler-team repo directly 2019-03-13 19:36:26 +01:00
Aleksey Kladov 03691c797a update readme to point to the WG 2019-02-12 17:55:02 +03:00
Jeremy Kolb 3c17643b30 Go to Implementation for structs and enums 2019-01-29 19:13:02 -05:00
Aleksey Kladov d1a67c1174 align command naming 2019-01-28 15:01:22 +03:00
Hirokazu Hata 7bd38fb927 Add install-lsp subcommand 2019-01-24 03:48:25 +09:00
Hirokazu Hata 33b8d25d52 Add supported LSP features to README.md 2019-01-24 02:16:20 +09:00
Andrew Ross 3d7f188065 Corrected the readme on debugging 2019-01-19 15:37:25 +03:00
Andrew Ross 1800bfb6e6 Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is set
Changed presentation from clear to reveal silent
Removed the vscode gitignore entry
Added debugging documentation
Added tasks and launch configs
2019-01-19 15:36:54 +03:00
Aleksey Kladov afe5f26239 tweak readme 2019-01-13 13:51:26 +03:00
Yerkebulan Tulibergenov 113a24855f update README with Rust 1.31 2018-12-28 14:02:23 -08:00
Philipp Hansch cb659cd262
Remove AppVeyor 2018-11-07 17:06:37 +01:00