rust-analyzer/crates/ide/src
Lukas Wirth f9935be013
Merge pull request #18264 from ChayimFriedman2/semi-transparent
fix: Implement mixed site hygiene
2024-10-23 12:33:50 +00:00
..
annotations Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
doc_links Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
hover fix dyn incompatible hint message 2024-10-23 18:10:14 +08:00
inlay_hints Don't emit edits for postfix adjustment hints 2024-10-23 10:24:58 +02:00
syntax_highlighting Update ide tests 2024-10-21 11:28:19 +02:00
typing Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
annotations.rs Update ide tests 2024-10-21 11:28:19 +02:00
call_hierarchy.rs feat: respect references.exclude_tests in call-hierarchy 2024-10-13 05:19:28 +08:00
doc_links.rs Give InlineAsmOperand a HIR representation 2024-09-05 12:40:48 +02:00
expand_macro.rs Fix a bug in span map merge, and add explanations of how span maps are stored 2024-09-23 01:54:40 +03:00
extend_selection.rs Remove DescendPreference::SameText 2024-08-22 12:34:20 +02:00
fetch_crates.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
file_structure.rs fix: Allow flyimport to import primitive shadowing modules 2024-07-21 13:26:19 +02:00
fixture.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
folding_ranges.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
goto_declaration.rs internal: Filter out opaque tokens in some of IDE feature macro descensions 2024-10-04 11:53:12 +02:00
goto_definition.rs Implement semitransparent hygiene 2024-10-22 21:26:56 +03:00
goto_implementation.rs Remove DescendPreference::SameText 2024-08-22 12:34:20 +02:00
goto_type_definition.rs internal: Filter out opaque tokens in some of IDE feature macro descensions 2024-10-04 11:53:12 +02:00
highlight_related.rs Only Highlight Exit Points on async Token 2024-10-08 23:30:05 +02:00
hover.rs Fix sorting order for tokens in hover 2024-08-22 18:08:36 +02:00
inlay_hints.rs Add text edit to binding mode hints 2024-10-23 09:52:03 +02:00
interpret_function.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
join_lines.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
lib.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
markdown_remove.rs Auto merge of #16155 - Waqar144:work/fix-16142, r=lnicola 2023-12-19 07:22:46 +00:00
markup.rs Consider interleaving hover kinds 2024-08-22 17:29:32 +02:00
matching_brace.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
moniker.rs Give InlineAsmOperand a HIR representation 2024-09-05 12:40:48 +02:00
move_item.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
navigation_target.rs Remove ImportSource::ExternCrate as the fixed point loop can't affect it 2024-10-05 15:02:47 +02:00
parent_module.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
references.rs fix: Fix token downmapping failing for include! inputs 2024-10-21 17:22:18 +02:00
rename.rs feat: handle self-param outside of methods when renaming 2024-10-14 22:32:34 +08:00
runnables.rs Update ide tests 2024-10-21 11:28:19 +02:00
signature_help.rs Remove DescendPreference::SameText 2024-08-22 12:34:20 +02:00
ssr.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
static_index.rs Auto merge of #17900 - darichey:exclude-vendored-libraries, r=davidbarsky 2024-08-16 14:25:36 +00:00
status.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
syntax_highlighting.rs internal: Filter out opaque tokens in some of IDE feature macro descensions 2024-10-04 11:53:12 +02:00
syntax_tree.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
test_explorer.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
typing.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
view_crate_graph.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
view_hir.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
view_item_tree.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
view_memory_layout.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
view_mir.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00