.. |
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
|
remove needless pass by value
|
2022-01-30 15:08:26 +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 #3076 from jfinkels/dd-seek-truncate
|
2022-02-08 11:16:15 +01:00 |
df
|
df: refactor filter_mount_list() to be more flat
|
2022-02-06 20:04:03 -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
|
squash some repeated match blocks
|
2022-01-30 18:32:09 +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
|
Updated sha libraries
|
2022-01-30 17:23:02 -03:00 |
head
|
head: handle multibyte numeric utf-8 chars
|
2022-02-03 21:42:22 +08: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
|
Merge pull request #2902 from jtracey/join-non-unicode-sep
|
2022-01-31 21:54:56 +01: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
|
squash some repeated match blocks
|
2022-01-30 18:32:09 +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
|
use 'Self' and derive 'Default' where possible
|
2022-01-30 15:08:26 +01:00 |
paste
|
remove needless pass by value
|
2022-01-30 15:08:26 +01: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
|
Merge pull request #2963 from danieleades/refactor/code-quality
|
2022-01-30 18:26:16 +01: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
|
Include ABOUT for shuf
|
2022-02-02 10:08:48 -05: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
|
add additional lints
|
2022-01-31 20:40:47 +01:00 |
stat
|
use 'Self' and derive 'Default' where possible
|
2022-01-30 15:08:26 +01: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
|
dont use is_numeric to check for digits
|
2022-02-03 21:42:22 +08: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
|
Fix small clippy issue
|
2022-02-03 21:45:02 +08: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
|
truncate: use map_err instead of unwrap_or_else
|
2022-02-01 14:13:52 -07: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
|
squash some repeated match blocks
|
2022-01-30 18:32:09 +01: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 |