rust-analyzer/crates/ide-ssr/src
Chayim Refael Friedman 2fc0dc0f13 Pass the target crate in HirFormatter
This is required to format evaluated consts, because we need trait env, and it needs the crate (currently it uses the last crate in topological order, which is wrong, the next commit will fix that).
2025-03-06 21:00:05 +02:00
..
errors.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
fragments.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
from_comment.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
lib.rs manual: Convert to mdbook 2025-01-24 13:23:22 -08:00
matching.rs Pass the target crate in HirFormatter 2025-03-06 21:00:05 +02:00
nester.rs Run cargo fmt 2022-07-20 15:06:15 +02:00
parsing.rs minor: Remove intermediate allocations 2024-10-24 13:34:32 +02:00
replacing.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
resolving.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
search.rs Show expansion errors in expand_macro feature 2024-12-13 09:36:03 +01:00
tests.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00