tree-sitter.tree-sitter/crates
Will Lillis 1e070eb28e perf(generate): build Seq and Repeat child ranges without temporaries
`try_seq` reserves a `Seq`'s child range up front and fills slots as
recursion produces each member. The `Repeat` arm builds
`Choice(repeat(x), blank)` directly, skipping the `choice` helper.

Slightly faster and less memory used.
2026-08-30 14:23:29 -04:00
..
cli chore: start working on v0.28 2026-08-30 19:50:28 +02:00
config fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
generate perf(generate): build Seq and Repeat child ranges without temporaries 2026-08-30 14:23:29 -04:00
highlight fix(rust)!: expose QueryMatch::captures as a method 2026-08-30 02:58:20 -04:00
language fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
loader fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
tags fix(rust)!: expose QueryMatch::captures as a method 2026-08-30 02:58:20 -04:00
xtask fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00