← Back to all releases
Rust 1.100.0 (nightly)
NightlyExpected on November 12, 2026
Merged Issues
- Remove d32 feature from 32-bit Arm targets (#160911, 3d ago)
- Fix soundness issues in std::sys::pal::sgx::waitqueue::unsafe_list (#161334, 7d ago)
- Generalise (most) impls on
Box(#161946, 9d ago) - windows-gnullvm: always link libunwind statically (#160712, 10d ago)
- Promote
wasm32-wasip3to a tier 2 target (#161940, 13d ago) - Add new Tier-3 target:
powerpc64-sony-ps3(#162072, 13d ago) - Tracking issue for release notes of #157968: Preserve ambiguous glob lint for subtrait method picks (#162224, 15d ago)
- attach global target features to module-level assembly (#160594, 20d ago)
- compiler: Make +fix-cortex-a53-835769 a default feature for aarch64 fuchsia (#161886, 20d ago)
- Tracking issue for release notes of #161081: Add intrinsics for integer minimum and maximum (#161981, 20d ago)
- Tracking issue for release notes of #160745: make closures act like MaybeDangling (#161363, 21d ago)
- Cross-compile i686-pc-windows-gnu std from x86_64 (#161681, 23d ago)
- stabilize never type (#155499, 25d ago)
- Tracking issue for release notes of #160705: Remove
From for Treservation impl (#161659, 25d ago) - Stabilize
bool::toggle(#160299, 28d ago) - fix: fix the capture behavior of
if letin closures (#154210, 30d ago) - Require windowed (and exception) for Xtensa ABI (#160643, 30d ago)
-
Iterator::{min,max}(_by_key)should use overriddenmin/max/lt(#160203, 34d ago)