tree-sitter.tree-sitter/crates
Will Lillis e65dc4c3b5 fix(generate): ensure parse table action id's fit within uint16_t
Without this check, action ids > 65,535 can be assigned to `uint16_t`s
in parser.c. This causes parsing to either crash or silently misbehave.
2026-01-30 22:45:07 -05:00
..
cli fix(wasm): correct several bugs in realloc 2026-01-26 21:14:14 -05:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate fix(generate): ensure parse table action id's fit within uint16_t 2026-01-30 22:45:07 -05:00
highlight fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
language fix(wasm): return early from calloc if malloc fails 2026-01-26 21:14:14 -05:00
loader fix(loader): search correct cache directory for wasi-sdk clang 2026-01-23 09:10:30 +01:00
tags fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
xtask feat(xtask): allow alternate branch for fixture grammars 2026-01-24 14:18:40 -05:00