Commits
Click on a commit to change the comparison rangefix5 months ago
by yongkangc fix: address review comments from mattsse5 months ago
by yongkangc fix: use Rust 2024 let-chain syntax while preserving original logic5 months ago
by yongkangc fix: use ref mut in set_value macro for proper mutable borrowing5 months ago
by yongkangc fix: simplify set_value macro to use or-patterns for Rust 20245 months ago
by yongkangc fix: use separate match arms in set_value macro for Rust 20245 months ago
by yongkangc fixing macro5 months ago
by yongkangc fix5 months ago
by yongkangc more fixes5 months ago
by yongkangc fix: properly handle Rust 2024 match ergonomics in set_value macro5 months ago
by yongkangc fix: refactor backfill threshold logic to avoid useless_let_if_seq5 months ago
by yongkangc fix: restore original logic for backfill_sync_target5 months ago
by yongkangc fix: clippy5 months ago
by yongkangc fix: allow clippy warning for useless_let_if_seq in backfill threshold logic5 months ago
by yongkangc fix5 months ago
by yongkangc fix: refactor backfill threshold logic to use match expression5 months ago
by yongkangc fix: clippy5 months ago
by yongkangc