@@ -5,12 +5,13 @@ Language
5
5
--------
6
6
- [ ` non_snake_case ` lint now allows extern no-mangle functions] [ 44966 ]
7
7
- [ 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.
10
11
11
12
Compiler
12
13
--------
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 ]
14
15
- [ rustc will no longer inline in codegen units when compiling for debug] [ 45075 ]
15
16
This should decrease compile times for debug builds.
16
17
- [ strict memory alignment now enabled on ARMv6] [ 45094 ]
36
37
folder that have a ` main.rs ` file.] [ cargo/4496 ]
37
38
- [ Changed ` [root] ` to ` [package] ` in ` Cargo.lock ` ] [ cargo/4571 ] Packages with
38
39
the old format will continue to work and can be updated with ` cargo update ` .
40
+ - [ Now supports vendoring git repositories] [ cargo/3992 ]
39
41
40
42
Misc
41
43
----
46
48
[ 45075 ] : https://github.com/rust-lang/rust/pull/45075
47
49
[ 45094 ] : https://github.com/rust-lang/rust/pull/45094
48
50
[ 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
50
52
[ 44895 ] : https://github.com/rust-lang/rust/pull/44895
51
53
[ 44966 ] : https://github.com/rust-lang/rust/pull/44966
52
54
[ 44978 ] : https://github.com/rust-lang/rust/pull/44978
59
61
[ 44015 ] : https://github.com/rust-lang/rust/pull/44015
60
62
[ 43716 ] : https://github.com/rust-lang/rust/pull/43716
61
63
[ 43017 ] : https://github.com/rust-lang/rust/pull/43017
64
+ [ cargo/3992 ] : https://github.com/rust-lang/cargo/pull/3992
62
65
[ cargo/4496 ] : https://github.com/rust-lang/cargo/pull/4496
63
66
[ cargo/4571 ] : https://github.com/rust-lang/cargo/pull/4571
64
67
0 commit comments