rust-analyzer/crates/ide/src
Lukas Wirth e464ff8c75
Some checks failed
metrics / build_metrics (push) Waiting to run
metrics / other_metrics (diesel-1.4.8) (push) Blocked by required conditions
metrics / other_metrics (hyper-0.14.18) (push) Blocked by required conditions
metrics / other_metrics (ripgrep-13.0.0) (push) Blocked by required conditions
metrics / other_metrics (self) (push) Blocked by required conditions
metrics / other_metrics (webrender-2022) (push) Blocked by required conditions
metrics / generate_final_metrics (push) Blocked by required conditions
rustdoc / rustdoc (push) Waiting to run
release / publish (push) Has been cancelled
autopublish / publish (push) Has been cancelled
release / dist (aarch64-apple-darwin) (push) Has been cancelled
release / dist (x86_64-apple-darwin) (push) Has been cancelled
release / dist (aarch64-unknown-linux-gnu) (push) Has been cancelled
release / dist (arm-unknown-linux-gnueabihf) (push) Has been cancelled
release / dist (x86_64-unknown-linux-gnu) (push) Has been cancelled
release / dist (aarch64-pc-windows-msvc) (push) Has been cancelled
release / dist (x86_64-pc-windows-msvc) (push) Has been cancelled
release / dist (i686-pc-windows-msvc) (push) Has been cancelled
release / dist (x86_64-unknown-linux-musl) (push) Has been cancelled
Merge pull request #19687 from gohome001/highlight_unsafe
feat: highlight unsafe operations
2025-05-18 08:44:10 +00:00
..
annotations cargo fmt 2025-03-15 21:32:01 +01:00
doc_links check module path inner or outer 2025-05-07 00:36:17 +09:00
hover add doc link test for hover 2025-05-07 00:36:52 +09:00
inlay_hints Render more lifetimes 2025-05-02 14:36:18 +02:00
syntax_highlighting check module path inner or outer 2025-05-07 00:36:17 +09:00
typing Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
annotations.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
call_hierarchy.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
child_modules.rs internal: rename children_modules to child_modules 2025-04-09 12:43:49 -04:00
doc_links.rs extract function: doc_attributes to find def from inner doc 2025-05-07 03:12:19 +09:00
expand_macro.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
extend_selection.rs cargo fmt 2025-03-15 21:32:01 +01:00
fetch_crates.rs cargo fmt 2025-03-15 21:32:01 +01:00
file_structure.rs cargo fmt 2025-03-15 21:32:01 +01:00
fixture.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
folding_ranges.rs cargo fmt 2025-03-15 21:32:01 +01:00
goto_declaration.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
goto_definition.rs add doc link test for goto def 2025-05-07 00:36:42 +09:00
goto_implementation.rs cargo fmt 2025-03-15 21:32:01 +01:00
goto_type_definition.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
highlight_related.rs minor: code review tweak 2025-05-10 13:16:34 +08:00
hover.rs check module path inner or outer 2025-05-07 00:36:17 +09:00
inlay_hints.rs Merge pull request #19647 from roife/fix-issue-19646 2025-04-22 16:27:28 +00:00
interpret.rs cargo fmt 2025-03-15 21:32:01 +01:00
join_lines.rs cargo fmt 2025-03-15 21:32:01 +01:00
lib.rs refactor: De-arc defmap queries 2025-05-05 09:04:52 +02: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 cargo fmt 2025-03-15 21:32:01 +01:00
moniker.rs Add expression fill mode variant for filling with underscore expressions 2025-04-28 10:39:36 +02:00
move_item.rs cargo fmt 2025-03-15 21:32:01 +01:00
navigation_target.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
parent_module.rs refactor: De-arc defmap queries 2025-05-05 09:04:52 +02:00
references.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
rename.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
runnables.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
signature_help.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
ssr.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
static_index.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
status.rs Add expression fill mode variant for filling with underscore expressions 2025-04-28 10:39:36 +02:00
syntax_highlighting.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
test_explorer.rs cargo fmt 2025-03-15 21:32:01 +01:00
typing.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
view_crate_graph.rs Add expression fill mode variant for filling with underscore expressions 2025-04-28 10:39:36 +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 cargo fmt 2025-03-15 21:32:01 +01: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