coreutils/src
2020-01-27 21:33:49 -06:00
..
arch Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
base32 Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
base64 Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
basename Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cat refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
chgrp build: bump walkdir from 2.2.7 to 2.2.8 2019-06-13 12:59:42 +00:00
chmod refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
chown build: bump glob from 0.2.11 to 0.3.0 2019-06-15 22:35:35 +00:00
chroot Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cksum refactor ~ remove unneeded mem::uninitialized() code 2020-01-27 21:33:47 -06:00
comm Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cp refactor/polish ~ fix cargo clippy complaints (fatal/unneeded clone) 2020-01-27 21:33:48 -06:00
cut refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
date Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
dircolors build: bump glob from 0.2.11 to 0.3.0 2019-06-15 22:35:35 +00:00
dirname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
du Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
echo Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
env env: fix build on Windows 2019-05-13 12:22:43 -07:00
expand Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
expr refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
factor Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
false Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
fmt refactor/polish ~ fix cargo clippy complaints (fatal/same if clause) 2020-01-27 21:33:48 -06:00
fold refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
groups Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hashsum Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
head Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hostid Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hostname refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
id Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
install Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
join Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
kill refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
link Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
ln refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
logname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
ls refactor/polish ~ fix cargo clippy complaints (or_else) 2020-01-27 21:33:49 -06:00
mkdir refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
mkfifo refactor/polish ~ fix cargo clippy complaints (fatal/temporary_cstring_as_ptr) 2020-01-27 21:33:48 -06:00
mknod Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
mktemp refactor/polish ~ fix cargo clippy complaints (use b'...' notation) 2020-01-27 21:33:48 -06:00
more refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
mv refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
nice Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
nl refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
nohup Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
nproc build: bump num_cpus from 1.10.0 to 1.10.1 2019-06-18 13:21:47 +00:00
numfmt refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
od refactor/polish ~ fix cargo clippy complaints ('better' as println!(...)) 2020-01-27 21:33:48 -06:00
paste Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
pathchk Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
pinky refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
printenv Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
printf refactor/polish ~ fix cargo clippy complaints (unneeded _) 2020-01-27 21:33:48 -06:00
ptx Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
pwd refactor ~ replace deprecated trim_{left,right}... with trim_{start,end}... 2020-01-27 21:33:47 -06:00
readlink refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
realpath refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
relpath refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
rm refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
rmdir Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
seq Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
shred refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
shuf refactor/polish ~ fix cargo clippy complaints (fatal/unneeded drop) 2020-01-27 21:33:48 -06:00
sleep Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
sort Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
split refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
stat stat: fix birth/created time transformation 2020-01-27 21:33:47 -06:00
stdbuf refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
sum Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
sync refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
tac refactor/polish ~ fix cargo clippy complaints (fatal/unneeded drop) 2020-01-27 21:33:48 -06:00
tail Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
tee Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
test Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
timeout Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
touch refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
tr refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
true Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
truncate refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
tsort refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
tty refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
uname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
unexpand refactor/polish ~ fix cargo clippy complaints (use b'...' notation) 2020-01-27 21:33:48 -06:00
uniq refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
unlink refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
uptime refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
users refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
uutils refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
wc refactor/polish ~ fix cargo clippy complaints ('better' as println!()) 2020-01-27 21:33:48 -06:00
who who: fix ~ remove unneeded/incorrect time format size change 2020-01-27 21:33:47 -06:00
whoami Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
yes Split off uucore into its own repository 2019-05-12 22:42:20 -07:00