rust/crates
bors[bot] e652545472
Merge #9830
9830: Enable more assists to generate default trait body impls r=Veykril a=yoshuawuyts

Enable more assists to benefit from trait body generation. Follow-up to #9825 and #9814.

__edit:__ I'd like to move the existing tests to this new file too, but I'll do that in a follow-up PR.

Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2021-08-10 10:27:55 +00:00
..
base_db
cfg internal: remove useless helpers 2021-08-09 15:58:21 +03:00
flycheck
hir Add trait codegen to add_missing_impl_members assist 2021-08-10 10:27:52 +02:00
hir_def fix: avoid pathological macro expansions 2021-08-09 16:15:02 +03:00
hir_expand fix: avoid pathological macro expansions 2021-08-09 16:15:02 +03:00
hir_ty Increase chalk overflow depth 2021-08-08 18:40:28 +03:00
ide [semantic-highlighting] functions that consume are marked as HlMod::Consuming 2021-08-10 07:31:30 +00:00
ide_assists implement feedback from review 2021-08-10 12:21:48 +02:00
ide_completion fix: avoid pathological macro expansions 2021-08-09 16:15:02 +03:00
ide_db Remove unused structs in ide_db 2021-08-05 12:04:37 +01:00
ide_diagnostics Merge #9810 2021-08-08 10:35:00 +00:00
ide_ssr fix: avoid pathological macro expansions 2021-08-09 16:15:02 +03:00
limit
mbe internal: remove useless helpers 2021-08-09 15:58:21 +03:00
parser Split the test 2021-08-04 03:01:48 -07:00
paths
proc_macro_api
proc_macro_srv Copy the proc_macro crate for the 1.56 ABI 2021-08-07 16:34:59 +01:00
proc_macro_test
profile
project_model
rust-analyzer Merge #9830 2021-08-10 10:27:55 +00:00
sourcegen
stdx
syntax generate method assist 2021-08-09 21:06:24 +04:30
test_utils Add gen default for tuple structs 2021-08-09 17:40:50 +02:00
text_edit minor: as per code-styple, add invariant comment 2021-08-09 13:13:02 +03:00
toolchain
tt
vfs
vfs-notify