zed/crates/gpui
Piotr Osiewicz 0598a8243d
chore: Hoist non-generic part out of add_action_internal. (#2981)
add_action_internal shows up often in downstream crates (as it should
be, since it's a generic function it's codegened in each crate that uses
it); it adds non-trivial amounts of LLVM IR to the build as a whole
which we can cut down a bit by doing the inner fn trick.

Release Notes:

- N/A
2023-09-18 11:55:44 +02:00
..
examples Eliminate PaintContext 2023-09-11 09:00:59 -06:00
src chore: Hoist non-generic part out of add_action_internal. (#2981) 2023-09-18 11:55:44 +02:00
tests Merge branch 'main' into divs 2023-08-22 16:35:56 -06:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml Make cargo test -p gpui work 2023-09-15 10:24:12 -06:00