zed/crates/gpui2
Antonio Scandurra 5a4e2e6b90 Use a closure to allocate structs onto the Arena
This is a trick borrowed from Bumpalo that helps LLVM understand
it should instantiate the object directly on the heap, as opposed to
doing so on the stack and then moving it.
2023-12-18 10:56:37 +01:00
..
docs Restore namespace parameter to actions! 2023-12-09 15:18:31 -07:00
src Use a closure to allocate structs onto the Arena 2023-12-18 10:56:37 +01:00
tests Restore impl_actions! and remove derive(Action) 2023-12-10 19:33:38 -07:00
build.rs Introduce surface rendering 2023-11-28 16:47:31 +01:00
Cargo.toml Update Taffy to latest main 2023-11-18 21:30:33 -07:00