Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@ with the change that has been applied due to it.
just the language changes that had an impact to the FLS. See the `release
notes`_ for a full list of changes.

Language changes in Rust 1.93.0
-------------------------------

- `Stabilize several s390x vector-related target features and the is_s390x_feature_detected! macro <https://github.com/rust-lang/rust/pull/145656>`_

- No change: the target is outside the scope of FLS

- `Stabilize declaration of C-style variadic functions for the system ABI <https://github.com/rust-lang/rust/pull/145954>`_
- `Emit error when using some keyword as a cfg predicate <https://github.com/rust-lang/rust/pull/146978>`_

- No change: this bug was not documented in FLS

- `Stabilize asm_cfg <https://github.com/rust-lang/rust/pull/147736>`_
- `During const-evaluation, support copying pointers byte-by-byte <https://github.com/rust-lang/rust/pull/148259>`_
- `LUB coercions now correctly handle function item types, and functions with differing safeties <https://github.com/rust-lang/rust/pull/148602>`_
- `Allow const items that contain mutable references to static (which is *very* unsafe, but not *always* UB) <https://github.com/rust-lang/rust/pull/148746>`_
- `Add warn-by-default const_item_interior_mutations lint to warn against calls which mutate interior mutable const items <https://github.com/rust-lang/rust/pull/148407>`_

- Lints are outside the scope of FLS

- `Add warn-by-default function_casts_as_integer lint <https://github.com/rust-lang/rust/pull/141470>`_

- Lints are outside the scope of FLS

Language changes in Rust 1.92.0
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SPDX-FileCopyrightText: The Ferrocene Developers
SPDX-FileCopyrightText: The Rust Project Developers

.. |spec_version| replace:: 1.92.0
.. |spec_version| replace:: 1.93.0