Skip to content

Commit 045032a

Browse files
authored
Update RELEASES.md
1 parent 4fbf56c commit 045032a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

RELEASES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Language
55
--------
66
- [`non_snake_case` lint now allows extern no-mangle functions][44966]
77
- [Now accepts underscores in unicode escapes][43716]
8-
- [`#![feature(const_fn)]` is now no longer required for using
9-
const functions][43017] Still required for creating constant functions.
8+
- [`#![feature(const_fn)]` is now no longer required for
9+
calling const functions.][43017] It's Still required for creating
10+
constant functions.
1011

1112
Compiler
1213
--------
13-
- [rustc now defaults to having 32 codegen units at debug][44853]
14+
- [rustc now defaults to having 16 codegen units at debug on supported platforms.][44853]
1415
- [rustc will no longer inline in codegen units when compiling for debug][45075]
1516
This should decrease compile times for debug builds.
1617
- [strict memory alignment now enabled on ARMv6][45094]
@@ -36,6 +37,7 @@ Cargo
3637
folder that have a `main.rs` file.][cargo/4496]
3738
- [Changed `[root]` to `[package]` in `Cargo.lock`][cargo/4571] Packages with
3839
the old format will continue to work and can be updated with `cargo update`.
40+
- [Now supports vendoring git repositories][cargo/3992]
3941

4042
Misc
4143
----
@@ -46,7 +48,7 @@ Misc
4648
[45075]: https://github.com/rust-lang/rust/pull/45075
4749
[45094]: https://github.com/rust-lang/rust/pull/45094
4850
[45095]: https://github.com/rust-lang/rust/pull/45095
49-
[44853]: https://github.com/rust-lang/rust/pull/44853
51+
[45064]: https://github.com/rust-lang/rust/pull/45064
5052
[44895]: https://github.com/rust-lang/rust/pull/44895
5153
[44966]: https://github.com/rust-lang/rust/pull/44966
5254
[44978]: https://github.com/rust-lang/rust/pull/44978
@@ -59,6 +61,7 @@ Misc
5961
[44015]: https://github.com/rust-lang/rust/pull/44015
6062
[43716]: https://github.com/rust-lang/rust/pull/43716
6163
[43017]: https://github.com/rust-lang/rust/pull/43017
64+
[cargo/3992]: https://github.com/rust-lang/cargo/pull/3992
6265
[cargo/4496]: https://github.com/rust-lang/cargo/pull/4496
6366
[cargo/4571]: https://github.com/rust-lang/cargo/pull/4571
6467

0 commit comments

Comments
 (0)