zed/crates/rpc
Max Brunsfeld 7c3421e041 Remove versioned offset ranges from transactions and undo operations
Now, instead of using these versioned offset ranges, we locate the
fragments associated with a transaction using the transaction's
edit ids. To make this possible, buffers now store a new map called
`insertion_slices`, which lets you look up the ranges of insertions
that were affected by a given edit.

Co-authored-by: Antonio Scandurra <antonio@zed.dev>
2022-07-22 17:28:55 -07:00
..
proto Remove versioned offset ranges from transactions and undo operations 2022-07-22 17:28:55 -07:00
src Merge branch 'main' into user-timeline 2022-07-04 09:23:16 +02:00
build.rs Serialize payload in "handle message" span 2022-04-29 17:34:22 +02:00
Cargo.toml Add wasmtime and fix zstd version conflict 2022-07-07 15:01:15 +02:00