@@ -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
1112Compiler
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 ]
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
4042Misc
4143----
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
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