tree-sitter.tree-sitter/crates
Will Lillis 081929092f fix(rust)!: make lookahead accessors fallible and iteration fused
`current_symbol` and `current_symbol_name` return an `Option` (`None` when the
iterator is not positioned on a symbol). Change `iter_names`'s item from
`&'static str` to `&str`.
2026-08-14 00:13:54 -04:00
..
cli fix(rust)!: make lookahead accessors fallible and iteration fused 2026-08-14 00:13:54 -04:00
config fix(rust): use more accurate types for various IoError structs 2026-06-13 09:35:12 -04:00
generate fix(generate)!: reject non-ASCII byte classes in (?-u:...) patterns 2026-08-14 00:13:39 -04:00
highlight refactor(rust): trim unused imports (#5845) 2026-08-12 14:27:52 +02: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 refactor(rust): trim unused imports (#5845) 2026-08-12 14:27:52 +02:00
xtask fix(xtask): eliminate silent errors in zig fetch 2026-06-30 19:37:55 -04:00