RepoJournal
Rust

@rust-lang

The Rust language, Cargo, and the standard library

Pick a date

The Wire · Showcase

PORTABLE SIMD LANDS AARCH64 SWIZZLE WIN, RUST CORE SHIPS EXCEPTION HANDLING OPTIMIZATION

By RepoJournal · Filed · About Rust

The portable-simd team merged a significant performance optimization for AArch64 vector operations while the compiler side eliminated unnecessary allocations from exception handling.

Portable-simd's swizzle_dyn optimization [1] now handles 24, 32, 48, and 64-byte vectors on AArch64 by stacking multiple TBL instructions, a targeted win for ARM-heavy workloads. The core Rust compiler shipped a rollup [3] that includes the removal of unnecessary allocas from catch_unwind [2], cutting down exception handling overhead without semantic changes. That same rollup also landed LTO prep work [2] that moves optimization decisions earlier in the pipeline, plus frame pointer annotation improvements for debugging. On the tool side, rustfmt's config documentation [4] now pins version context visibly during scrolling, addressing the reality that config options drift across releases. The crates.io index absorbed routine updates across greentic-runner and atomr-agents ecosystems [5][6] with no breaking changes reported.

Action items

References

  1. [1] Merge pull request #528 from Kmeakin/km/aarch64-dyn-swizzle rust-lang/portable-simd
  2. [2] Rollup of 12 pull requests ↗ rust-lang/rust
  3. [3] Auto merge of #157095 - JonathanBrouwer:rollup-eMYdzcn, r=JonathanBrouwer rust-lang/rust
  4. [4] Highlight config documentation version ↗ rust-lang/rustfmt
  5. [5] Update crate `greentic-runner-dev` rust-lang/crates.io-index
  6. [6] Update crate `greentic-runner` rust-lang/crates.io-index

FAQ

What changed in Rust on May 30, 2026?
The portable-simd team merged a significant performance optimization for AArch64 vector operations while the compiler side eliminated unnecessary allocations from exception handling.
What should Rust teams do about it?
Review portable-simd's AArch64 optimization if you ship SIMD code targeting ARM servers • Merge latest Rust compiler if you have catch_unwind in hot paths • Check rustfmt config documentation for version-specific options before upgrading
Which Rust repositories shipped on May 30, 2026?
rust-lang/portable-simd, rust-lang/rust, rust-lang/rustfmt, rust-lang/crates.io-index

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.