rust/crates
David Lattimore fa1e411322 SSR: Wrap placeholder expansions in parenthesis when necessary
e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()`
not `1 + 2.to_string()`

We don't yet try to determine if the whole replacement needs to be
wrapped in parenthesis. That's harder and I think perhaps less often an
issue.
2020-07-30 20:32:01 +10:00
..
expect Add a license field to all the crates 2020-07-14 10:57:26 +09:00
flycheck cargo_metadata 0.11.1 and cargo update 2020-07-29 17:06:56 -04: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 Rename 2020-07-30 11:58:41 +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 Rename Rename 2020-07-30 11:58:41 +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 Split ItemList & AssocItemList 2020-07-30 11:50:56 +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 Rename 2020-07-30 11:58:41 +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 Fixes 2020-07-30 10:43:47 +02:00
ra_project_model cargo_metadata 0.11.1 and cargo update 2020-07-29 17:06:56 -04:00
ra_ssr SSR: Wrap placeholder expansions in parenthesis when necessary 2020-07-30 20:32:01 +10:00
ra_syntax Update tests 2020-07-30 12:01:14 +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 Rename metric 2020-07-30 12: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