rust-analyzer/crates/hir-expand/src
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
..
builtin chore: Remove support for concat_idents! 2025-05-28 03:59:32 +00:00
attrs.rs add assert to check ast_index smaller than INNER_ATTR_SET_BIT 2025-05-08 23:37:47 +09:00
builtin.rs cargo fmt 2025-03-15 21:32:01 +01:00
cfg_process.rs cargo fmt 2025-03-15 21:32:01 +01:00
change.rs Split out salsa_macros 2025-04-29 19:43:36 +02:00
db.rs Split out salsa_macros 2025-04-29 19:43:36 +02:00
declarative.rs Cleanup cfg check handling in expression store lowering 2025-04-29 11:44:11 +02:00
eager.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
files.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
fixup.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
hygiene.rs refactor: Remove unnecessary extension trait 2025-04-29 13:53:57 +02:00
inert_attr_macro.rs Merge from rust-lang/rust 2025-04-28 11:06:53 +03:00
lib.rs Fix IDE resolution of item macros 2025-05-25 17:20:20 +03:00
mod_path.rs refactor: Remove unnecessary extension trait 2025-04-29 13:53:57 +02:00
name.rs Don't escape 'static 2025-04-26 21:20:43 +03:00
prettify_macro_expansion_.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
proc_macro.rs refactor: Remove unnecessary AsAny trait 2025-05-05 16:42:17 +02:00
span_map.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00