Rust 1.25 Released, Upgrades To LLVM 6.0

Rust 1.25 most notable has switched from using LLVM 4.0 as the basis for its compiler stack to now relying upon the recently released LLVM 6.0. This year worth of upstream LLVM improvements features the latest WebAssembly support for them, addresses a number of SIMD issues, fixes various bugs, and other changes to improve Rust's code generation abilities.
Besides rebasing to LLVM 6, Rust 1.25 has a new way to write use statements, a number of documentation improvements, continued work on library stabilizations, and several improvements to Rust's Cargo utility.
More details on Rust 1.25 can be found via Rust-Lang.org.
2 Comments