1.83.0 nightly #
Unreleased
- Will be stable on: 28 November, 2024
- Will branch from master on: 11 October, 2024
- Unpin
cc
and upgrade to the latest version (merged 3 days ago) - Stabilize expr_2021 fragment specifier in all editions (merged 4 days ago)
- ptr::add/sub: do not claim equivalence with
offset(c as isize)
(merged 4 days ago) - Implement RFC3137 trim-paths sysroot changes - take 2 (merged 6 days ago)
- stabilize const_cell_into_inner (merged 6 days ago)
- Stabilize
const_refs_to_static
(merged 9 days ago) - Rework
non_local_definitions
lint to only use a syntactic heuristic (merged 11 days ago) - stabilize const_intrinsic_copy (merged 11 days ago)
- Remove x86_64-fuchsia and aarch64-fuchsia target aliases (merged 12 days ago)
- Gate
repr(Rust)
correctly on non-ADT items (merged 16 days ago) - Update the minimum external LLVM to 18 (merged 16 days ago)
- Stabilize const
MaybeUninit::as_mut_ptr
(merged 16 days ago) - Stabilize
&mut
(and*mut
) as well as&Cell
(and*const Cell
) in const (merged 20 days ago) - deprecate -Csoft-float because it is unsound (and not fixable) (merged 20 days ago)
- Fix target-cpu fpu features on Armv8-R. (merged 20 days ago)
- Fix
SDKROOT
ignore on macOS (merged 21 days ago) - Pass deployment target when linking with CC on Apple targets (merged 23 days ago)
- Bump Unicode to version 16.0.0 (merged 23 days ago)
- Also emit
missing_docs
lint with--test
to fulfil expectations (merged 25 days ago) - Implement raw lifetimes and labels (
'r#ident
) (merged 27 days ago) - stabilize
-Znext-solver=coherence
(merged 29 days ago)