1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 09:11:02 +00:00
Commit graph

14674 commits

Author SHA1 Message Date
Nicolas Boichat
5d53da9f3e uudoc: Fix for edition 2024
This change is documented here: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/match-ergonomics.html

I'm... not sure to understand everything, but this change is what
`cargo fix --edition --features="uudoc" --allow-dirty`
suggests.

Fixes #7572.
2025-03-25 12:16:28 +01:00
Daniel Hofstetter
b0e0059251
Merge pull request #7568 from uutils/sylvestre-patch-5
flake.nix: bump minial rust version
2025-03-25 10:55:54 +01:00
Daniel Hofstetter
df7427b834
Merge pull request #7343 from uutils/renovate/hex-literal-1.x
chore(deps): update rust crate hex-literal to v1
2025-03-25 10:53:27 +01:00
Sylvestre Ledru
0522576ae6
flake.nix: bump minial rust version 2025-03-25 10:00:07 +01:00
renovate[bot]
944cd4f72c
chore(deps): update rust crate hex-literal to v1 2025-03-25 08:37:05 +00:00
Daniel Hofstetter
f038d3e716
Merge pull request #7423 from sylvestre/rust-2024
bump to Rust edition 2024 & min = 1.85
2025-03-25 09:30:03 +01:00
Sylvestre Ledru
22fc5cf16b dd tests: fix 'temporary value dropped while borrowed' 2025-03-24 21:33:16 +01:00
Sylvestre Ledru
b4ac10769d add some missing unsafe 2025-03-24 21:33:16 +01:00
Sylvestre Ledru
85c5d39fd7 add setpriority to the spell ignore 2025-03-24 21:33:16 +01:00
Sylvestre Ledru
d671849b7f uucore: set the unsafe at the right place 2025-03-24 21:33:16 +01:00
Sylvestre Ledru
a85539f530 Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
Sylvestre Ledru
36dd968c9a head: fix an iterator 2025-03-24 21:03:58 +01:00
Sylvestre Ledru
39f5c394a7 Fix 'does not live long enough' 2025-03-24 21:03:10 +01:00
Sylvestre Ledru
b1d676d3b5 add missing unsafe around extern 2025-03-24 21:03:00 +01:00
Sylvestre Ledru
5b1b40bfd8 Fix 'binding modifiers may only be written when the default binding mode is' 2025-03-24 21:02:48 +01:00
Sylvestre Ledru
95b2de78e1 Fix 'extern blocks must be unsafe' 2025-03-24 21:02:40 +01:00
Sylvestre Ledru
2739c19330 Fix unsafe attribute used without unsafe 2025-03-24 21:00:53 +01:00
Sylvestre Ledru
e0fbced116 rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
Sylvestre Ledru
f5eff9517f Bump MSRV to 1.85.0 2025-03-24 21:00:16 +01:00
Sylvestre Ledru
39706be414
Merge pull request #7512 from dlrobertson/issue-7505
printf: trim leading whitespace when parsing numeric values
2025-03-24 19:11:15 +01:00
Dorian Péron
4426d58389
Merge pull request #7524 from sylvestre/ignore-intermittent-pass
ci: if FAIL => PASS but in the intermittent list, show the info
2025-03-24 19:07:18 +01:00
Sylvestre Ledru
1ee8092826
Merge pull request #7525 from sylvestre/thiserror4
Move more programs to thiserror
2025-03-24 19:06:13 +01:00
Sylvestre Ledru
36231f7551
Merge pull request #7562 from drinkcat/seq-perf-1
seq: Directly write separator string, instead of using format
2025-03-24 19:05:14 +01:00
Nicolas Boichat
66745427cb seq: Directly write separator string, instead of using format
Doing `stdout.write_all(separator.as_bytes())?` is quite a bit
faster than using format to do the same operation:
`write!(stdout, "{separator}")?`.

This speeds up by about 10% on simple cases.

We do the same for the terminator even though this has no measurable
performance impact.
2025-03-24 18:02:06 +01:00
Daniel Hofstetter
7574794a6e
Merge pull request #7561 from uutils/renovate/chrono-tz-0.x-lockfile
chore(deps): update rust crate chrono-tz to v0.10.3
2025-03-24 17:50:40 +01:00
Dan Robertson
1a0bc30f17 printf: trim leading whitespace when parsing numeric values
Trim leading whitespace from numeric input to printf.
2025-03-24 16:27:58 +00:00
renovate[bot]
ee09b7934c
chore(deps): update rust crate chrono-tz to v0.10.3 2025-03-24 15:55:34 +00:00
Daniel Hofstetter
af7411a933
Merge pull request #7560 from lbellomo/fix-ghost-link-doc
doc: escape RE with backticks (`)
2025-03-24 16:54:19 +01:00
lbellomo
d561ee8f16 doc: escape RE with '`' 2025-03-24 12:01:16 -03:00
Sylvestre Ledru
ffe8762ee6 Fix the GNU test
Co-authored-by: Dorian Péron <72708393+RenjiSann@users.noreply.github.com>
2025-03-24 14:22:25 +01:00
Sylvestre Ledru
5e1677bb9e adjust cargo.lock 2025-03-24 14:22:25 +01:00
Sylvestre Ledru
305be09403 ls: move to thiserror 2025-03-24 14:22:25 +01:00
Sylvestre Ledru
9d123febb3 install: move to thiserror 2025-03-24 14:22:25 +01:00
Sylvestre Ledru
c1bb57fd1e ln: move to thiserror 2025-03-24 14:22:25 +01:00
Sylvestre Ledru
d0e6a6271c join: move to thiserror 2025-03-24 14:22:25 +01:00
Daniel Hofstetter
cce6e4922b
Merge pull request #7557 from AspadaX/patch-1
Update installation.md
2025-03-24 10:30:27 +01:00
Sylvestre Ledru
99de7bf30c
Merge pull request #7551 from lbellomo/fix-broken-links-doc
doc: fix broken links on mdbook
2025-03-24 09:50:11 +01:00
Xinyu Bao
cfced1b7d2
Update installation.md
Appended `--locked` flag to the Cargo installation commands.
2025-03-24 16:37:06 +08:00
Daniel Hofstetter
f5f9b23676
Merge pull request #7555 from uutils/renovate/iana-time-zone-0.x-lockfile
chore(deps): update rust crate iana-time-zone to v0.1.62
2025-03-24 09:13:34 +01:00
Sylvestre Ledru
a0fb47794a
Merge pull request #7554 from cakebaker/docs_replace_aur_package
docs: replace AUR package in installation.md
2025-03-24 08:47:54 +01:00
renovate[bot]
8da20cae46
chore(deps): update rust crate iana-time-zone to v0.1.62 2025-03-24 07:34:14 +00:00
Daniel Hofstetter
5ec1f287a8
Merge pull request #7547 from uutils/renovate/zip-2.x-lockfile
chore(deps): update rust crate zip to v2.5.0
2025-03-24 08:32:54 +01:00
Daniel Hofstetter
bc9c5598a7 docs: replace AUR package in installation.md
coreutils-hybrid no longer exists, let's mention coreutils-uutils instead
2025-03-24 07:47:16 +01:00
Daniel Hofstetter
aaa4b899dd
Merge pull request #7553 from lbellomo/fix-broken-ubuntu-badge-doc
doc: bump version of ubuntu badge
2025-03-24 07:19:05 +01:00
renovate[bot]
c7e0479d74
chore(deps): update rust crate zip to v2.5.0 2025-03-24 06:12:28 +00:00
Daniel Hofstetter
3355a3eb0b
Merge pull request #7549 from uutils/renovate/time-0.x-lockfile
chore(deps): update rust crate time to v0.3.41
2025-03-24 07:06:13 +01:00
lbellomo
d683b2a5a0 doc: bump version of ubuntu badge 2025-03-24 00:48:49 -03:00
lbellomo
b0e282951f doc: fix broken links on mdbook
Relative links works on github but are broken for the 'CONTRIBUTING.md'
on the mdbook. This change the relative link to the full link that works
on github and on the mdbook
2025-03-24 00:04:47 -03:00
renovate[bot]
381457a7bd
chore(deps): update rust crate time to v0.3.41 2025-03-24 01:54:09 +00:00
Sylvestre Ledru
c610262f0b
Merge pull request #7546 from drinkcat/fix-android-ci
Fix Android CI
2025-03-23 22:00:35 +01:00