uutils
coreutils
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(mknod): replace unnecessary casts with u32::from for MODE_RW_UGO Replace `as u32` casts with `u32::from()` to fix clippy::unnecessary_cast lint warnings, improving code clarity and adhering to Rust best practices. This affects default mode handling in mknod utility.
mattsu2020:knod_refactoring
1 hour ago
refactor(mknod): reorder libc imports and condense constant declaration - Moved `mode_t` to the end of the import list for consistency - Inlined the `MODE_RW_UGO` constant definition to a single line for brevity - No functional changes, improves code readability and style
mattsu2020:knod_refactoring
2 hours ago
sort: use uucore SIGPIPE handling for broken pipes Enable uucore SIGPIPE capture + conditional pipe error handling so `sort | head -n 0` does not emit "Broken pipe" diagnostics and matches GNU exit status behavior. Add a shell-pipeline regression test that asserts no stderr and exit code 141 when the downstream closes early. Also apply small idiomatic cleanups (e.g. `.map(Into::into)`).
Xylphy:sort_ignore_broken_pipe
3 hours ago
ls: fix symlink target coloring for chains and extensions
ChrisDryden:fix-symlink-chain-coloring
4 hours ago
ls: fix symlink chain target coloring
ChrisDryden:fix-symlink-chain-coloring
4 hours ago
try to decrease the variance in the memory usage for benchmark (#10273)
main
8 hours ago
try to decrease the variance in the memory usage for benchmark
sylvestre:bench-mem-2
9 hours ago
Merge branch 'tac-special-files' of https://github.com/FidelSch/coreutils into tac-special-files
FidelSch:tac-special-files
11 hours ago
Active Branches
mKnod: Refactor to remove unsafe code
last run
1 hour ago
#10138
CodSpeed Performance Gauge
-27%
sort: use uucore SIGPIPE handling for broken pipes
last run
3 hours ago
#10264
CodSpeed Performance Gauge
-3%
ls: fix symlink chain target coloring
last run
4 hours ago
#10274
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs