Commit Graph

959 Commits

Author SHA1 Message Date
renovate[bot] a99b930411 chore(deps): update rust crate zip to v8 2026-02-15 11:25:12 +01:00
Yuri Astrakhan e7f2fd9c80 chore: clippy::redundant_closure_for_method_calls (#10704) 2026-02-14 23:47:16 +01:00
Sylvestre Ledru c4e3ca658a date: bump parse_datetime & add test for leap-1 GNU test (#10933)
Rely on parse_datetime update

Test that adding years to Feb 29 overflows to March 1 when target
year is not a leap year (matching GNU behavior).
2026-02-14 21:53:17 +01:00
oech3 4e2da1a99a sort: Use ahash - improve performance by 13.54% (#10783) 2026-02-10 11:53:34 +01:00
oech3 4c1536b5d5 unexpand: codegen-units=1 - improve performance by 7.18% (#10817)
Removed uu_unexpand profile configuration from Cargo.toml.
2026-02-08 16:08:25 +01:00
Chris Dryden 2a4573326f Remove wincode and wincode-derive dependencies (#10802) 2026-02-08 11:13:17 +01:00
xtqqczze 3d56517f7f Add rust-version field to all Cargo.toml files 2026-02-07 14:56:50 +01:00
xtqqczze c73b3ab2e6 clippy: fix manual_is_multiple_of lint (#10775)
* clippy: fix manual_is_multiple_of lint

https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_multiple_of

* fmt

* taplo
2026-02-07 14:42:18 +01:00
Etienne Cordonnier 4861c94259 Merge pull request #10768 from ChrisDryden/dd-simplify-signal-handling
dd: simplify signal handling by removing Alarm timer thread
2026-02-07 10:09:58 +01:00
oech3 bdf3b826f0 Drop release-fast profile for simplicity (#10476) 2026-02-06 23:54:25 +01:00
Sylvestre Ledru 54dfa0b3f0 Merge branch 'main' into dd-simplify-signal-handling 2026-02-06 22:36:43 +01:00
oech3 da7ad84181 MSRV 1.88 (#10771) 2026-02-06 22:18:08 +01:00
Christopher Dryden d5c9c233cc dd: remove signal-hook dependency, use raw sigaction handler 2026-02-06 20:34:06 +00:00
Yuri Astrakhan eef93af025 chore: clippy::unnecessary_wraps (#10722)
* chore: `clippy::unnecessary_wraps`

* [`clippy::unnecessary_wraps`](https://rust-lang.github.io/rust-clippy/master/index.html?search=wildcard_imports#wildcard_imports)

Returning Option or Result when they are not needed leads to incorrect assumptions and extra error code where none is needed. This PR removed a few cases like that.
2026-02-05 08:10:36 +01:00
Yuri Astrakhan 8cbc7b42b0 chore: clippy::wildcard_imports (#10719)
* [`clippy::wildcard_imports`](https://rust-lang.github.io/rust-clippy/master/index.html?search=wildcard_imports#wildcard_imports)

Usually wildcards lead to less certain code, so best to avoid it.
2026-02-05 08:09:13 +01:00
Yuri Astrakhan 9254531f8a refactor: simplify function signatures by removing unnecessary references (#10703)
Address all suggestions of `clippy::trivially_copy_pass_by_ref`

Seems cleaner, and I wonder if perf would be affected
2026-02-04 23:06:32 +01:00
Yuri Astrakhan 2a7f318a1d chore: clippy::unreadable_literal (#10717) 2026-02-04 22:56:45 +01:00
Yuri Astrakhan 368230e633 chore: fix clippy::single_match_else (#10699) 2026-02-04 19:54:41 +01:00
Daniel Hofstetter f79673f84d Merge pull request #10688 from xtqqczze/unused-deps
deps: remove unused rust deps
2026-02-04 16:39:53 +01:00
✿ Fleur de Blue 2a2cafdbd4 Re-enable unused_qualifications lint (#10571) 2026-02-03 21:55:21 +01:00
xtqqczze 12b383f933 deps: remove unused rust deps 2026-02-03 20:26:49 +00:00
oech3 d41ed38422 tsort: Use rustc-hash - improve performance by 16.74% (#10680) 2026-02-03 21:01:05 +01:00
Daniel Hofstetter 891ef3bab6 Bump wincode crates to 0.3.1
wincode from 0.2.5 and wincode-derive from 0.2.3
2026-02-02 11:12:36 +01:00
renovate[bot] 989cb6a99a chore(deps): update rust crate rlimit to 0.11.0 2026-02-01 18:35:46 +00:00
Daniel Hofstetter eabb527a24 Merge pull request #10587 from RenjiSann/delete-hashsum
Remove hashsum
2026-01-31 16:08:59 +01:00