rust-analyzer/crates/ide/src
2025-09-18 18:55:13 -04:00
..
annotations cargo fmt 2025-03-15 21:32:01 +01:00
doc_links Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
hover fix negative const generic integer literals 2025-09-18 18:55:13 -04:00
inlay_hints Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics 2025-09-15 18:56:17 +03:00
syntax_highlighting Add the rust-analyzer.semanticHighlighting.comments.enable configuration value 2025-09-17 15:46:23 +02:00
typing Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
annotations.rs cargo clippy --fix 2025-07-31 10:55:10 +02:00
call_hierarchy.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
child_modules.rs internal: rename children_modules to child_modules 2025-04-09 12:43:49 -04:00
doc_links.rs Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00
expand_macro.rs fix: Fix expand macro recursively not working correctly for nested macro calls 2025-09-16 09:16:42 +02:00
extend_selection.rs cargo clippy --fix 2025-07-31 10:55:10 +02:00
fetch_crates.rs cargo fmt 2025-03-15 21:32:01 +01:00
file_structure.rs fix errors after rebase 2025-08-13 15:33:08 +08:00
fixture.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
folding_ranges.rs Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00
goto_declaration.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
goto_definition.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
goto_implementation.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
goto_type_definition.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
highlight_related.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
hover.rs Don't mark unknown type as implementing every notable trait 2025-09-15 07:57:19 +03:00
inlay_hints.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
interpret.rs cargo fmt 2025-03-15 21:32:01 +01:00
join_lines.rs cargo clippy --fix 2025-07-31 10:55:10 +02:00
lib.rs Merge pull request #20583 from btj/comments-enable 2025-09-17 14:06:17 +00:00
markdown_remove.rs
markup.rs
matching_brace.rs cargo fmt 2025-03-15 21:32:01 +01:00
moniker.rs Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00
move_item.rs Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00
navigation_target.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
parent_module.rs cargo clippy --fix 2025-07-31 10:55:10 +02:00
references.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
rename.rs Allow renaming when there are multiple definitions (due to macros) even when some cannot rename 2025-08-05 00:10:21 +03:00
runnables.rs Resolve paths to snapshot test libraries absolutely 2025-09-09 10:38:20 +03:00
signature_help.rs impl HirDisplay for next_solver::Ty 2025-08-17 16:04:49 +00:00
ssr.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
static_index.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
status.rs Add expression fill mode variant for filling with underscore expressions 2025-04-28 10:39:36 +02:00
syntax_highlighting.rs Add the rust-analyzer.semanticHighlighting.comments.enable configuration value 2025-09-17 15:46:23 +02:00
test_explorer.rs make TryToNav take Semantics instead of RootDatabase 2025-09-08 15:59:46 -04:00
typing.rs feat: Insert required parentheses when typing + in trait type 2025-06-16 19:02:18 +02:00
view_crate_graph.rs Bump salsa 2025-07-03 10:05:16 +02:00
view_hir.rs internal: Render sigantures with view hir command 2025-04-13 12:13:28 +02:00
view_item_tree.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
view_memory_layout.rs Replace layout_of_ty with layout_of_ty_ns 2025-08-17 16:04:50 +00:00
view_mir.rs cargo fmt 2025-03-15 21:32:01 +01:00
view_syntax_tree.rs cargo fmt 2025-03-15 21:32:01 +01:00