zed/crates/language
Anthony Eid a6206c9d04 benchmarks: Stop requesting language's test-support feature
markdown_renderer was the last direct test-support edge in crates/benchmarks. language now exposes rust_lang_for_benchmarks behind its own narrow benchmarks feature, and markdown_renderer builds its registry with the always-available LanguageRegistry::new. display_map.rs, which had been getting gpui::TestAppContext/TestDispatcher for free through this same edge (language/test-support -> settings/test-support -> gpui/test-support, unified across benchmarks' whole build), now builds its Criterion harness from gpui::bench_platform/BenchAppContext instead. script/check-gpui-bench-feature-isolation is extended to prove all of it.
2026-08-21 18:55:13 -04:00
..
benches Extract language_core and grammars crates from language (#52238) 2026-03-25 23:41:09 +00:00
src benchmarks: Stop requesting language's test-support feature 2026-08-21 18:55:13 -04:00
build.rs
Cargo.toml benchmarks: Stop requesting language's test-support feature 2026-08-21 18:55:13 -04:00
LICENSE-GPL