Commit Graph

  • 7d7ba48cc6 tail: remove collapsible_if oech3 2026-04-18 09:23:18 +09:00
  • 1c49059d51 cat: remove collapsible_if oech3 2026-04-18 02:55:37 +09:00
  • f08652fcce head: remove collapsible_if oech3 2026-04-18 02:39:53 +09:00
  • 9a9c228300 split: remove collapsible_if oech3 2026-04-18 09:58:51 +09:00
  • 26223adf5f panic.rs: use var_os xtqqczze 2026-04-17 13:49:20 +01:00
  • 50ca60ad59 tee: remove collapsible_if oech3 2026-04-17 20:14:50 +09:00
  • e1766b0903 tee: drop cfg for unsupported target oech3 2026-04-17 20:03:49 +09:00
  • c146e8ac91 tee: avoid 2 Err(e) at match oech3 2026-04-17 20:43:38 +09:00
  • 6130076e07 chore(deps): update rust crate divan to v4.5.0 renovate[bot] 2026-04-17 11:33:20 +00:00
  • ceb09c7014 ls: allow crate users to call ls without having to print everything to stdout (#9851) Darren Schroeder 2026-04-17 07:26:23 -05:00
  • 3194190535 tests: timeout: increase delay on macOS for forward_sigint_to_child Sylvestre Ledru 2026-04-17 11:14:56 +02:00
  • 5daf0a527c panic.rs: remove collapsible_if oech3 2026-04-16 22:02:05 +09:00
  • 4c32ebc58b fix(uucore): use is_dir() instead of exists() for locale path resolution (#11851) mattsu 2026-04-17 16:53:37 +09:00
  • 6995eb7ed3 locale.rs: fix a cfg with collapsible_if oech3 2026-04-16 21:58:24 +09:00
  • 5120da04e0 clippy: fix collapsible_match lint xtqqczze 2026-04-16 15:26:52 +01:00
  • 56cf4f98e5 clippy: fix useless_conversion lint xtqqczze 2026-04-16 15:14:37 +01:00
  • 42e668545f clippy: fix unnecessary_cast lint xtqqczze 2026-04-16 14:58:19 +01:00
  • e88a3063a6 clippy: fix unnecessary_trailing_comma lint xtqqczze 2026-04-16 14:52:12 +01:00
  • 0626a4d103 clippy: fix map_unwrap_or lint xtqqczze 2026-04-16 14:46:09 +01:00
  • 5b54e084bb chore: remove unused entries from spelling wordlist xtqqczze 2026-04-15 15:33:22 +01:00
  • 4e68e67416 Remove authors from Cargo metadata (per RFC 3052) xtqqczze 2026-04-15 10:56:13 +01:00
  • bec5c25387 chore: run cargo shear xtqqczze 2026-04-15 15:12:30 +01:00
  • b7e967cc49 chore(deps): update rust crate clap to v4.6.1 renovate[bot] 2026-04-16 05:05:14 +00:00
  • 2be465a572 Revert "fix: replace apt with apt-get in scripts" Daniel Hofstetter 2026-04-15 13:31:53 +02:00
  • 9adb18cddf wc drop outdated info from BENCHMARKING.md oech3 2026-04-09 13:01:00 +09:00
  • dd16ed83d6 gitignore: remove .vscode directory from ignored files xtqqczze 2026-04-15 15:36:49 +01:00
  • 02104f3b5c tee: remove unused returned usize oech3 2026-04-15 18:35:58 +09:00
  • 2d5e77deb2 expr: avoid panic on regex retry-limit Eyüp Can Akman 2026-04-15 13:39:12 +03:00
  • a3ac3badb8 tests(env): increase signal delivery delay on macOS to fix flaky CI Sylvestre Ledru 2026-04-15 10:51:32 +02:00
  • 50f8d0bcc1 touch: add regression test for pre-epoch date on 32-bit Sylvestre Ledru 2026-04-15 07:49:38 +02:00
  • 717140a13c ci: group openbsd log sections for easier failure triage Sylvestre Ledru 2026-04-15 08:08:37 +02:00
  • 79f5e03823 mv: merge two "unix" blocks Daniel Hofstetter 2026-04-15 09:18:08 +02:00
  • b2619df6e0 unexpand: remove Box dyn oech3 2026-04-14 20:48:07 +09:00
  • b8018aebd1 sort: add collation key arena storage to LineData rustix/sort-collation-arena Sylvestre Ledru 2026-03-18 23:40:54 +01:00
  • 07d6f27f32 uucore: enable "process" feature of rustix Daniel Hofstetter 2026-04-13 10:53:59 +02:00
  • 1f45676f59 cp: improve throughput with pipe input oech3 2026-04-04 03:15:39 +09:00
  • 970688834a cat: replace copy_exact() with write_all oech3 2026-04-14 16:42:35 +09:00
  • 6f939edb72 fix: replace apt with apt-get in scripts xtqqczze 2026-04-14 16:25:07 +01:00
  • 9db3c1b032 du: remove unnecessary impl of code() Daniel Hofstetter 2026-04-14 11:28:48 +02:00
  • 0a9fc3e44c fmt: remove unwrap() oech3 2026-04-15 01:15:26 +09:00
  • 6b044bb0d5 ls: fix link-count column inflating per ACL file Sylvestre Ledru 2026-04-12 22:04:41 +02:00
  • 874efa7cc3 mv: preserve ownership (uid/gid) on cross-device moves (#9714) Sylvestre Ledru 2026-04-07 16:37:34 +02:00
  • cc8785e0ae mv: add tests for cross-device move ownership preservation (#9714) Sylvestre Ledru 2026-04-07 16:34:26 +02:00
  • 05466bb30a chore(deps): update rust crate rayon to v1.12.0 renovate[bot] 2026-04-14 06:33:33 +00:00
  • c00d63ba8b chore(deps): update rust crate clap_complete to v4.6.2 renovate[bot] 2026-04-14 04:55:14 +00:00
  • 44aff6bb27 CI/GnuComment: add safeguards xtqqczze 2026-04-13 10:41:23 +01:00
  • 36db2e62ca du: fix error from needless_borrow lint on FreeBSD Daniel Hofstetter 2026-04-13 10:39:41 +02:00
  • bd0ace3ac4 Make sure we still update the comment with if there was no change in test status xtqqczze 2026-04-12 03:15:02 +01:00
  • 0d35d36b52 CI/GnuComment: enhance PR commenting logic to update existing comments xtqqczze 2026-04-12 02:57:55 +01:00
  • 7bf7fff762 date: replace regex with hand-written format spec parser Sylvestre Ledru 2026-04-11 12:58:02 +02:00
  • 4fa689af89 tests/cut: ignore stdin write error on fast-exit delimiter test Sylvestre Ledru 2026-04-12 22:41:51 +02:00
  • 000237189a deps: remove unused rust crate fluent-bundle xtqqczze 2026-04-12 17:27:38 +01:00
  • 66a7f8b190 chore(deps): update rust crate ctor to 0.10.0 renovate[bot] 2026-04-13 05:12:15 +00:00
  • b17025b663 tee: add short-read regression test Kevin Burke 2026-04-12 18:08:54 -07:00
  • b08e880c1b Add "tests/basenc/bounded-memory" in the ignore list Sylvestre Ledru 2026-04-12 18:03:42 +02:00
  • bfdf580f0e cat: do not splice() on FUSE oech3 2026-04-09 19:34:53 +09:00
  • efd0f0cd10 cat: avoid unnecessary allocation oech3 2026-04-06 15:40:04 +09:00
  • 9f50c8b42e tee: fix input with sleep oech3 2026-04-07 04:54:34 +09:00
  • 1d3dba8261 remove seekable from local cspell conf and use it (#11773) oech3 2026-04-12 23:22:34 +09:00
  • 9a2ee94226 who: fixed panic in who > /dev/full (#11767) Ivan Shanygin 2026-04-12 16:34:38 +03:00
  • 36ac85b1f3 tests: add WASI integration test support via wasmtime Anthony 2026-04-12 15:19:04 +02:00
  • d7f969c008 GnuTests: mask an equivalent df test oech3 2026-04-12 18:20:14 +09:00
  • 35b05c6023 tail: fix TOCTOU race in follow retry logic Sylvestre Ledru 2026-04-08 11:58:46 +02:00
  • ffada0f0ef uucore: replace nix of FS related parts by rustix Sylvestre Ledru 2026-04-12 20:35:39 +09:00
  • abadd871c9 chore(deps): update rust crate similar to v3.1.0 renovate[bot] 2026-04-12 11:10:48 +00:00
  • 086eba8be9 chore(deps): update softprops/action-gh-release action to v3 renovate[bot] 2026-04-12 11:10:53 +00:00
  • f936e2267d uucore: replace nix of buf_copy by rustix Sylvestre Ledru 2026-04-12 17:47:47 +09:00
  • b6e4c455ec fuzz: adapt to changes in rand Daniel Hofstetter 2026-03-13 10:47:43 +01:00
  • cab7423a57 fuzz: bump rand from 0.9.0 to 0.10.1 Daniel Hofstetter 2026-03-13 10:23:07 +01:00
  • fc44220ddf deps: unpin selinux rust crate xtqqczze 2026-04-11 15:52:38 +01:00
  • c0d4cd08eb fuzz: fix clippy::collapsible_if oech3 2026-04-12 15:28:26 +09:00
  • affce7094b stdbuf: support cross-platform building (#11609) 夢璃酱 2026-04-12 05:18:12 +08:00
  • 56210f1137 test: add unit tests for compare_size_results.py Sylvestre Ledru 2026-04-11 14:52:17 +02:00
  • ed9fcb357d ci: add SizeComment workflow to post binary size diffs on PRs Sylvestre Ledru 2026-04-11 13:55:27 +02:00
  • d9e5bb4051 ci: produce per-binary size comment artifact in make.yml Sylvestre Ledru 2026-04-11 13:51:30 +02:00
  • 9dfc7294cc ci: add compare_size_results.py to flag binary size changes Sylvestre Ledru 2026-04-11 13:51:21 +02:00
  • b13588cc94 deps: bump rand to 0.10.1 to fix RUSTSEC-2026-0097 Sylvestre Ledru 2026-04-11 14:15:18 +02:00
  • 11f29ddd04 chore(deps): update vampire/setup-wsl action to v6.1.0 renovate[bot] 2026-04-11 05:24:54 +00:00
  • 0d4bfd2830 chore(deps): update rust crate clap_complete to v4.6.1 renovate[bot] 2026-04-11 05:23:49 +00:00
  • 9b872c047a chore(deps): update rust crate sha1 to 0.11.0 renovate/sha1-0.x renovate[bot] 2026-04-11 05:24:29 +00:00
  • 5743eef1ff chore(deps): update rust crate md-5 to 0.11.0 renovate/md-5-0.x renovate[bot] 2026-04-11 05:24:22 +00:00
  • 2ca1a10e4d numfmt: fix --to=auto to return with exitcode=1 (#11701) Bipul Lamsal 2026-04-10 21:44:18 +05:45
  • 2ab8e25899 deny.toml: add redox_syscall to skip list Daniel Hofstetter 2026-04-10 16:02:21 +02:00
  • 7599b35a92 uucore: simplify splice() oech3 2026-04-10 18:40:48 +09:00
  • f9efb9e459 numfmt: don't ignore precision "0" in --format when combined with --to (#11683) Devel08 2026-04-10 16:04:44 +03:00
  • b352f83edd forbid scientific notation in numfmt #11655 (#11721) Devel08 2026-04-10 12:47:31 +03:00
  • ceacc677a4 fix(numfmt):fix precision loss for large numbers in #11654 (#11716) THEMIScale 2026-04-10 16:15:06 +08:00
  • d6cadd4b88 tail: replace unsafe libc::kill by rustix mattsu 2026-04-09 22:04:37 +09:00
  • 452cd1effa fix: pin libc rust crate to 0.2.182 xtqqczze 2026-04-09 17:37:48 +01:00
  • c087fd3f72 chore(deps): update rust crates xtqqczze 2026-04-09 15:54:10 +01:00
  • 5d2f71454c ls: drop #[allow(clippy::needless_bool)] oech3 2026-04-10 12:45:13 +09:00
  • 0d58e05149 fix: sort and remove duplicates from feat_wasm feature xtqqczze 2026-04-10 01:29:09 +01:00
  • c7990b633b chore(deps): update actions/github-script action to v9 renovate[bot] 2026-04-10 05:14:48 +00:00
  • e4d27585df yes: replace match by ok_or_else oech3 2026-04-10 12:25:33 +09:00
  • 761add41e3 chore(deps): update rust crate ctor to 0.9.0 renovate[bot] 2026-04-09 18:47:49 +00:00
  • 33745a07cf yes: simplify logic for buffer creation oech3 2026-04-09 22:53:53 +09:00
  • 8fc6e95763 fix(uucore): fix build failure xtqqczze 2026-04-09 15:38:06 +01:00
  • 3fbfcf9511 clippy(uptime): fix some lints on windows xtqqczze 2026-04-09 14:31:56 +01:00
  • 130de6f1aa Add 'tests/tail/pipe-f' to ignore list Sylvestre Ledru 2026-04-08 11:42:43 +02:00
  • 7bdc54acee Add 'tests/tail/tail-n0f' to ignore list Sylvestre Ledru 2026-04-08 11:10:16 +02:00