Commit log

e27427d Merge branch 'gpui2-docs' into zed2

Nathan Sobo created

f88ca2e Add docs for window.rs, but still incomplete

Nathan Sobo created

ad7c49e Add doc comments to app.rs

Nathan Sobo created

b4225ac Port changes from #3118 to zed2

Conrad Irwin created

ba189f2 Port changes from #3154 to zed2

Conrad Irwin created

7af77b1 moved TestCompletionProvider into ai

KCaverly created

67ecc2f Comment out failing gpui2 test

Conrad Irwin created

af0c010 Remove deadlock from gpui2 pasteboard

Conrad Irwin created

d2ab0d6 Get cargo test --workspace compiling again

Conrad Irwin created

079de6f Rename last async_iife

Conrad Irwin created

4a6a17d Merge branch 'main' into zed2

Conrad Irwin created

5f5234c Fix fs2 tests

Conrad Irwin created

c1904b4 Fix cargo fmt

Conrad Irwin created

ec9d79b add concept of LanguageModel to CompletionProvider

KCaverly created

6c8bb4b ensure OpenAIEmbeddingProvider is using the provider credentials

KCaverly created

bcdffc9 Merge branch 'zed2-views' into zed2

Nathan Sobo created

a1c3826 Add View::update which provides a ViewContext

Nathan Sobo created

f75eb3f Merge branch 'more-signing'

Conrad Irwin created

071e9b4 Revert entitlements change

Conrad Irwin created

30e7978 Try more signing

Conrad Irwin created

8e3314e WIP

Antonio Scandurra created

832026a Limit language server reinstallation attempts (#3177)

Click to expand commit body
Release Notes:

- Fixed a case where a sufficiently broken language server system
configuration could cause an infinite repeated server reinstallation,
consuming resources indefinitely.

Julia created

a23e05c Limit language server reinstallation attempts

Click to expand commit body
zed2 electric boogaloo

Julia created

516236e Disable livekit on zed2

Antonio Scandurra created

637cff3 WIP

Antonio Scandurra created

8db3b3b Limit language server reinstallation attempts

Julia created

98d03f6 Revert "Add activity_indicator2"

Click to expand commit body
This reverts commit 88a3a5778987a588907a92885e94a112e747cc62.

Joseph T. Lyons created

560e115 Pull syntax colors from JSON theme

Marshall Bowers created

973ca8d ui2: Remove dependency on `theme` crate

Marshall Bowers created

692aeff ui2: Remove dependency on `settings` crate

Marshall Bowers created

88a3a57 Add activity_indicator2

Joseph T. Lyons created

61694bb Remove unneeded constructors for stories

Marshall Bowers created

65045b9 Get remaining language2 tests passing

Max Brunsfeld created

0eae962 Represent theme's syntax colors with string keys

Click to expand commit body
Co-authored-by: Marshall Bowers <marshall@zed.dev>

Max Brunsfeld and Marshall Bowers created

a569c82 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

ed233d5 ui2: Remove `ElementExt` trait

Marshall Bowers created

b3ad8c1 Get most of the language2 tests passing

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>

Max Brunsfeld and Conrad created

3cc91e5 Add missing seed variable for gpui2 test macro

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>

Max Brunsfeld and Conrad created

6784ccd Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

1887f3b Rename `S` type to `V`

Marshall Bowers created

8bc2071 Fix gpui2 bugs

Click to expand commit body
* Compile error for tests that take StdRng
* Dynamic type dowcasting error when emitting events
* Slot error when dropping handles

Co-authored-by: Conrad <conrad@zed.dev>

Max Brunsfeld and Conrad created

58e8012 Make zed2 compile again

Antonio Scandurra created

8a70ef3 Remove unused `state_type`

Marshall Bowers created

eb19071 ui2: Clean up `take`s

Marshall Bowers created

7b4a895 ui2: Clean up `drain`s

Marshall Bowers created

d62c51a Merge branch 'gpui2-element-renderer' into zed2

Marshall Bowers created

fccc4ca Initialize element before layout

Marshall Bowers created

42095f0 Remove debug from derive Component proc macro

Marshall Bowers created

88ef74e Checkpoint: Compiling after view type removal

Marshall Bowers created

6fe393d Fix compile errors with lsp2

Click to expand commit body
Co-authored-by: Jospeh <joseph@zed.dev>

Max Brunsfeld and Jospeh created