Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Rust

3 items on 19 Aug 2026
Rust GitHub

rust-lang/rust-analyzer: nightly

Merge pull request #23171 from A4-Tacks/skip-iter-no-intoiter minor: skip iter excludes 'into_iter' method

Source: rust-analyzer Releases github-actions[bot]
Rust

1.98.0 pre-release testing

The 1.98.0 pre-release is ready for testing. The release is scheduled for August 20. Release notes can be found here. You can try it out locally by running: RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup…

Source: Inside Rust Blog Release automation
Rust

Rust Function Overloading - Call for Experimentation

In partnership with the Rust Foundation's Rust-C++ Interop Initiative, the Rust Project has been experimenting with function overloading for FFI bindings. This experiment is now at a stage where compiler and interop…

Source: Inside Rust Blog teor