tree-sitter/crates
Riley Bruins dff828cdbe fix(rust): prevent overflow in error message calculation
**Problem:** When encountering an invalid symbol at the beginning of the
file, the rust bindings attempt to index the character at position -1 of
the query source, which leads to an overflow and thus invalid character
index which causes a panic.

**Solution:** Bounds check the offset before performing the subtraction.
2025-07-22 09:51:28 +02:00
..
cli fix(rust): prevent overflow in error message calculation 2025-07-22 09:51:28 +02:00
config Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
generate Revert "feat(generate): warn about unreachable variables (#4567)" 2025-07-22 09:49:26 +02:00
highlight Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
language Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
loader build(deps): bump the cargo group with 4 updates 2025-06-17 08:18:16 +00:00
tags Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
xtask build(deps): bump the cargo group across 1 directory with 3 updates 2025-07-08 11:19:24 +00:00