rust/crates
Clemens Wasser 2e562c158f ra_project_model: Fix configuration of features
This commit fixes the handling of user-defined configuration
of some cargo options. Previously you could either specify
`--all-features`, `--no-default-features` or `--features`.
Now you can specify either `--all-features` or `--no-default-features`
and `--features`. This commit also corrects the `--features`
command-line argument creation inside of `load_extern_resources`.
2020-07-30 16:28:29 +02:00
..
expect Add a license field to all the crates 2020-07-14 10:57:26 +09:00
flycheck flycheck: Added checkOnSave.noDefaultFeatures 2020-07-30 16:04:01 +02:00
paths Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_arena Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_assists Rename UseItem -> Use 2020-07-30 14:20:33 +02:00
ra_cfg Cleanup CFG API 2020-07-23 16:53:12 +02:00
ra_db More Rustic API for Env 2020-07-21 17:17:21 +02:00
ra_fmt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_hir Add a builder for DiagnosticSink 2020-07-24 16:30:12 +02:00
ra_hir_def Update tests 2020-07-30 14:20:33 +02:00
ra_hir_expand Rename ModuleItem -> Item 2020-07-30 00:23:03 +02:00
ra_hir_ty Merge #5524 2020-07-24 20:18:01 +00:00
ra_ide Rename UseItem -> Use 2020-07-30 14:20:33 +02:00
ra_ide_db Rename Rename 2020-07-30 11:58:41 +02:00
ra_mbe Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_parser Rename UseItem -> Use 2020-07-30 14:20:33 +02:00
ra_proc_macro Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro_srv cargo_metadata 0.11.1 and cargo update 2020-07-29 17:06:56 -04:00
ra_prof Print errors when failing to create a perf counter 2020-07-30 14:34:11 +02:00
ra_project_model ra_project_model: Fix configuration of features 2020-07-30 16:28:29 +02:00
ra_ssr Rename UseItem -> Use 2020-07-30 14:20:33 +02:00
ra_syntax Update tests 2020-07-30 14:20:33 +02:00
ra_text_edit Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_toolchain Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_tt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
rust-analyzer flycheck: Added checkOnSave.noDefaultFeatures 2020-07-30 16:04:01 +02:00
stdx Replace superslice with API on path to stabilization 2020-07-23 12:59:18 +02:00
test_utils Allow multiline annotations 2020-07-14 14:58:10 +02:00
vfs Add one more test 2020-07-26 11:05:28 +02:00
vfs-notify Simplify exclusion logic 2020-07-18 16:40:10 +02:00