zed/crates/language/src
Yara 🏳️‍⚧️ 320888142f
Rust 1.95 (#55104)
Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes #ISSUE

Release Notes:

- N/A
2026-04-29 10:27:47 +00:00
..
buffer multi_buffer: Optimize a bunch of things (#48519) 2026-02-05 20:10:02 +00:00
syntax_map Rust 1.95 (#55104) 2026-04-29 10:27:47 +00:00
buffer.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
buffer_tests.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
diagnostic.rs Extract language_core and grammars crates from language (#52238) 2026-03-25 23:41:09 +00:00
diagnostic_set.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
file_content.rs Fix bad GitHub merge queue merge (#54721) 2026-04-23 23:47:30 +00:00
language.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
language_registry.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
language_settings.rs Fix bad GitHub merge queue merge (#54721) 2026-04-23 23:47:30 +00:00
manifest.rs Extract language_core and grammars crates from language (#52238) 2026-03-25 23:41:09 +00:00
modeline.rs Add vim/emacs modeline support (#49267) 2026-03-25 03:15:51 +00:00
outline.rs Add experimental LSP-based context retrieval system for edit prediction (#44036) 2025-12-04 12:48:39 -08:00
proto.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
syntax_map.rs gpui_shared_string: Implement SharedString via smol_str (#54649) 2026-04-24 08:58:26 +00:00
task_context.rs Add vim/emacs modeline support (#49267) 2026-03-25 03:15:51 +00:00
text_diff.rs Reduce amount of monomorphizations from FnMut closures (#49453) 2026-02-18 12:00:02 +01:00
toolchain.rs Extract language_core and grammars crates from language (#52238) 2026-03-25 23:41:09 +00:00