coreutils/src/uu
Karl McDowall b264457c41 tail: Performace improvements
Improve performance of `tail` utility. Tail now uses
performance-optimized memchr APIs when searching through a
file for delimiters.
2025-04-05 12:16:49 -06:00
..
arch rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
base32 Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
base64 Bump MSRV to 1.85.0 2025-03-24 21:00:16 +01:00
basename Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
basenc Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
cat cat: Performance improvement when printing line numbers 2025-04-04 19:50:05 -06:00
chcon chcon/runcon: Only build on Linux 2025-03-27 10:29:46 +01:00
chgrp Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
chmod Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
chown Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
chroot Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
cksum Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
comm Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
cp uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
csplit Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
cut Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
date uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
dd uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
df uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
dir Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
dircolors uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
dirname rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
du uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
echo echo: fixed double hyphen as argument (#7581) 2025-03-28 13:31:48 +01:00
env env: Move to "thiserror" + added errors test case (#7584) 2025-03-30 11:21:57 +02:00
expand expand: move to thiserror 2025-03-30 21:15:21 +02:00
expr Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
factor Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
false Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
fmt Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
fold Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
groups Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
hashsum Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
head uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
hostid hostid: use gethostid from Rust libc 2025-03-25 10:40:51 +01:00
hostname Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
id add some missing unsafe 2025-03-24 21:33:16 +01:00
install Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
join Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
kill Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
link rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
ln Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
logname add missing unsafe around extern 2025-03-24 21:03:00 +01:00
ls uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
mkdir Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
mkfifo rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
mknod Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
mktemp Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
more Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
mv Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
nice Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
nl Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
nohup add some missing unsafe 2025-03-24 21:33:16 +01:00
nproc rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
numfmt uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
od uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
paste Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
pathchk Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
pinky Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
pr Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
printenv Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
printf Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
ptx ptx: move to thiserror 2025-03-30 21:15:21 +02:00
pwd rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
readlink Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
realpath Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
rm Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
rmdir Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
runcon chcon/runcon: Only build on Linux 2025-03-27 10:29:46 +01:00
seq Merge pull request #7631 from drinkcat/format-hex-default 2025-04-04 23:44:35 +02:00
shred uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
shuf Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
sleep rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
sort uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
split uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
stat stat: Print what kind of "weird" mode it is, if it's "weird" 2025-03-26 20:20:50 +01:00
stdbuf uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
stty Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
sum sum: Rework some error handling 2025-03-28 19:22:31 -06:00
sync add some missing unsafe 2025-03-24 21:33:16 +01:00
tac tac: move to thiserror 2025-03-30 21:15:21 +02:00
tail tail: Performace improvements 2025-04-05 12:16:49 -06:00
tee uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
test Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
timeout uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
touch uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
tr Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
true Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
truncate uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
tsort Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
tty Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
uname rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
unexpand unexpand: move to thiserror 2025-03-30 21:15:21 +02:00
uniq uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
unlink rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
uptime Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
users Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
vdir Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
wc uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
who Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
whoami rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
yes yes: fix error from manual_repeat_n lint 2025-04-03 15:38:06 +02:00