zed/crates
Max Brunsfeld 8b7a9367fa Avoid storing type name string on AnyViewHandle
It won't be needed for leak error messages, because the typed
view handle will typically be created first. And this avoids
increasing the size of the handle used in production.
2022-03-01 18:22:09 -08:00
..
chat_panel Fix Presenter leak when removing windows 2022-03-01 18:50:05 +01:00
client Tear down client's connection states when dropping test clients 2022-03-01 18:17:41 -08:00
clock WIP - Wait for code action anchors to be valid 2022-02-14 18:05:43 -08:00
collections
contacts_panel Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
diagnostics Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
editor Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
file_finder Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
go_to_line Make versions oldest_selection and newest_selection that don't require snapshots 2022-02-27 13:02:09 -07:00
gpui Avoid storing type name string on AnyViewHandle 2022-03-01 18:22:09 -08:00
gpui_macros Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
journal
language Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
lsp Fix remaining language server hangs on shutdown 2022-03-01 15:54:59 -08:00
outline Make versions oldest_selection and newest_selection that don't require snapshots 2022-02-27 13:02:09 -07:00
project Use simulate_random_delay when polling snapshot only in tests 2022-03-01 19:17:38 +01:00
project_panel Forbid parking in project_panel::tests::test_visible_list 2022-03-01 17:14:18 +01:00
project_symbols Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
rpc Avoid retaining executor when using Connection::in_memory 2022-03-01 18:02:12 -08:00
search Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
server Flush effects when dropping test clients in random collaboration test 2022-03-01 18:17:25 -08:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree Refine project find's UX 2022-02-25 15:27:34 +01:00
text Use Project::search in ProjectFind and show search results 2022-02-25 10:32:45 +01:00
theme Rename "find" to "search" 2022-02-27 08:15:38 -07:00
theme_selector Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
util Simplify undo_to_transaction and redo_to_transaction 2022-02-19 10:52:21 +01:00
workspace Re-activate the most recently-activated project search on cmd-shift-F 2022-02-27 18:07:46 -07:00
zed Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00