Skip to content

Commit e1329eb

Browse files
XAMPPRockypietroalbini
authored andcommitted
Update RELEASES.md
1 parent b38e18f commit e1329eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,25 @@ Compatibility Notes
7878
- [`mem::uninitialized` will now panic if any inner types inside a struct or enum
7979
disallow zero-initialization.][71274]
8080
- [`#[target_feature]` will now error if used in a place where it has no effect.][78143]
81+
- [Foreign exceptions are now caught by `catch_unwind` and will cause an abort.][70212]
8182

8283
[78143]: https://github.com/rust-lang/rust/issues/78143
8384

8485
Internal Only
8586
-------------
87+
These changes provide no direct user facing benefits, but represent significant
88+
improvements to the internals and overall performance of rustc and
89+
related tools.
90+
8691
- [Building `rustc` from source now uses `ninja` by default over `make`.][74922]
8792
You can continue building with `make` by setting `ninja=false` in
8893
your `config.toml`.
94+
- [cg_llvm: `fewer_names` in `uncached_llvm_type`][76030]
95+
- [Made `ensure_sufficient_stack()` non-generic][76680]
8996

97+
[76680]: https://github.com/rust-lang/rust/pull/76680/
98+
[76030]: https://github.com/rust-lang/rust/pull/76030/
99+
[70212]: https://github.com/rust-lang/rust/pull/70212/
90100
[27675]: https://github.com/rust-lang/rust/issues/27675/
91101
[54121]: https://github.com/rust-lang/rust/issues/54121/
92102
[71274]: https://github.com/rust-lang/rust/pull/71274/
@@ -215,6 +225,7 @@ Compatibility Notes
215225

216226
Internal Only
217227
--------
228+
218229
- [Improved default settings for bootstrapping in `x.py`.][73964] You can read details about this change in the ["Changes to `x.py` defaults"](https://blog.rust-lang.org/inside-rust/2020/08/30/changes-to-x-py-defaults.html) post on the Inside Rust blog.
219230

220231
[1.47.0-cfg]: https://docs.microsoft.com/en-us/windows/win32/secbp/control-flow-guard

0 commit comments

Comments
 (0)