Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Compare
Choose a tag to compare
Loading
@github-actionsgithub-actions released this 24 May 22:00
· 679 commits to main since this release
18b963e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

📦Rust Coreutils 0.1.0 Release:

We are excited to announce the release ofRust Coreutils 0.1.0 — our first 0.1 milestone!
This release bringsmajor performance gains,SELinux support, and expandedGNU compatibility.


Highlights:

  • SELinux Support
    New SELinux integration incp,ls,mkdir,mknod,mkfifo,install, andstat.
    Plus, SELinux-aware CI testing is now live!

  • Performance Improvements
    Notable speedups incat,ls,wc,tail,seq, and more — many nowmatch or exceed GNU performance.

  • Ubuntu Plans to Ship uutils
    Ubuntu is beginning to integrate Rust Coreutils into its base system!
    Oxidizing Ubuntu

  • Huge Contribution Wave
    This release includes843 commits from60+ contributors, including40 newcomers!


GNU Test Suite Compatibility:

Result0.0.300.1.0Change 0.0.30 to 0.1.0% Total 0.0.30% Total 0.1.0% Change 0.0.30 to 0.1.0
Pass507522+1582.17%84.46%+2.29%
Skip4131-106.65%5.02%-1.63%
Fail6965-411.18%10.52%-0.66%
Total617618+1 (new test)

GNU testsuite evolution


Call to Action:

🚀Sponsor us on GitHub to help us grow faster:github.com/sponsors/uutils
🔗 Download the latest release & learn more:https://uutils.github.io

What's Changed

basenc

cat

chmod

  • chmod: Correct chmod -R on dangling symlink and tests by@CSRessel in#7618

chroot

  • Fix chroot trying to change into non-existent directory by@jplatte in#7803

cksum

cp

csplit

  • csplit: removed unnecesary implementation of Fromio::Error by@lukasx999 in#7778
  • csplit: don't add a newline if the file doesn't end with one by@Qelxiros in#7901

date

dd

df

du

echo

env

expr

false

  • true,false: remove unnecessary newline from version string by@cakebaker in#7446

fmt

head

hostid

hostname

id

install

ls

mkdir

mkfifo

mknod

mktemp

more

mv

numfmt

od

pr

printf

ptx

rm

seq

  • seq: fix default float precision (%f); fix 0 scientific printing by@drinkcat in#7384
  • seq: Buffer writes to stdout by@drinkcat in#7485
  • seq: Directly write separator string, instead of using format by@drinkcat in#7562
  • seq: Do not allow -w and -f to be specified at the same time by@drinkcat in#7646
  • seq: Trim whitespaces, then try to remove + by@drinkcat in#7650
  • test_seq: Add a few more tests for corner cases by@drinkcat in#7527

shred

shuf

  • Makeshuf OsStr-compliant and bring newline handling in line with GNU by@blyxxyz in#7463

sleep

sort

  • sort: immediately compare whole lines if they parse as numbers by@MoSal in#7567

split

stat

sum

sync

tail

tee

  • add tests/misc/tee.sh to the list of intermittent issues by@sylvestre in#7820

test

timeout

touch

tsort

uptime

uucore

  • Move ExtendedBigDecimal to uucore/format, make use of it in formatting functions by@drinkcat in#7458
  • uucore: format: num_format: addfmt function tests, and workaround 0e10 printing. by@drinkcat in#7514
  • uucore: format: num_parser: Use ExtendedBigDecimal by@drinkcat in#7556
  • uucore: format: Collection of small parser fixes by@drinkcat in#7623
  • seq: Move to uucore/format common number parsing code by@drinkcat in#7624
  • uucore: Move extendedbigdecimal and parsers to 2 separate features by@drinkcat in#7647
  • uucore: Minor fix to optional dependences by@RenjiSann in#7654
  • uucore: format: Fix hexadecimal default format print by@drinkcat in#7631
  • uucore: num_parser: Limit precision when computing 2**exp by@drinkcat in#7712
  • uucore: addchrono touptime feature by@cakebaker in#7719
  • uucore/quoting_style: Add support for quoting/escaping empty strings by@sargas in#7693
  • fix(sleep): use uucore's from_str to support parsing hex by@Qelxiros in#7675
  • cp: factor make_fifo() function out to uucore::fs by@jfinkels in#7775
  • uucore: num_parser: Operate on slices, instead of iterator by@drinkcat in#7790
  • Move seq'sfast_inc touucore, use it incat by@drinkcat in#7782
  • Allow compilinguucore withwasm32-unknown-unknown by@cptpiepmatz in#7840
  • uucore: add safe wrapper for getpgrp() by@eduardorittner in#7676
  • uucore/echo:handle ControlFlow result by@alexs-sh in#7881
  • selinux: use the uucore::selinux::is_selinux_enabled() function by@sylvestre in#7909
  • uucore: add functions to manage translations by@sylvestre in#7955

wc

whoami

yes

Selinux

Code quality

CI

Documentation

Dependency Updates

New Contributors

Full Changelog:0.0.30...0.1.0

Contributors

  • @cakebaker
  • @sargas
  • @jfinkels
  • @evilpie
  • @Carreau
  • @dezgeg
  • @sylvestre
  • @jplatte
  • @C0rn3j
  • @nyurik
  • @renovate
  • @BenWiederhake
  • @zhw2101024
  • @benyaminl
  • @jtracey
  • @drinkcat
  • @cptpiepmatz
  • @lewisboon
  • @MoSal
  • @bitspill
  • @CSRessel
  • @dlrobertson
  • @lbellomo
  • @jmjoy
  • @sgvictorino
  • @Ecordonnier
  • @yuankunzhang
  • @karlmcdowall
  • @anastygnome
  • @tdulcet
  • @blyxxyz
  • @shskwmt
  • @SergeiPatiakin
  • @GTimothy
  • @ohno418
  • @TerakomariGandesblood
  • @AspadaX
  • @LouisDISPA
  • @frendsick
  • @MidnightRocket
  • @emar-kar
  • @Qelxiros
  • @dan-hipschman
  • @alexs-sh
  • @ValentinBoudevin
  • @Bluemangoo
  • @aaron-ang
  • @RenjiSann
  • @bloxx12
  • @usamoi
  • @valerioedu
  • @cerdelen
  • @lavafroth
  • @siddharthteli12
  • @lukasx999
  • @eduardorittner
  • @kiran-4444
  • @zcg00
  • @hz2
  • @fran-tor
cakebaker, sargas, and 58 other contributors
Assets22
Loading
shnarazk, YannMagnin, Asthowen, SenseiDeElite, alex-karpenko, my-password-is-password, d47081, plasticgaming99, Luv-Ray, biduhf, and 47 more reacted with thumbs up emojiSenseiDeElite and castrojo reacted with laugh emojiSenseiDeElite, alex-karpenko, derhuerst, GithubUser5462, DDR5-5600, fiamiral, ArtikusHG, Bergbok, bmreading, EDM115, and 31 more reacted with hooray emojilukasvrenner, SenseiDeElite, thomasjo, dimlev, cschierig, ste-pac, Bergbok, Kobzol, bbb651, lochetti, and 11 more reacted with heart emojiSenseiDeElite, tasuren, DDR5-5600, TheRustyPickle, nokyan, reneleonhardt, bbb651, castrojo, ferreira-tb, Phosphorus-M, and 7 more reacted with rocket emojiSenseiDeElite, bbb651, castrojo, Phosphorus-M, gnagnaf, Rudxain, and rmenai reacted with eyes emoji
95 people reacted

[8]ページ先頭

©2009-2025 Movatter.jp