tree-sitter/crates
Valeriy Kosikhin 57e3a7b2ca fix(loader): set correct runtime host for cc while cross-compiling
Pass the BUILD_TARGET variable from the build environment as 'host' for
the cc crate. Otherwise, when cross-compiled, cc will keep looking for a
cross-compiler instead of the native one on the target system.

Signed-off-by: Valeriy Kosikhin <vkosikhin@gmail.com>
2025-11-17 18:19:34 +01:00
..
cli fix(dsl): add ReservedRule to Rule type definition 2025-11-12 07:27:05 +01:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate refactor(generate)!: include path when available in IO errors 2025-11-14 11:28:00 +01:00
highlight perf: reduce needless allocations 2025-10-30 18:24:42 +01:00
language build: bump tree-sitter-language to 0.1.5 2025-09-22 15:54:15 -04:00
loader fix(loader): set correct runtime host for cc while cross-compiling 2025-11-17 18:19:34 +01:00
tags chore: copy license to all packages 2025-09-11 03:12:35 -04:00
xtask feat(xtask): generate JSON schema for cli TestSummary 2025-11-02 21:08:55 -05:00