ZIm/crates/editor/src
Kirill Bulatov d24cad30f3
Be more lenient when dealing with rust-analyzer's flycheck commands (#36782)
Flycheck commands are global and makes sense to fall back to looking up
project's rust-analyzer even if the commands are run on a non-rust
buffer. If multiple rust-analyzers are found in the project, avoid
ambiguous commands and bail (as before).

Closes #ISSUE

Release Notes:

- Made it possible to run rust-analyzer's flycheck actions from anywhere
in the project
2025-08-22 22:55:50 +00:00
..
display_map Show excerpt dividers in without_headers multibuffers (#36647) 2025-08-21 13:23:56 +00:00
git Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
scroll Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
test Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
actions.rs Add alt-s to helix mode (#33918) 2025-08-14 13:04:38 -04:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
code_completion_tests.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
code_context_menus.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
display_map.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
edit_prediction_tests.rs editor: Fix edit_predictions_disabled_in not disabling predictions (#36469) 2025-08-19 14:43:41 +05:30
editor.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 11:45:47 -04:00
editor_settings.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
editor_settings_controls.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
editor_tests.rs Ensure pane: swap item right does not panic (#36765) 2025-08-22 23:28:55 +02:00
element.rs editor: Fix multi buffer header context menu not handling absolute paths (#36769) 2025-08-22 18:49:12 +00:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs editor: Use highlight_text to highlight matching brackets, fix unnecessary inlay hint highlighting (#36540) 2025-08-21 09:27:41 +03:00
hover_links.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
hover_popover.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
indent_guides.rs Fix clippy::println_empty_string, clippy::while_let_on_iterator, clippy::while_let_on_iterator lint style violations (#36613) 2025-08-20 20:14:30 +02:00
inlay_hint_cache.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
items.rs Show file open error view instead of the modal (#36764) 2025-08-22 17:04:39 +00:00
jsx_tag_auto_close.rs Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
linked_editing_ranges.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
lsp_colors.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
lsp_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
mouse_context_menu.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
movement.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
rust_analyzer_ext.rs Be more lenient when dealing with rust-analyzer's flycheck commands (#36782) 2025-08-22 22:55:50 +00:00
scroll.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
selections_collection.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
signature_help.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
tasks.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
test.rs Show excerpt dividers in without_headers multibuffers (#36647) 2025-08-21 13:23:56 +00:00