rust/crates
bors 489eeab978 Auto merge of #14960 - jneem:group-delim-span, r=Veykril
Add span to group.

This appears to fix #14959, but I've never contributed to rust-analyzer before and there were some things that confused me:

- I had to add the `fn byte_range` method to get it to build. This was added to rust in [April](https://github.com/rust-lang/rust/pull/109002), so I don't understand why it wasn't needed until now
- When testing, I ran into the fact that rust recently updated its `METADATA_VERSION`, so I had to test this with nightly-2023-05-20. But then I noticed that rust has its own copy of `rust-analyzer`, and the metadata version bump has already been [handled there](60e95e76d0). So I guess I don't really understand the relationship between the code there and the code here.
2023-06-10 11:15:16 +00:00
..
base-db Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
cfg Allow setting cfgs 2023-05-28 13:43:21 +02:00
flycheck Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
hir update assist to include more literals 2023-06-06 00:34:00 +02:00
hir-def Shrink hir_expand::attr::AttrInput by boxing a variant 2023-06-10 01:21:52 +02:00
hir-expand Shrink hir_expand::attr::AttrInput by boxing a variant 2023-06-10 01:21:52 +02:00
hir-ty Auto merge of #15022 - HKalbasi:nightly-mir-eval-panic, r=HKalbasi 2023-06-10 08:06:56 +00:00
ide Auto merge of #15022 - HKalbasi:nightly-mir-eval-panic, r=HKalbasi 2023-06-10 08:06:56 +00:00
ide-assists Auto merge of #14979 - DropDemBits:structure-snippets-migrate-1, r=Veykril 2023-06-09 19:26:01 +00:00
ide-completion Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
ide-db Count query entries in memory usage command 2023-06-10 01:49:32 +02:00
ide-diagnostics Fix missing terminator for slice pattern 2023-06-04 20:59:27 +03:30
ide-ssr
intern
limit
mbe Implement ${count()} metavariable expression 2023-05-28 19:54:36 +09:00
parser fix: assignment operators are right associative 2023-06-03 19:58:35 +09:00
paths
proc-macro-api Merge remote-tracking branch 'upstream/master' into sync-from-rust 2023-06-05 11:07:47 +03:00
proc-macro-srv Add span to group. 2023-06-07 08:48:19 -05:00
proc-macro-srv-cli
proc-macro-test
profile
project-model fix: Don't duplicate sysroot crates in rustc workspace 2023-05-31 15:37:35 +02:00
rust-analyzer Auto merge of #14960 - jneem:group-delim-span, r=Veykril 2023-06-10 11:15:16 +00:00
sourcegen
stdx Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
syntax Migrate extract_type_alias to mutable ast 2023-06-05 00:24:12 -04:00
test-utils Update builtin attribute list 2023-06-04 10:02:11 +02:00
text-edit
toolchain
tt
vfs
vfs-notify Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00