| .. |
|
arch
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
base32
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
base64
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
basename
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
basenc
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
cat
|
Adapt to API changes in nix
|
2025-05-23 09:24:46 +02:00 |
|
chcon
|
selinux: adjust more error messages
|
2025-05-07 22:58:46 +02:00 |
|
chgrp
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
chmod
|
chore: simplify return in multi-branch
|
2025-04-11 00:24:45 -04:00 |
|
chown
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
chroot
|
Fix chroot trying to change into non-existent directory
|
2025-04-20 22:12:21 +02:00 |
|
cksum
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
comm
|
replace Error::new(ErrorKind::Other, _) as suggested by clippy
|
2025-04-13 04:35:38 +02:00 |
|
cp
|
cp: fix warnings from unnecessary_debug_formatting
|
2025-05-19 09:54:37 +02:00 |
|
csplit
|
csplit: don't add a newline if the file doesn't end with one (#7901)
|
2025-05-09 09:15:54 +02:00 |
|
cut
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
date
|
date: Properly support %#z, instead of rejecting the format
|
2025-04-29 21:35:00 +08:00 |
|
dd
|
Adapt to API changes in nix
|
2025-05-23 09:24:46 +02:00 |
|
df
|
fix: df: filter filesystem types after mount point resolution (#7452)
|
2025-04-17 22:06:20 +02:00 |
|
dir
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
dircolors
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
dirname
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
du
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
echo
|
Merge pull request #7881 from alexs-sh/7736-control-flow-experiments
|
2025-05-05 00:33:51 +02:00 |
|
env
|
env: ignore flags after the command or -- argument
|
2025-04-18 18:48:37 -07:00 |
|
expand
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
expr
|
expr: Allow only ASCII digits for regex range quantifiers
|
2025-05-27 17:53:21 +03:00 |
|
factor
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
false
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
fmt
|
apply simple clippy nightly suggestions
|
2025-04-13 04:35:38 +02:00 |
|
fold
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
groups
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
hashsum
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
head
|
Merge pull request #7748 from cakebaker/clippy_move_lints_from_ci_to_cargo_toml
|
2025-04-13 18:51:53 +02:00 |
|
hostid
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
hostname
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
id
|
id: remove unnecessary to_string calls
|
2025-05-11 13:35:43 +02:00 |
|
install
|
selinux: add support for install
|
2025-05-21 09:51:27 +02:00 |
|
join
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
kill
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
link
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
ln
|
chore: address a few clippy lints that break API
|
2025-04-14 18:49:33 -04:00 |
|
logname
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
ls
|
ls: remove duplicate code
|
2025-05-14 17:00:00 +02:00 |
|
mkdir
|
set_selinux_security_context: also display the error from the crate
|
2025-05-03 23:16:43 +02:00 |
|
mkfifo
|
selinux: adjust more error messages
|
2025-05-07 22:58:46 +02:00 |
|
mknod
|
selinux: adjust more error messages
|
2025-05-07 22:58:46 +02:00 |
|
mktemp
|
mktemp: use keep instead of deprecated into_path
|
2025-05-12 07:43:26 +02:00 |
|
more
|
more: fix warning from let_and_return lint
|
2025-05-19 10:08:40 +02:00 |
|
mv
|
mv: use bool instead of Result as return type
|
2025-05-20 07:31:57 +02:00 |
|
nice
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
nl
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
nohup
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
nproc
|
Merge pull request #7702 from nyurik/iters
|
2025-04-15 19:54:58 +02:00 |
|
numfmt
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
od
|
od: Ensure stdin is left in the correct state
|
2025-04-18 21:14:29 -06:00 |
|
paste
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
pathchk
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
pinky
|
add musl utmpx limitation to --help texts
|
2025-04-15 15:16:16 +02:00 |
|
pr
|
pr: migrate from quick-error to thiserror (#7919)
|
2025-05-15 09:19:46 +02:00 |
|
printenv
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
printf
|
printf: Add indexing to format strings
|
2025-04-24 22:11:49 -05:00 |
|
ptx
|
ptx: use char count instead of byte index to handle utf-8 characters
|
2025-05-06 23:41:02 -07:00 |
|
pwd
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
readlink
|
chore: simplify return in multi-branch
|
2025-04-11 00:24:45 -04:00 |
|
realpath
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
rm
|
Merge pull request #7492 from bitspill/rm
|
2025-04-27 23:54:16 +02:00 |
|
rmdir
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
runcon
|
selinux: use the uucore::selinux::is_selinux_enabled() function
|
2025-05-11 09:36:15 +02:00 |
|
seq
|
uucore: fast_inc: Change start to a &mut
|
2025-04-21 11:25:54 +02:00 |
|
shred
|
Merge pull request #7948 from BenWiederhake/dev-shred-random-source
|
2025-05-25 22:58:18 +02:00 |
|
shuf
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
sleep
|
Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting
|
2025-04-23 18:34:00 +02:00 |
|
sort
|
sort: prevent -o/--output to be specified multiple times
|
2025-05-25 23:43:48 +02:00 |
|
split
|
split: fix a racing condition that causes issue #7869
|
2025-05-04 16:49:03 +08:00 |
|
stat
|
selinux: rename check_selinux_enabled()
|
2025-04-17 10:18:31 +02:00 |
|
stdbuf
|
move from version 0.0.30 => 0.1.0
|
2025-05-24 22:28:54 +02:00 |
|
stty
|
chore: address a few clippy lints that break API
|
2025-04-14 18:49:33 -04:00 |
|
sum
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
sync
|
sync: reduce use of unsafe and improve comments
|
2025-05-27 23:00:10 -04:00 |
|
tac
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
tail
|
doc: fix warnings from markdown linter
|
2025-05-18 21:08:27 +02:00 |
|
tee
|
Adapt to API changes in nix
|
2025-05-23 09:24:46 +02:00 |
|
test
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
timeout
|
Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting
|
2025-04-23 18:34:00 +02:00 |
|
touch
|
replace Error::new(ErrorKind::Other, _) as suggested by clippy
|
2025-04-13 04:35:38 +02:00 |
|
tr
|
fix a low-count lints in all crates
|
2025-04-14 13:41:48 -04:00 |
|
true
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
truncate
|
Merge pull request #7715 from nyurik/unused_qualifications
|
2025-04-10 18:11:08 -04:00 |
|
tsort
|
tsort: remove duplicate sorting step (#7965)
|
2025-05-21 10:29:21 +02:00 |
|
tty
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
uname
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
unexpand
|
apply simple clippy nightly suggestions
|
2025-04-13 04:35:38 +02:00 |
|
uniq
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
unlink
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
uptime
|
uptime: extract uptime_since fn
|
2025-05-06 17:05:12 +02:00 |
|
users
|
add musl utmpx limitation to --help texts
|
2025-04-15 15:16:16 +02:00 |
|
vdir
|
Consolidate crate config in workspace
|
2025-04-10 16:52:01 -04:00 |
|
wc
|
Adapt to API changes in nix
|
2025-05-23 09:24:46 +02:00 |
|
who
|
add musl utmpx limitation to --help texts
|
2025-04-15 15:16:16 +02:00 |
|
whoami
|
whoami: remove unused libc dependency
|
2025-04-19 13:52:41 +05:30 |
|
yes
|
Remove usage of vmsplice from yes
|
2025-04-16 16:40:10 -06:00 |