fix(deps): update rust crate uufuzz to 0.11.0 - #357
Merged
Conversation
Contributor
renovate
Bot
force-pushed
the
renovate/uufuzz-0.x
branch
from
September 1, 2026 12:31
10327ec to
0e4e12c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.0→0.11.0Release Notes
uutils/coreutils (uufuzz)
v0.11.0Compare Source
Rust Coreutils 0.11.0 Release:
We are happy to announce the release of Rust Coreutils 0.11.0 - a release focused on error messages, performance and GNU compatibility.
The big change is a new diagnostic engine built on ariadne. When a
chmodmode, acutlist, asortkey or atrset fails to parse, we now echo the arguments back with a caret under the character at fault, like a compiler does. See our blog post for more information: https://uutils.org/blog/2026-08-error-diagnostics/Example with
cut:or
test:PGO release builds are enabled for Linux, macOS and Windows (up to 31% faster), and a lot of per-utility optimization work landed on top of that. We also now treat a utility being significantly slower than GNU as a bug.
We continued to improve the GNU compatibility and we are now at 653 passing, 22 failing, 0 errors.
GNU Test Suite Compatibility:
Highlights:
Modern Error Diagnostics (new)
chmod,mkdir,mkfifo,mknod,install,tr,expr,sort,numfmt,cut,env,head,tail,truncate,split,shred,stdbuf,od,seq,dd,stat,join,csplit,ls,dfandduTry '... --help'hint. A label is only added when it says something usefulUUTILS_DIAGcontrols the behavior, and the caret rendering can be compiled out for size-constrained buildsstderrcall, so concurrent writers cannot interleave themPerformance
cp: opens the file only once (+32.93%) and reuses the already-open destination fd when a reflink clone falls backjoin: 1.37x faster on paired input, 2.5x faster than GNU, by skipping the locale comparison when it cannot change the resultod --skip-bytesusessplice(2)on non-seekable input;tacusesfast_copy;ddno longer faults in the whole copy buffer before reading and page-aligns its read bufferptx(+4% via fxhash, plus fewer per-word allocations),nl(hoisted per-line prefix),tail(no double allocation per reverse chunk, nostat),expand/unexpand(nostat/is_dir),numfmtandsortptx,basencand thenumfmtstdin pathGNU Compatibility
uname -A/--all-labeled,cut -Fand--whitespace-delimited,pr --columns/--join-lines/-falias and an optional argument for-npr(page length of exactly 10, columns that do not divide evenly,-eat the end of a cluster),numfmt(leading+, scientific notation),uniq/truncate/paste(a repeated option overrides the earlier one),join -oaccumulating fields,idgroup ordering,unexpand/expandtab-list separators,mkdirEEXIST,more -f/-l,foldwidths,sort -t=,statnanosecond timestamps andBlock size,od16 significant digits,datetrailing timezonesgnu/usage_vs_refs.shcheck verifies that every option we document also appears in GNU's texi docsrm,env,od,chroot,stdbuf,tee,cut,date,tsort,pathchk,sort)Security Hardening
mv/cp: xattr TOCTOU fixed by moving to file-descriptor-based operationsrm: no longer follows a symlink swapped in at the-roperandchmod: usesfchmodatfor recursive mode changes and no longer follows in-tree symlinks with-R --referencecp: does notchmodthrough the destination symlink;mvdoes not put a symlink in its target's hardlink groupstdbuf: fixed a temporary-directory leakRobustness: Anti-Panic & Anti-Hang
splitendless loop,yesdeadlock,sortLinesfuse when a chunk boundary lands exactly at EOFstatandcspliton/dev/full,lswith an invalidQUOTING_STYLEon unwritable stderr,odon large ASCII dump widths,printfon large numeric and%s/%cfield widths,nlwith-w i32::MAX(rejection plus a 32-bit OOM fix),prandcsplitinteger overflow,ddu64wraparound,touchleap-second year overflow,tail -c +Npast the seek limit,tacSIGBUSon a truncated mmap,who -qstdout write errorsuucore::parse_sizeno longer overflows on a large%sizeCross-platform Reach
killanduptimeimplementations, andtest -ef,-t,-h/-L,-r,-w,-xtouchtimestamps,cpsymlinks,expr, cleaned-up core platform abstractions andcatintegration coveragedfgot a fallbackstatfspath using the mount table;uptimedropped its/procdependency on more targets;sttyandchgrpare now gated by target support; better iOS and Fuchsia handlingDependency Diet
byteorder,same-file,filetime,winapi-util,file_diff,mockstream,binary-heap-plus,compare,arrayref,exaclanddns-lookupin favor ofstd,rustixandwindows-sysInternationalization
chmod --verbosemessages and the new diagnostic strings are now translatablelssorts names using locale-aware collation,commcompares lines with the locale collation,nlsupports multibyte one-character section delimiters andcuthandles multibyte fields, bytes and delimiters correctlyuucorerebuilds its embedded locales when the consumer's dependencies changeContributions: This release landed 358 pull requests from 26 new contributors. We also passed 1000 people having contributed to uutils coreutils. Per our activity tracking, August 2026 was our busiest month so far, with 476 commits from 57 authors
Call to Action:
Try it in your browser - Online Playground powered by WebAssembly
Help us translate - Contribute to Rust Coreutils on Weblate
Sponsor us on GitHub to accelerate development: github.com/sponsors/uutils
What's Changed
base32
basename
basenc
cat
chmod
chroot
cksum
comm
cp
csplit
cut
--whitespace-delimitedby @cakebaker in #13972NOTHINGtoNO_PARTIALby @cakebaker in #14042date
dd
df
dircolors
dirname
env
expand
expr
fmt
fold
hashsum
head
test_zero_bytes_with_suffixby @cakebaker in #13768hostname
id
install
join
kill
ln
ls
mkdir
mkfifo
mktemp
more
mv
nl
numfmt
od
InputDecoderby @cakebaker in #14023pathchk
pinky
pr
--columnto--columnsby @cakebaker in #14133--join-linesas long option for-Jby @cakebaker in #14135-fin help by @cakebaker in #14132printf
ptx
readlink
rm
sleep
sort
split
stat
#[cfg(unix)]by @cakebaker in #14109stdbuf
tac
tail
tee
test
touch
tr
true
truncate
tsort
uname
unexpand
uniq
uptime
who
yes
Error Diagnostics
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.