..
arch
all: change macros
2022-01-29 15:26:32 +01:00
base32
added correct format to ABOUT
2022-02-02 02:40:59 +05:30
base64
added correct format to ABOUT
2022-02-02 02:40:59 +05:30
basename
all: change macros
2022-01-29 15:26:32 +01:00
basenc
added correct format to ABOUT
2022-02-02 02:40:59 +05:30
cat
cat: write_nonprint_to_end: be more explicit about printing '?'
2022-02-15 22:27:46 +01:00
chcon
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
chgrp
all: change macros
2022-01-29 15:26:32 +01:00
chmod
remove needless pass by value
2022-01-30 15:08:26 +01:00
chown
all: change macros
2022-01-29 15:26:32 +01:00
chroot
add additional lints
2022-01-31 20:40:47 +01:00
cksum
all: change macros
2022-01-29 15:26:32 +01:00
comm
all: change macros
2022-01-29 15:26:32 +01:00
cp
Fail when copying a directory to a file
2022-02-02 23:59:32 -08:00
csplit
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
cut
squash some repeated match blocks
2022-01-30 18:32:09 +01:00
date
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
dd
Merge pull request #3021 from iovanom/dd-multi-status-options
2022-02-16 12:56:30 +01:00
df
df: always produce the same order in output table
2022-02-12 21:14:14 -05:00
dircolors
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
dirname
remove explicit iter loops
2022-01-30 15:08:26 +01:00
du
add additional lints
2022-01-31 20:40:47 +01:00
echo
Allow echo with escapes to work with \0
2022-01-30 17:24:29 -05:00
env
add additional lints
2022-01-31 20:40:47 +01:00
expand
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
expr
expr: Use chars().count() as we can have some multibytes chars
2022-02-13 14:19:25 +01:00
factor
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
false
false,true: Resolve formatting nit in About
2022-02-01 19:53:25 +01:00
fmt
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
fold
remove needless pass by value
2022-01-30 15:08:26 +01:00
groups
all: change macros
2022-01-29 15:26:32 +01:00
hashsum
update to sha 0.10.0 ( #3110 )
2022-02-12 18:12:02 +01:00
head
head: use Self instead of enum name Mode in method
2022-02-12 14:45:45 -05:00
hostid
Added description for hostid
2022-02-01 23:51:48 -05:00
hostname
all: change macros
2022-01-29 15:26:32 +01:00
id
remove needless pass by value
2022-01-30 15:08:26 +01:00
install
remove needless pass by value
2022-01-30 15:08:26 +01:00
join
join: flush stdout before final error message
2022-02-07 22:32:02 -05:00
kill
add additional lints
2022-01-31 20:40:47 +01:00
link
all: change macros
2022-01-29 15:26:32 +01:00
ln
squash some repeated match blocks
2022-01-30 18:32:09 +01:00
logname
all: change macros
2022-01-29 15:26:32 +01:00
ls
ls: refactor out padding calculations ( #3072 )
2022-02-12 11:39:17 +01:00
mkdir
all: change macros
2022-01-29 15:26:32 +01:00
mkfifo
all: change macros
2022-01-29 15:26:32 +01:00
mknod
all: change macros
2022-01-29 15:26:32 +01:00
mktemp
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
more
all: change macros
2022-01-29 15:26:32 +01:00
mv
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
nice
all: change macros
2022-01-29 15:26:32 +01:00
nl
all: change macros
2022-01-29 15:26:32 +01:00
nohup
all: change macros
2022-01-29 15:26:32 +01:00
nproc
all: change macros
2022-01-29 15:26:32 +01:00
numfmt
remove needless pass by value
2022-01-30 15:08:26 +01:00
od
This commit removes empty line from USAGE string in src/uu/od/src/od.rs. ( #3074 )
2022-02-13 21:39:11 +01:00
paste
paste: Use a single buffer
2022-01-30 23:01:15 -05:00
pathchk
remove needless borrows
2022-01-30 14:01:21 +01:00
pinky
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
pr
pr: add missing about and version to documentation
2022-02-12 12:36:28 +03:00
printenv
all: change macros
2022-01-29 15:26:32 +01:00
printf
printf: use clap default help and version
2022-02-04 22:07:31 -05:00
ptx
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
pwd
all: change macros
2022-01-29 15:26:32 +01:00
readlink
all: change macros
2022-01-29 15:26:32 +01:00
realpath
all: change macros
2022-01-29 15:26:32 +01:00
relpath
all: change macros
2022-01-29 15:26:32 +01:00
rm
remove needless pass by value
2022-01-30 15:08:26 +01:00
rmdir
all: change macros
2022-01-29 15:26:32 +01:00
runcon
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
seq
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
shred
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
shuf
shuf: correct execution phrase for --help
2022-02-13 21:58:48 +01:00
sleep
remove needless pass by value
2022-01-30 15:08:26 +01:00
sort
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
split
split: refactor to add SuffixType enum
2022-02-16 23:53:56 -05:00
stat
stat: allow formatting of negative numbers
2022-02-03 16:01:19 -08:00
stdbuf
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
sum
all: change macros
2022-01-29 15:26:32 +01:00
sync
all: change macros
2022-01-29 15:26:32 +01:00
tac
remove needless pass by value
2022-01-30 15:08:26 +01:00
tail
Merge pull request #2957 from jfinkels/head-preserve-no-final-newline
2022-02-12 19:03:13 +01:00
tee
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
test
test: add version and about ( #3011 )
2022-02-04 10:28:15 +01:00
timeout
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
touch
touch: show error on -h with nonexistent file
2022-02-11 20:58:16 -05:00
tr
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
true
false,true: Resolve formatting nit in About
2022-02-01 19:53:25 +01:00
truncate
Merge pull request #2944 from jfinkels/truncate-fifo
2022-02-12 11:36:17 +01:00
tsort
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
tty
all: change macros
2022-01-29 15:26:32 +01:00
uname
all: change macros
2022-01-29 15:26:32 +01:00
unexpand
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00
uniq
remove needless pass by value
2022-01-30 15:08:26 +01:00
unlink
all: change macros
2022-01-29 15:26:32 +01:00
uptime
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
users
all: change macros
2022-01-29 15:26:32 +01:00
wc
wc: Fix clippy error
2022-02-07 10:20:52 -03:00
who
use semicolons if nothing returned
2022-01-30 15:08:26 +01:00
whoami
all: change macros
2022-01-29 15:26:32 +01:00
yes
use 'Self' and derive 'Default' where possible
2022-01-30 15:08:26 +01:00