coreutils/src/uu
Sylvestre Ledru 4471335609
Merge pull request #2360 from rivy/fix+rf
build and *lots* of clippy fixes
2021-06-08 22:06:11 +02:00
..
arch use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
base32 change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
base64 change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
basename refactor/basename ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cat refactor/cat ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
chgrp change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
chmod refactor/chmod ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
chown refactor/chown ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
chroot refactor/chroot ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cksum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
comm use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
cp fix/cp ~ correct cargo clippy complaint exception (*allow* clippy::unnecessary_wraps) 2021-06-06 19:28:25 -05:00
csplit refactor/csplit ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cut use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
date use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
df use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
dircolors dircolors: Address code review comments 2021-06-03 20:49:25 -05:00
dirname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
du refactor/du ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
echo refactor/echo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
env refactor/env ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
expand refactor/expand ~ fix cargo clippy complaint (clippy::manual_str_repeat) 2021-06-06 19:28:23 -05:00
expr refactor/expr ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
factor use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
false change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
fmt use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
fold refactor/fold ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
groups uucore: fix order of group IDs returned from entries::get_groups() 2021-06-08 18:39:05 +02:00
hashsum refactor/hashsum ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
head use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
hostid change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
hostname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
id uucore: fix order of group IDs returned from entries::get_groups() 2021-06-08 18:39:05 +02:00
install refactor/install ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
join refactor/join ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
kill use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
link use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ln refactor/ln ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
logname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ls refactor/ls ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkdir refactor/mkdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkfifo refactor/mkfifo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mknod use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
mktemp refactor/mktemp ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
more Merge pull request #2357 from deantvv/more-show-next-file 2021-06-06 10:52:03 +02:00
mv refactor/mv ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
nice use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nl use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nohup use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nproc use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
numfmt refactor/numfmt ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
od refactor/od ~ fix cargo clippy complaint (*allow* clippy::enum_variant_names) 2021-06-06 19:28:25 -05:00
paste use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
pathchk refactor/pathchk ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pinky refactor/pinky ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pr refactor/pr ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
printenv use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
printf refactor/printf ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
ptx refactor/ptx ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pwd use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
readlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
realpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
relpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
rm refactor ~ polish spelling + add spelling exceptions 2021-06-06 19:28:22 -05:00
rmdir refactor/rmdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
seq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
shred refactor/shred ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
shuf use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sleep use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sort refactor/sort ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
split refactor/split ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stat refactor/stat ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stdbuf refactor/stdbuf ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
sum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sync use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tac use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tail docs/tail ~ fix markdownlint complaints 2021-05-31 08:23:58 -05:00
tee use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
test refactor/test ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
timeout refactor/timeout ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
touch Merge pull request #2334 from sylvestre/crate_version 2021-06-03 10:56:57 +02:00
tr use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
true change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
truncate use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tsort use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tty use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unexpand use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uniq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uptime use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
users use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
wc refactor/wc ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
who use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
whoami refactor/whoami ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
yes change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00