ZIm/crates/text/src
Piotr Osiewicz 64d0fec699
sum_tree: Store context on cursor (#34904)
This gets rid of the need to pass context to all cursor functions. In
practice context is always immutable when interacting with cursors.

A nicety of this is in the follow-up PR we will be able to implement
Iterator for all Cursors/filter cursors (hell, we may be able to get rid
of filter cursor altogether, as it is just a custom `filter` impl on
iterator trait).
Release Notes:

- N/A
2025-07-22 18:20:48 +02:00
..
anchor.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
locator.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
network.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
operation_queue.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
patch.rs Improve tracking for agent edits (#27857) 2025-04-01 22:13:28 +00:00
selection.rs Select applicable positions for lsp_ext methods more leniently (#32272) 2025-06-06 22:47:20 +00:00
subscription.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
tests.rs Show progress as the agent locates which range it needs to edit (#31582) 2025-05-28 12:32:54 +00:00
text.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
undo_map.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00