zed/crates
2023-04-20 12:51:00 -04:00
..
activity_indicator Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Fix unit tests after fixing gpui model drop semantics 2023-04-11 10:58:01 -07:00
breadcrumbs Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
call Merge branch 'main' into randomized-tests-operation-script 2023-04-10 08:45:22 +02:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Fix unit tests after fixing gpui model drop semantics 2023-04-11 10:58:01 -07:00
clock Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
collab Introduce a LanguageServerId wrapper type 2023-04-20 08:58:41 -07:00
collab_ui Don't have contacts popover affect appearance of Share/Unshare button 2023-04-17 14:13:28 -04:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Fix formatting 2023-04-06 15:54:44 -06:00
context_menu Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
copilot Merge pull request #2392 from zed-industries/eslint-multiple-language-server-adapters-rebased 2023-04-20 09:40:23 -07:00
copilot_button add copilot menu 2023-04-19 17:27:44 -07:00
db Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
diagnostics Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
drag_and_drop Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
editor Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot 2023-04-21 04:04:04 +12:00
feedback Remove unnecessary lifetimes from tab_tooltip_text 2023-04-18 14:03:02 -04:00
file_finder Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
fs Add randomized test for mutating worktree during initial scan 2023-04-13 22:34:03 -07:00
fsevent Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
fuzzy remove commented line 2023-02-27 12:06:10 -08:00
git Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
go_to_line Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
gpui Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
gpui_macros Add an 'on_failure' attribute to gpui tests 2023-04-03 18:16:08 -07:00
install_cli Add base keymap setting 2023-03-07 12:19:51 -08:00
journal Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
language Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
language_selector Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
live_kit_client Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
live_kit_server Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
lsp Introduce a LanguageServerId wrapper type 2023-04-20 08:58:41 -07:00
media Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
menu Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
node_runtime Refactor out the node runtime crate and hook up all related imports 2023-03-28 10:27:31 -07:00
outline Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
picker Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
plugin Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_macros Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_runtime Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project Introduce a LanguageServerId wrapper type 2023-04-20 08:58:41 -07:00
project_panel Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
project_symbols Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
recent_projects When opening projects, only reuse the current window if it is empty 2023-04-18 17:05:26 -07:00
rope Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
rpc Bump protocol version 2023-04-20 08:58:41 -07:00
search Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
settings Clarify copilot settings 2023-04-19 20:07:05 +02:00
snippet Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
sqlez fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text 2023-02-13 13:50:37 -08:00
sqlez_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
staff_mode Fix formatting 2023-04-06 15:54:44 -06:00
sum_tree Restructure background scanner to handle refresh requests even while scanning 2023-04-12 16:29:51 -07:00
terminal Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
terminal_view Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
text Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
theme Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
theme_selector Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
theme_testbench Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
util In the case of Github release deserialize error, log response text 2023-04-10 16:45:15 -04:00
vim Fix broken test due to trimmed trailing whitespace during formatting 2023-04-06 16:10:39 -06:00
welcome Remove unnecessary lifetimes from tab_tooltip_text 2023-04-18 14:03:02 -04:00
workspace Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
zed Merge pull request #2389 from zed-industries/save-panics-as-structured-data 2023-04-20 12:51:00 -04:00