Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

5 items on 16 Jul 2026
Python GitHub Rust

astral-sh/ruff: 0.15.22

Release Notes Released on 2026-07-16. Preview features [pycodestyle] Add an autofix for E402 (#22212) [refurb] Allow subclassing builtins in stub files (FURB189) (#26812) [ruff] Add rule to replace noqa comments with…

Source: Ruff Releases github-actions[bot]
Rust GitHub

tokio-rs/tokio: Tokio v1.52.4

1.52.4 (July 16th, 2026) Fixed runtime: don't skip the driver when before_park schedules work (#8222) Fixed (unstable) taskdump: remove crate disambiguators from output (#8264)

Source: Tokio Releases Darksonn
Rust GitHub

rust-lang/rust: Rust 1.97.1

rustc: Fix miscompilation in LLVM optimization This backports an LLVM submodule bump to include the LLVM-side fix and a revert of the rustc change that is one known trigger for the bug. The rustc side revert should not…

Source: Rust Compiler Releases rustbot
Rust GitHub

tokio-rs/tokio: Tokio v1.51.4

1.51.4 (July 16th, 2026) Fixed runtime: don't skip the driver when before_park schedules work (#8222)

Source: Tokio Releases Darksonn
Rust

Announcing Rust 1.97.1

The Rust team has published a new point release of Rust, 1.97.1. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via…

Source: Rust Blog The Rust Release Team