coreutils/src
2016-08-20 10:07:24 -04:00
..
arch arch: use utsname in libc instead 2016-08-20 11:59:58 +08:00
base32 base32: implemented 2016-08-07 00:41:52 +08:00
base64 base64: simplified 2016-08-07 00:41:53 +08:00
basename basename: too few or many args messages go to stderr 2016-02-15 20:44:50 -05:00
cat cat: squeeze blank keeps up to one blank line 2016-02-16 18:52:51 -05:00
chmod chmod: fix #831 2016-06-19 22:52:56 +08:00
chown impl: dryer use of coreopts 2016-08-20 10:07:24 -04:00
chroot chroot: use uucore::entries 2016-08-20 03:10:37 +08:00
cksum cksum: resolve msvc unsafe issue 2016-05-23 22:06:37 -04:00
comm comm: remove unused import 2016-06-15 19:42:05 +02:00
cp cp: added -v/--verbose flag 2016-07-15 14:41:50 -04:00
cut impl: dryer use of coreopts 2016-08-20 10:07:24 -04:00
dircolors dircolors: extract shell name from $SHELL properly 2016-06-17 21:54:44 +08:00
dirname dirname: in impl, make behavior for '/' fs root agnostic of host platform 2016-02-19 20:10:41 -05:00
du Fix clippy warnings 2016-01-06 09:36:20 +01:00
echo Fix clippy warnings 2016-01-06 09:36:20 +01:00
env Fix clippy warnings 2016-01-06 09:36:20 +01:00
expand expand, unexpand: fix build on stable 2016-01-06 16:35:33 +01:00
expr Fix clippy warnings 2016-01-06 09:36:20 +01:00
factor Fix clippy warnings 2016-01-06 09:36:20 +01:00
false Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
fmt fix fmt's behavior for blank prefixed lines 2016-06-01 18:19:53 -04:00
fold Fix clippy warnings 2016-01-06 09:36:20 +01:00
groups impl: dryer use of coreopts 2016-08-20 10:07:24 -04:00
hashsum hashsum: add support for SHA-3 functions 2016-04-16 06:17:15 -07:00
head Fix clippy warnings 2016-01-06 09:36:20 +01:00
hostid Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
hostname Fix clippy warnings 2016-01-06 09:36:20 +01:00
id id: use uucore::entries 2016-08-20 03:24:23 +08:00
install Remove unused variable binding. 2016-08-05 09:06:39 -04:00
kill Fix clippy warnings 2016-01-06 09:36:20 +01:00
link link: normalize file-not-found error message across platforms 2016-02-20 17:32:15 -05:00
ln Fix clippy warnings 2016-01-06 09:36:20 +01:00
logname Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
ls ls: use uucore::entries 2016-08-20 03:10:36 +08:00
mkdir Fix clippy warnings 2016-01-06 09:36:20 +01:00
mkfifo Fix clippy warnings 2016-01-06 09:36:20 +01:00
mknod mknod: remove repeated macro 2016-06-17 13:27:19 +08:00
mktemp mktemp: respect quiet option 2016-06-18 17:54:52 +08:00
mv Fix clippy warnings 2016-01-06 09:36:20 +01:00
nice Fix clippy warnings 2016-01-06 09:36:20 +01:00
nl Fix clippy warnings 2016-01-06 09:36:20 +01:00
nohup Fix clippy warnings 2016-01-06 09:36:20 +01:00
nproc Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
od od: take more format options, respect their order. 2016-05-22 15:46:20 -05:00
paste Fix clippy warnings 2016-01-06 09:36:20 +01:00
pathchk pathchk implemented (see #841) (#860) 2016-05-22 15:59:57 +04:00
pinky pinky: use uucore::entries 2016-08-20 03:10:36 +08:00
printenv Fix clippy warnings 2016-01-06 09:36:20 +01:00
printf printf: rustfmt pass 2016-02-15 00:48:08 -05:00
ptx ptx: fix build on stable 2016-01-06 16:20:59 +01:00
pwd Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
readlink Fix clippy warnings 2016-01-06 09:36:20 +01:00
realpath Fix clippy warnings 2016-01-06 09:36:20 +01:00
relpath Fix clippy warnings 2016-01-06 09:36:20 +01:00
rm Fix clippy warnings 2016-01-06 09:36:20 +01:00
rmdir Fix clippy warnings 2016-01-06 09:36:20 +01:00
seq Fix clippy warnings 2016-01-06 09:36:20 +01:00
shred Fix clippy warnings 2016-01-06 09:36:20 +01:00
shuf Fix clippy warnings 2016-01-06 09:36:20 +01:00
sleep Prefer handling Duration over f32 when dealing with times. 2016-08-04 19:21:30 -04:00
sort sort --check refactor to use iterator 2016-08-13 00:42:44 +01:00
split Fix clippy warnings 2016-01-06 09:36:20 +01:00
stat stat: use uucore::entries 2016-08-20 03:10:36 +08:00
stdbuf Fix clippy warnings 2016-01-06 09:36:20 +01:00
sum Fix clippy warnings 2016-01-06 09:36:20 +01:00
sync Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
tac Fix clippy warnings 2016-01-06 09:36:20 +01:00
tail skip directory tail 2016-07-23 23:03:00 +08:00
tee Fix clippy warnings 2016-01-06 09:36:20 +01:00
test Fix clippy warnings 2016-01-06 09:36:20 +01:00
timeout Merge pull request #935 from frewsxcv/refactor-time 2016-08-04 21:17:38 -04:00
touch Fix clippy warnings 2016-01-06 09:36:20 +01:00
tr tr: use HashMap in stdlib instead of vec_map 2016-08-20 02:25:55 +08:00
true Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
truncate Fix clippy warnings 2016-01-06 09:36:20 +01:00
tsort Fix clippy warnings 2016-01-06 09:36:20 +01:00
tty Fix clippy warnings 2016-01-06 09:36:20 +01:00
uname uname: use utsname in libc instead 2016-08-20 11:59:58 +08:00
unexpand expand, unexpand: fix build on stable 2016-01-06 16:35:33 +01:00
uniq uniq: add test for case-insensitive comparison 2016-08-13 02:04:19 +08:00
unlink Fix clippy warnings 2016-01-06 09:36:20 +01:00
uptime uptime: use uucore::utmpx 2016-08-10 15:24:45 +08:00
users uucore::utmpx: change API and fix error 2016-08-11 15:41:12 +08:00
uucore uucore: allow 'wrong number of arguments' macro to be more precise 2016-08-20 10:07:08 -04:00
uutils fix two clippy warnings 2016-03-24 12:15:01 +01:00
wc Fix clippy warnings 2016-01-06 09:36:20 +01:00
who who: switch to using new coreopts syntax 2016-08-11 14:37:25 -04:00
whoami whoami: use uucore::entries 2016-08-20 03:10:36 +08:00
yes Fix clippy warnings 2016-01-06 09:36:20 +01:00