coreutils/src
2015-08-26 12:50:07 -04:00
..
base64 Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
basename Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
cat Flush pending stdout writes. 2015-05-29 13:51:11 -04:00
chmod Replace unstable fs:walk_dir() w/ external crate. 2015-07-31 16:21:06 -04:00
chroot Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
cksum Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
comm Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
common Switch over to internal canonicalize(). 2015-07-31 18:55:33 -04:00
cp Switch over to internal canonicalize(). 2015-07-31 18:55:33 -04:00
cut Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
dirname Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
du Fix build by making du not use futures 2015-08-24 18:57:09 +12:00
echo Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
env Fix 'env -' case 2015-05-27 00:51:14 +03:00
expand Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
factor Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
false os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
fmt Various Windows fixes 2015-07-19 20:25:48 -04:00
fold Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
groups Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
hashsum Various Windows fixes 2015-07-19 20:25:48 -04:00
head Add quiet and verbose flags to head. 2015-05-31 20:26:57 -04:00
hostid Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
hostname Replace deprecated methods. 2015-07-30 22:21:18 -04:00
id Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
kill Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
link Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
ln Backport and/or replace unstable features. 2015-08-08 03:53:21 -04:00
logname Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
mkdir Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
mkfifo Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
mv Replace unstable set_file_times w/ external crate. 2015-08-11 21:45:11 -04:00
nice Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
nl Backport and/or replace unstable features. 2015-08-08 03:53:21 -04:00
nohup Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
nproc Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
od Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
paste Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
printenv Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
ptx Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
pwd Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
readlink Switch over to internal canonicalize(). 2015-07-31 18:55:33 -04:00
realpath Switch over to internal canonicalize(). 2015-07-31 18:55:33 -04:00
relpath Switch over to internal canonicalize(). 2015-07-31 18:55:33 -04:00
rm Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
rmdir Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
seq Add macro to manually flush a writer. 2015-05-23 03:31:42 -04:00
shuf Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
sleep Rename time.rs to parse_time.rs 2015-06-30 18:42:51 -04:00
sort Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
split Update to nightly build. 2015-06-23 23:00:00 -04:00
stdbuf Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
sum Fix difference w/ GNU coreutils' sum. 2015-08-14 00:10:15 -04:00
sync Fix build on non-windows 2015-07-20 16:40:29 -04:00
tac Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
tail Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
tee Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
test Convert to byte vec w/o using deprecated methods. 2015-08-11 21:45:11 -04:00
timeout Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
touch Fix bug when setting time w/o year. 2015-08-11 21:45:11 -04:00
tr Replace unstable VecMap w/ external crate. 2015-07-31 17:05:22 -04:00
true os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
truncate Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
tsort Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
tty Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
uname Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
unexpand Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
uniq -f flag for uniq 2015-07-31 19:37:40 +02:00
unlink Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
uptime Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
users Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00
uutils Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
wc Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
whoami Various Windows fixes 2015-07-19 20:25:48 -04:00
yes Moved code officially to run on nightly since it's a dependency 2015-08-26 12:50:07 -04:00