harehare
mq
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
💄 style: fix clippy warnings in selector and slice code
feat/selector-slice
17 hours ago
♻️ refactor(selector): simplify slice implementation - Merge two-pass CST child iteration in selector_from_cst_node into a single pass, eliminating double traversal of node.children - Deduplicate is_dynamic_node closure in parse_selector_table_args - Remove self-evident comments from parse_selector_bracket_content - Reuse resolve_slice_index in slice_impl, removing three copies of the same index normalization logic
feat/selector-slice
17 hours ago
🐛 fix(Cargo.toml): update cargo-machete ignored dependencies to include hcl-rs and improve error handling in CBOR and HCL parsing
feat/cbor-hcl-parse
18 hours ago
✨ feat(mq-lang): add CBOR and HCL parsing support Add cbor_parse and hcl_parse builtin functions using ciborium and hcl-rs crates. Register cbor and hcl as standard modules.
feat/cbor-hcl-parse
18 hours ago
Merge pull request #1727 from harehare/dependabot/cargo/dependencies-bdc077f4c3 build(deps): bump the dependencies group with 4 updates
main
19 hours ago
Merge pull request #1719 from harehare/feat/array-dict-iterator-selector ✨ feat(eval): support .[] iterator for arrays and dicts
main
2 days ago
✨ feat(eval): support .[N] index selector for arrays - .[N] on RuntimeValue::Array now returns the element at index N - Out-of-bounds access returns none - Applied to both eval_selector_expr and eval_selector_expr_with_args
feat/array-dict-iterator-selector
2 days ago
✨ feat(eval): support .[] iterator for arrays and dicts - Arrays: .[] returns all elements as an array (identity passthrough) - Dicts: .[] returns all values as an array - Handles both args and no-args eval paths
feat/array-dict-iterator-selector
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
✨ feat(selector): add .[x:y] slice selector
#1729
17 hours ago
e3f9b4d
feat/selector-slice
CodSpeed Performance Gauge
0%
✨ feat(mq-lang): add CBOR and HCL parsing support
#1728
18 hours ago
a3d4991
feat/cbor-hcl-parse
CodSpeed Performance Gauge
0%
✨ feat(eval): support .[] iterator for arrays and dicts
#1719
2 days ago
d938219
feat/array-dict-iterator-selector
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs