rust-analyzer/crates
2024-08-24 23:46:32 +03:00
..
base-db Remove unnecessary CfgFlag definition in project-model 2024-08-07 14:27:59 +02:00
cfg Remove unnecessary CfgFlag definition in project-model 2024-08-07 14:27:59 +02:00
hir Add helper methods to retrieve Future::Output and Iterator::Item 2024-08-24 23:46:32 +03:00
hir-def Add helper methods to retrieve Future::Output and Iterator::Item 2024-08-24 23:46:32 +03:00
hir-expand Improve proc-macro panic message and workspace loading failure diagnostic 2024-08-22 18:46:23 +02:00
hir-ty Preserve all spans for closure captures, not just one 2024-08-24 23:46:32 +03:00
ide Provide Future::Output and Iterator lang items 2024-08-24 23:46:32 +03:00
ide-assists Modify hacks::parse_expr_from_str() to take an edition too 2024-08-24 23:46:32 +03:00
ide-completion Modify hacks::parse_expr_from_str() to take an edition too 2024-08-24 23:46:32 +03:00
ide-db Modify hacks::parse_expr_from_str() to take an edition too 2024-08-24 23:46:32 +03:00
ide-diagnostics Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril 2024-08-16 13:49:32 +00:00
ide-ssr Properly account for editions in names 2024-08-16 16:46:24 +03:00
intern Provide Future::Output and Iterator lang items 2024-08-24 23:46:32 +03:00
limit Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
load-cargo Auto merge of #17864 - Veykril:lsif, r=Veykril 2024-08-12 12:34:31 +00:00
mbe Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
parser Properly account for editions in names 2024-08-16 16:46:24 +03:00
paths Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
proc-macro-api Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
proc-macro-srv Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
proc-macro-srv-cli Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
profile Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
project-model Improve documentation for InvocationStrategy 2024-08-19 14:23:05 +02:00
rust-analyzer Improve proc-macro panic message and workspace loading failure diagnostic 2024-08-22 18:46:23 +02:00
salsa Fix and enable unsafe_op_in_unsafe_fn 2024-07-25 08:41:30 +03:00
span Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
stdx Use crossbeam-channel from the workspace 2024-08-09 23:48:03 +02:00
syntax Provide impl From<ast::TypeOrConstParam> for ast::GenericParam 2024-08-24 23:46:32 +03:00
syntax-bridge Properly account for editions in names 2024-08-16 16:46:24 +03:00
test-fixture Newtype ErasedFileAstId 2024-08-05 13:46:47 +02:00
test-utils Provide Future::Output and Iterator lang items 2024-08-24 23:46:32 +03:00
text-edit Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
toolchain Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
tt Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00
vfs Remove the ability to configure the user config path 2024-08-19 15:12:33 +02:00
vfs-notify Auto merge of #17843 - mo8it:flycheck, r=Veykril 2024-08-12 09:27:47 +00:00