zed/crates
Antonio Scandurra 9e4b118214 Use synchronous locks for Peer state
We hold these locks for a short amount of time anyway, and using an
async lock could cause parallel sends to happen in an order different
than the order in which `send`/`request` was called.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-01-12 18:02:41 +01:00
..
chat_panel Unify Flexible and Expanded elements 2022-01-06 17:29:34 -08:00
client Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
clock Fix Global::gt and rename it to changed_since 2022-01-05 17:36:12 -08:00
collections Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
contacts_panel Unify Flexible and Expanded elements 2022-01-06 17:29:34 -08:00
diagnostics In diagnostics editor, attempt to open excerpts in a different pane 2022-01-10 16:33:25 -08:00
editor Implement Buffer::format 2022-01-12 18:01:20 +01:00
file_finder Refactor opening workspace items 2022-01-07 17:38:37 +01:00
fsevent Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
fuzzy Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
go_to_line Correctly incorporate editor settings into diagnostic header rendering 2021-12-16 16:36:33 -08:00
gpui Reuse views when moving between diagnostic view and editors 2022-01-07 11:00:12 -08:00
gpui_macros Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
journal Merge branch 'main' into share-project 2021-12-20 11:42:59 -08:00
language Implement Buffer::format 2022-01-12 18:01:20 +01:00
lsp Implement Buffer::format 2022-01-12 18:01:20 +01:00
project Implement Buffer::format 2022-01-12 18:01:20 +01:00
project_panel Remove stray dbg! calls 2022-01-11 13:56:07 -08:00
rpc Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
server Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
sum_tree Send diagnostic summaries to guests when they join the project 2022-01-06 12:12:09 -07:00
text Implement Buffer::format 2022-01-12 18:01:20 +01:00
theme Tweak color of share icon in titlebar 2022-01-10 11:26:07 -08:00
theme_selector Unify Flexible and Expanded elements 2022-01-06 17:29:34 -08:00
util Introduce randomized test for collaboration on buffers 2022-01-05 11:51:41 +01:00
workspace In diagnostics editor, attempt to open excerpts in a different pane 2022-01-10 16:33:25 -08:00
zed Upgrade tree-sitter-markdown 2022-01-11 10:36:31 -08:00