tree-sitter/crates
Daniel Müller 937dcf5fd1 feat(rust)!: use ops::ControlFlow as parse and query progress return value
Instead of returning an undocumented boolean flag, use a
core::ops::ControlFlow object. At the expense of being a bit more
verbose, this is a type that should be self-explanatory in the context
of a callback, as an indication of whether to continue processing or
stop.
2025-09-11 01:59:21 -04:00
..
cli feat(rust)!: use ops::ControlFlow as parse and query progress return value 2025-09-11 01:59:21 -04:00
config fix(rust): do not interpret readme doc comments as doc tests 2025-09-04 04:22:32 -04:00
generate feat(generate): place file APIs behind a feature flag 2025-09-07 11:44:09 +03:00
highlight feat(rust)!: use ops::ControlFlow as parse and query progress return value 2025-09-11 01:59:21 -04:00
language feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
loader fix(rust): do not interpret readme doc comments as doc tests 2025-09-04 04:22:32 -04:00
tags feat(rust)!: use ops::ControlFlow as parse and query progress return value 2025-09-11 01:59:21 -04:00
xtask refactor(xtask): don't use docker to run wasi-sdk's clang 2025-09-09 03:13:35 -04:00