Commit Graph

29 Commits

Author SHA1 Message Date
Amos Wenger 307be7cc7c Add CARGO_WORKSPACE_DIR env var in `.cargo/config.toml`
As discussed in https://github.com/rust-analyzer/expect-test/issues/33
2022-07-19 13:02:16 +02:00
Laurențiu Nicola 0989f436b2 Rename cargo config to config.toml 2022-04-21 21:08:07 +03:00
Laurențiu Nicola 6037ff3a58 Remove old install-ra cargo alias 2022-04-21 21:06:28 +03:00
Matthias Krüger 5008e56821 xtask: replace "lint" command by a simply cargo alias
This strips the run_clippy implementation out of xtask and replaces it by
a simple "cargo lint" alias which runs clippy with the corresponding flags.

Unfortunately  I could not name the alias "clippy" because that would lead to infinite recursion.
2021-03-14 13:36:45 +01:00
Aleksey Kladov 97d380c0d5 Use lld on winsows 2020-08-19 20:17:49 +02:00
Aleksey Kladov 63f327be67 Alternative quite tests alias 2019-11-20 22:22:32 +03:00
Aleksey Kladov 52389657c5 Alias for less verbose tests 2019-11-17 18:26:52 +03:00
Aleksey Kladov 5376c769f0 rename tools -> xtask 2019-10-17 23:14:05 +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 798dc2ca80 start GitHub pages 2019-09-02 14:42:23 +03: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 10d34532e3 rename tools -> ra_tools
This should help with caching on CI I hope (see .travis.yml
before_cache)
2019-06-11 01:47:37 +03:00
Alan Du a181fd318b Implement cargo lint to run clippy 2019-06-03 20:34:00 -04:00
DJMcNab b42b7450a2 Add `cargo jinstall-lsp` as a shorthand to include jemalloc support 2019-01-29 17:02:06 +00:00
Hirokazu Hata 7bd38fb927 Add install-lsp subcommand 2019-01-24 03:48:25 +09:00
DJMcNab f61830d676 Add a fuzzing subcommand 2018-12-31 13:14:06 +00:00
DJMcNab cbce28a348 Reimplement format-hook using a rust binary 2018-12-09 12:27:13 +00:00
DJMcNab 1e554d551f Fix alignment of `.cargo/config` 2018-12-09 10:41:42 +00:00
DJMcNab e823db0698 Implement and test format hook 2018-12-09 10:29:13 +00:00
Muhammad Mominul Huque d14610dab4 initial implementation 2018-10-31 23:39:21 +03:00
Aleksey Kladov 2f4a248f80 rename gen-kinds to gen-syntax 2018-10-16 21:17:19 +03:00
Daniel McNab 80eefcbc05 Add `cargo gen-kinds` documentation 2018-10-04 21:43:58 +01:00
Aleksey Kladov b5021411a8 rename all things 2018-09-16 13:07:39 +03:00
Aleksey Kladov 72d49c5a10 cmd to install code extension 2018-07-30 22:17:33 +03:00
Aleksey Kladov 3b6a6f6673 Add render test functionality 2018-07-30 16:16:58 +03:00
Aleksey Kladov 6983091d6d Cleanup tools 2018-07-30 14:06:22 +03:00
Aleksey Kladov 9b3d806b0d Add infra for inline tests 2018-02-03 22:34:35 +03:00
Aleksey Kladov bb381a7ff7 Move tools to a separate package 2018-02-03 12:51:06 +03:00