rust-analyzer/crates
Trevor Gross e6e5e3cc41 chore: Remove support for concat_idents!
`concat_idents!` was deprecated in [1] and will be removed in the near
future. rust-analyzer's support is independent of rustc's, so drop RA
support now to make syncing easier.

[1]: https://github.com/rust-lang/rust/pull/137653
2025-05-28 03:59:32 +00: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 chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
hir Make Semantics<'db, DB> support Semantics<'db, dyn HirDatabase>, by use of DB: ?Sized 2025-05-27 10:43:28 +02:00
hir-def chore: Remove support for concat_idents! 2025-05-28 03:59:32 +00:00
hir-expand chore: Remove support for concat_idents! 2025-05-28 03:59:32 +00:00
hir-ty fix: Skip pattern analysis on type mismatches 2025-05-28 08:11:14 +09:00
ide Properly implement might_be_inside_macro_call() using semantic information instead of syntactical hacks 2025-05-25 20:15:58 +03:00
ide-assists Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent 2025-05-26 08:29:22 +00:00
ide-completion Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir 2025-05-26 21:34:18 +00:00
ide-db Merge pull request #19864 from ChayimFriedman2/is-in-macro 2025-05-26 05:21:01 +00:00
ide-diagnostics fix: Skip pattern analysis on type mismatches 2025-05-28 08:11:14 +09: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 minor: Add a mbe test for parsing negative literals 2025-05-05 12:10:48 +02:00
parser Bump rustc crates 2025-05-20 10:03:14 +03:00
paths cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-api Adjust for salsa::Id::from_u32() being unsafe 2025-04-22 15:19:35 +03:00
proc-macro-srv Correctly set the span of the proc_macro crate's Group delimiters 2025-05-21 18:31:14 +03:00
proc-macro-srv-cli chore: Remove salsa dependency from proc-macro server again 2025-03-27 07:27:57 +01:00
profile Fix signature of libc memory usage function on Linux 2025-04-16 16:56:45 +03:00
project-model Merge pull request #19807 from Veykril/lw-qyynkqysuyuy 2025-05-16 13:21:15 +00:00
query-group-macro Bump salsa 2025-05-23 12:58:00 +02:00
rust-analyzer Merge pull request #19819 from Veykril/push-utvzwvwuuvlm 2025-05-26 08:28:16 +00:00
span Update salsa 2025-04-29 19:26:19 +02:00
stdx perf: Request cancellation while processing changed files 2025-05-08 10:18:17 +02:00
syntax Merge from rust-lang/rust 2025-05-20 10:01:00 +03:00
syntax-bridge Preallocate parser::Input 2025-04-25 17:18:14 +03:00
test-fixture refactor: Remove unnecessary AsAny trait 2025-05-05 16:42:17 +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 cargo fmt 2025-03-15 21:32:01 +01:00
vfs-notify Cleanup cfg check handling in expression store lowering 2025-04-29 11:44:11 +02:00