Rust 1.95.0 is now stable. Key additions include the cfg_select! macro for compile-time conditional configuration (similar to the cfg-if crate), if-let guards in match expressions enabling pattern-based conditionals, and a range of newly stabilized APIs including atomic update methods, MaybeUninit array conversions, Vec/VecDeque/LinkedList mutation helpers, core::hint::cold_path, and new Layout methods. The release also removes support for custom JSON target specs on stable, which only affects nightly users. Cargo and Clippy also received updates.
Sort: