rust/crates
Yutaro Ohno e076192dd8 Improve error handling for top-level let statements
This commit addresses the issue of excessive and unrelated errors
generated by top-level `let` statements. Now, only a single error is
produced, indicating that `let` statements are invalid at the top level.
2023-12-01 10:37:21 +09:00
..
base-db Switch to our own salsa fork 2023-11-26 13:06:36 +02:00
cfg v3 2023-11-23 02:15:47 +01:00
flycheck Bump cargo_metadata 2023-11-15 21:18:49 +02:00
hir fix: don't make MissingMatchArms diagnostic for empty match body 2023-11-26 22:57:30 +08:00
hir-def Remove debugging code in path resolution 2023-11-17 20:58:43 +02:00
hir-expand Auto merge of #15902 - lnicola:bump-deps, r=Veykril 2023-11-15 19:37:06 +00:00
hir-ty fix variant resolve for type alias 2023-11-26 21:00:11 +08:00
ide Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:06:44 -08:00
ide-assists Auto merge of #15857 - Young-Flash:fix, r=Veykril 2023-11-27 16:14:31 +00:00
ide-completion fix variant resolve for type alias 2023-11-26 21:00:11 +08:00
ide-db Bump memchr 2023-11-15 21:24:20 +02:00
ide-diagnostics update: filter out syntax error in test 2023-11-30 19:35:25 +08:00
ide-ssr Bump itertools 2023-11-15 12:53:56 +02:00
intern Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
limit Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
load-cargo Bump tracing 2023-11-15 13:00:32 +02:00
mbe Bump tracing 2023-11-15 13:00:32 +02:00
parser Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00
paths Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
proc-macro-api Bump tracing 2023-11-15 13:00:32 +02:00
proc-macro-srv Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv-cli Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
proc-macro-test Bump cargo_metadata 2023-11-15 21:18:49 +02:00
profile Bump libc 2023-11-16 21:48:49 +02:00
project-model Precede paths with $ROOT$ 2023-11-23 12:34:38 +01:00
rust-analyzer Auto merge of #15946 - roife:master, r=Veykril 2023-11-27 16:02:53 +00:00
rustc-dependencies Bump ra-ap-rustc_index and ra-ap-rustc_abi 2023-11-25 20:36:45 +02:00
sourcegen Bump xshell 2023-11-15 21:12:18 +02:00
stdx Bump libc 2023-11-16 21:48:49 +02:00
syntax Bump rayon 2023-11-15 21:14:56 +02:00
test-utils Bump dissimilar 2023-11-15 13:34:56 +02:00
text-edit Bump itertools 2023-11-15 12:53:56 +02:00
toolchain ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
tt Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra 2023-08-07 12:03:15 +03:00
vfs Bump indexmap 2023-11-15 13:21:34 +02:00
vfs-notify Remove outdated comment 2023-11-15 13:27:48 +02:00