tree-sitter.tree-sitter/crates
Will Lillis b14413e4f4 perf(generate): inline single-action parse table entries
`ParseTableEntry` held a `Vec<ParseAction>` per entry. `ActionList` keeps up
to one action inline and spills to a Vec only for conflict entries.

Reduces walltime by >20%, peak rss by ~30%.
2026-08-09 12:28:50 -05:00
..
cli fix(lib): continue search for later named siblings in 2026-08-07 17:54:36 -04:00
config fix(rust): use more accurate types for various IoError structs 2026-06-13 09:35:12 -04:00
generate perf(generate): inline single-action parse table entries 2026-08-09 12:28:50 -05:00
highlight feat(highlight)!: include underlying LanguageError in highlight 2026-07-14 19:19:49 -04:00
language treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
loader fix(highlight): use std::sync::OnceCell for various loader fields 2026-07-23 18:30:15 -04:00
tags feat(tags)!: include underlying LanguageError in tag 2026-07-14 19:19:49 -04:00
xtask fix(xtask): eliminate silent errors in zig fetch 2026-06-30 19:37:55 -04:00