tree-sitter/crates
DanikVitek b12009a746 fix: Clarify/fix lifetimes
- One has to think about lifetimes if a type has one:
  - `<&'a Node<'tree>>::language` now returns `LanguageRef<'tree>` instead of
    `LanguageRef<'a>`, as it should;
- Remove explicit "outlives" requirements from `QueryMatches`, `QueryCaptures`,
  and their impl blocks, because they're inferred
- Removed unnecessary `&mut` from `cst_render_node`'s `cursor` parameter
2026-01-17 00:14:21 -05:00
..
cli fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
highlight fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
language fix(wasm) add common definitions to stdlib (#5199) 2026-01-06 12:01:37 +01:00
loader fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
tags fix: Clarify/fix lifetimes 2026-01-17 00:14:21 -05:00
xtask fix(build): define _BSD_SOURCE 2026-01-12 19:41:58 -05:00