Skip to content

Commit 2a7ed48

Browse files
authored
Merge pull request #621 from rust-lang/1.91-changelog
add changelog entries for 1.91 releases
2 parents 529e589 + ddff9b1 commit 2a7ed48

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/changelog.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,39 @@ 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.91.1
22+
-------------------------------
23+
24+
This release has no language changes.
25+
26+
Language changes in Rust 1.91.0
27+
-------------------------------
28+
29+
- `Lower pattern bindings in the order they're written and base drop order on primary bindings' order <https://github.com/rust-lang/rust/pull/143764>`_
30+
31+
- `Stabilize declaration of C-style variadic functions for 'sysv64', 'win64', 'efiapi', and 'aapcs' ABIs <https://github.com/rust-lang/rust/pull/144066>`_.
32+
This brings these ABIs in line with the C ABI: variadic functions can be declared in extern blocks but not defined.
33+
34+
- `Add dangling_pointers_from_locals lint to warn against dangling pointers from local variables <https://github.com/rust-lang/rust/pull/144322>`_
35+
36+
- No change: lints are not part of the FLS
37+
38+
- `Upgrade semicolon_in_expressions_from_macros from warn to deny <https://github.com/rust-lang/rust/pull/144369>`_
39+
40+
- No change: lints are not part of the FLS
41+
42+
- `Stabilize LoongArch32 inline assembly <https://github.com/rust-lang/rust/pull/144402>`_
43+
44+
- No change: the target is outside the scope of the FLS
45+
46+
- `Add warn-by-default integer_to_ptr_transmutes lint against integer-to-pointer transmutes <https://github.com/rust-lang/rust/pull/144531>`_
47+
48+
- No change: lints are not part of the FLS
49+
50+
- `Stabilize 'sse4a' and 'tbm' target features <https://github.com/rust-lang/rust/pull/144542>`_
51+
52+
- `Add 'target_env = "macabi"' and 'target_env = "sim"' cfgs <https://github.com/rust-lang/rust/pull/139451>`_ as replacements for the `target_abi` cfgs with the same values.
53+
2154
Language changes in Rust 1.90.0
2255
-------------------------------
2356

0 commit comments

Comments
 (0)