ZIm/crates/editor/src
Cole Miller b6722ca3c8
Remove special case for singleton buffers from MultiBufferSnapshot::anchor_at (#36524)
This may be responsible for a panic that we've been seeing with
increased frequency in agent2 threads.

Release Notes:

- N/A

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-08-20 18:43:29 +00:00
..
display_map 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
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 Remove special case for singleton buffers from MultiBufferSnapshot::anchor_at (#36524) 2025-08-20 18:43:29 +00: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 Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
element.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs debugger: Parse and highlight text with ANSI escape sequences (#32915) 2025-06-17 23:39:31 -04:00
hover_links.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
hover_popover.rs Fix clippy::manual_map lint violations (#36584) 2025-08-20 15:17:28 +02: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 Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
items.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
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 editor: Add access method for project (#36266) 2025-08-15 18:34:22 +00: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 a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02: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 Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
rust_analyzer_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +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 Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
tasks.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
test.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00