rust-analyzer/crates
Chayim Refael Friedman ba6f6e2e34 Add the quickfix for increasing visibility of a private field to the private-field diagnostic (previously it was only on no-such-field)
The difference between the diagnostics is that no-such-field is for record struct construction, while private-field is for dot syntax.

I tried to unify them, but there is a bit of uniqueness in each. This is possible but maybe not worth it.

Also, fix the quickfix when there is already a visibility to the field (replace it instead of appending to it).
2025-06-08 15:17:34 +03:00
..
base-db Bump salsa 2025-05-23 12:58:00 +02:00
cfg shrink_to_fit() in more places 2025-04-25 10:55:12 +03:00
edition
hir fix: Record macro calls for fields in ChildBySource impls 2025-06-06 07:34:42 +02:00
hir-def Give path segment type anchors their own grammar rule 2025-06-04 11:40:05 +02:00
hir-expand Add some more hir_expand::files conversions 2025-05-30 14:48:56 +02:00
hir-ty hir-ty: add incremental tests checking for infer invalidation 2025-06-03 13:48:45 -04:00
ide fix: Record macro calls for fields in ChildBySource impls 2025-06-06 07:34:42 +02:00
ide-assists Merge pull request #19869 from MatrixFrog/publicize_field 2025-06-03 06:11:28 +00:00
ide-completion add qualifiers to attribute completions 2025-06-04 11:02:48 -04:00
ide-db fix: Fix edition handling for names in rename logic 2025-06-02 15:27:13 +02:00
ide-diagnostics Add the quickfix for increasing visibility of a private field to the private-field diagnostic (previously it was only on no-such-field) 2025-06-08 15:17:34 +03:00
ide-ssr Properly implement might_be_inside_macro_call() using semantic information instead of syntactical hacks 2025-05-25 20:15:58 +03:00
intern chore: Remove support for concat_idents! 2025-05-28 03:59:32 +00:00
load-cargo refactor: Remove unnecessary AsAny trait 2025-05-05 16:42:17 +02:00
mbe Add some more hir_expand::files conversions 2025-05-30 14:48:56 +02:00
parser Better parser recovery for macro calls in type bound position 2025-06-05 16:11:30 +02:00
paths
proc-macro-api Adjust for salsa::Id::from_u32() being unsafe 2025-04-22 15:19:35 +03:00
proc-macro-srv Deduplicate code in proc-macro-srv 2025-06-05 07:25:15 +02:00
proc-macro-srv-cli
profile Fix signature of libc memory usage function on Linux 2025-04-16 16:56:45 +03:00
project-model Deduplicate code in proc-macro-srv 2025-06-05 07:25:15 +02:00
query-group-macro Bump salsa 2025-05-23 12:58:00 +02:00
rust-analyzer Merge pull request #19937 from Veykril/push-rvnylnlnxxyr 2025-06-06 05:45:48 +00:00
span Add some more hir_expand::files conversions 2025-05-30 14:48:56 +02:00
stdx perf: Request cancellation while processing changed files 2025-05-08 10:18:17 +02:00
syntax Give path segment type anchors their own grammar rule 2025-06-04 11:40:05 +02:00
syntax-bridge Add some more hir_expand::files conversions 2025-05-30 14:48:56 +02:00
test-fixture Enhance renaming to include identifiers that are generated from the original symbol 2025-06-02 15:26:21 +02:00
test-utils Merge pull request #19657 from ChayimFriedman2/better-offset-of 2025-04-22 13:28:34 +00:00
toolchain allow using null to unset an environment variable 2025-04-19 12:15:22 -04:00
tt Inline some format args 2025-05-16 12:03:59 +02:00
vfs internal: Restructure some semantics APIs for virtual macro files 2025-05-30 22:03:04 +02:00
vfs-notify Cleanup cfg check handling in expression store lowering 2025-04-29 11:44:11 +02:00