RepoJournal
Rust

@rust-lang

The Rust language, Cargo, and the standard library

Keep up with Rust in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Rust Full archive →

The Wire · Showcase

TRAIT OBJECT LIFETIMES FIXED, CRATES.IO INFRASTRUCTURE OVERHAULED

By RepoJournal · Filed · About Rust

Rust's compiler just landed a critical fix for trait object lifetime defaults that eliminates an entire class of type-checking surprises, while crates.io simultaneously shipped a major database refactor and cursor-tracking Ferris.

The trait object lifetime defaults fix [1] resolves long-standing issues where associated type paths weren't properly inducing lifetime elision rules. This PR merges after extensive review, fixing gaps in the Reference documentation that have confused users for months. In parallel, the compiler team merged an optimization [2] that skips irrelevant trait obligations during type checking, cutting unnecessary recomputation when goals are stalled on unsolved constraints. On the infrastructure side, crates.io eliminated a dev-dependency cycle by merging crates_io_diesel_helpers into crates_io_database [3], centralizing SQL function definitions under a cleaner crates_io_database::fns module [4]. The platform also shipped the first phase of reverse-dependency precomputation [5], adding a materialized table to replace per-request recalculation - the endpoint itself comes next week. And yes, Ferris is now tracking your cursor [6]. LLVM linking switched to dynamic on x86_64-apple to match the aarch64 behavior [7], cutting build artifacts.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Auto merge of #129543 - fmease:obj-lt-def-gat, r=lcnr rust-lang/rust
  2. [2] Auto merge of #156187 - inq:obligations-self-ty-recompute-sub-root, r=BoxyUwU,lcnr rust-lang/rust
  3. [3] Merge `crates_io_diesel_helpers` into `crates_io_database` ↗ rust-lang/crates.io
  4. [4] crates_io_database: Access SQL functions via `fns` module rust-lang/crates.io
  5. [5] Add `reverse_dependencies` table and admin command ↗ rust-lang/crates.io
  6. [6] Add `Ferris` component with cursor eye tracking ↗ rust-lang/crates.io
  7. [7] Link LLVM dynamically on x86_64-apple ↗ rust-lang/rust

Quick answers

What shipped in Rust on June 10, 2026?
Rust's compiler just landed a critical fix for trait object lifetime defaults that eliminates an entire class of type-checking surprises, while crates.io simultaneously shipped a major database refactor and cursor-tracking Ferris. In total, 64 commits and 10 pull requests landed.
Who contributed to Rust on June 10, 2026?
2 developers shipped this update, including Turbo87 and sgasho.
What were the notable Rust updates?
Auto merge of #129543 - fmease:obj-lt-def-gat, r=lcnr, Auto merge of #156187 - inq:obligations-self-ty-recompute-sub-root, r=BoxyUwU,lcnr, and Merge `crates_io_diesel_helpers` into `crates_io_database`.

More from @rust-lang

Daily updates, in your inbox

Follow Rust

Keep up with Rust in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?