ZIm/crates/project/src
Max Brunsfeld b6e54ae2f1
Fix two bugs in new diff hunk handling (#23990)
Closes https://github.com/zed-industries/zed/issues/23981

Release Notes:

- Fixed a crash that could happen when expanding certain diff hunks
- Fixed a bug where diff hunks were not syntax highlighted when
reopening a project with previously-opened buffers.
2025-01-31 01:03:53 +00:00
..
lsp_command Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
buffer_store.rs Fix two bugs in new diff hunk handling (#23990) 2025-01-31 01:03:53 +00:00
color_extractor.rs Simplify static expression to a constant (#23193) 2025-01-15 19:31:21 +00:00
connection_manager.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
debounced_delay.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
git.rs Implement collaborative git manipulations (#23869) 2025-01-30 11:23:38 +02:00
image_store.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
lsp_command.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
lsp_ext_command.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
lsp_store.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
prettier_store.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
project.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
project_settings.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
project_tests.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
search.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
task_store.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
terminals.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
toolchain_store.rs Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
worktree_store.rs project search: Do not bail on search when a binary file is encountered (#23775) 2025-01-28 14:54:00 +01:00
yarn.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00