ZIm/crates/semantic_index/src
Liam Murphy 72e1947025
Update tree-sitter to 0.24 (#24492)
I didn't update it to 0.25 because its Wasm support seems to be
partially broken due to
https://github.com/tree-sitter/tree-sitter/pull/3938: it didn't
introduce a check that the Wasm module's ABI is new enough to include
supertype info while parsing it, and so in the case where it isn't it
ends up interpreting random bytes as the number of supertypes, causing
out-of-bounds memory accesses.

Closes #24489

Release Notes:

- Fixed a rare crash during syntax highlighting
2025-02-10 10:52:27 -08:00
..
embedding Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
chunking.rs Update tree-sitter to 0.24 (#24492) 2025-02-10 10:52:27 -08:00
embedding.rs Add LM Studio support to the Assistant (#23097) 2025-01-14 20:41:58 +00:00
embedding_index.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
indexing.rs /auto (#16696) 2024-09-13 13:17:49 -04:00
project_index.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
project_index_debug_view.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
semantic_index.rs windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00
summary_backlog.rs Add fs::MTime newtype to encourage != instead of > (#20830) 2024-11-21 19:21:18 -07:00
summary_index.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
worktree_index.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00