]> git.lizzy.rs Git - rust.git/blobdiff - .cargo/config
Respect attributes in Hygiene token up-mapping
[rust.git] / .cargo / config
index 3ac2ce3363c05d3712d4906edc3c997151453701..1447614b76363d6cd61b64c0a1678fcdd3988e64 100644 (file)
@@ -1,23 +1,9 @@
 [alias]
-# Automatically generates the ast and syntax kinds files
-gen-syntax   = "run --package ra_tools --bin ra_tools -- gen-syntax"
-# Extracts the tests from
-gen-tests    = "run --package ra_tools --bin ra_tools -- gen-tests"
-# Installs ra_lsp_server
-install-lsp = "install --path crates/ra_lsp_server --force"
-# Installs ra_lsp_server with the jemalloc feature
-jinstall-lsp = "install --path crates/ra_lsp_server --force --features jemalloc"
-# Installs the visual studio code extension
-install-code = "run --package ra_tools --bin ra_tools -- install-code"
-# Formats the full repository or installs the git hook to do it automatically.
-format       = "run --package ra_tools --bin ra_tools -- format"
-format-hook  = "run --package ra_tools --bin ra_tools -- format-hook"
-# Run clippy
-lint         = "run --package ra_tools --bin ra_tools -- lint"
+xtask = "run --package xtask --bin xtask --"
+install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
+tq = "test -- -q"
+qt = "tq"
+lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"
 
-# Runs the fuzzing test suite (currently only parser)
-fuzz-tests   = "run --package ra_tools --bin ra_tools -- fuzz-tests"
-
-render-test  = "run --package ra_cli -- render-test"
-# Parse a file. This should be piped the file contents
-parse        = "run --package ra_cli -- parse"
+[target.x86_64-pc-windows-msvc]
+linker = "rust-lld"