ZIm/crates/multi_buffer/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 Fix more panics when removing excerpts (#28836) 2025-04-16 15:33:28 +00:00
multi_buffer.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
multi_buffer_tests.rs Coalesce consecutive spaces in new buffer tab titles (#32363) 2025-06-09 02:01:32 -04:00
position.rs chore: Bump Rust version to 1.88 (#33439) 2025-06-26 20:54:19 +02:00