Skip to content

Commit f59e3c8

Browse files
committed
Update changelog for 1.80.0
1 parent 61bf173 commit f59e3c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ with the change that has been applied due to it.
1818
just the language changes that had an impact to the FLS. See the `release
1919
notes`_ for a full list of changes.
2020

21+
Language changes in Rust 1.80.0
22+
-------------------------------
23+
24+
* `Document maximum allocation size <https://github.com/rust-lang/rust/pull/116675/>`_
25+
* `Allow zero-byte offsets and ZST read/writes on arbitrary pointers <https://github.com/rust-lang/rust/pull/117329/>`_
26+
* `Support C23's variadics without a named parameter <https://github.com/rust-lang/rust/pull/124048/>`_
27+
* `Stabilize `exclusive_range_pattern` feature <https://github.com/rust-lang/rust/pull/124459/>`_
28+
* `Guarantee layout and ABI of `Result` in some scenarios <https://github.com/rust-lang/rust/pull/124870>`_
29+
2130
Language changes in Rust 1.79.0
2231
-------------------------------
2332

0 commit comments

Comments
 (0)