File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Language
6
6
- [ ` non_snake_case ` lint now allows extern no-mangle functions] [ 44966 ]
7
7
- [ Now accepts underscores in unicode escapes] [ 43716 ]
8
8
- [ ` #![feature(const_fn)] ` is now no longer required for
9
- calling const functions.] [ 43017 ] It's Still required for creating
9
+ calling const functions.] [ 43017 ] It's still required for creating
10
10
constant functions.
11
11
12
12
Compiler
13
13
--------
14
- - [ rustc now defaults to having 16 codegen units at debug on supported platforms.] [ 44853 ]
14
+ - [ rustc now defaults to having 16 codegen units at debug on supported platforms.] [ 45064 ]
15
15
- [ rustc will no longer inline in codegen units when compiling for debug] [ 45075 ]
16
16
This should decrease compile times for debug builds.
17
17
- [ strict memory alignment now enabled on ARMv6] [ 45094 ]
@@ -21,8 +21,8 @@ Libraries
21
21
---------
22
22
- [ Allow atomic operations up to 32 bits
23
23
on ` armv5te_unknown_linux_gnueabi ` ] [ 44978 ]
24
- - [ ` Box<Error> ` now impls ` Cow<str> ` ] [ 44466 ]
25
- - [ ` std::mem::Discriminant ` is now guarenteed to be ` Send + Sync ` ] [ 45095 ]
24
+ - [ ` Box<Error> ` now impls ` From< Cow<str> >` ] [ 44466 ]
25
+ - [ ` std::mem::Discriminant ` is now guaranteed to be ` Send + Sync ` ] [ 45095 ]
26
26
- [ ` fs::copy ` now returns the length of the main stream on NTFS.] [ 44895 ]
27
27
- [ Properly detect overflow in ` Instant += Duration ` .] [ 44220 ]
28
28
- [ impl ` Hasher ` for ` {&mut Hasher, Box<Hasher>} ` ] [ 44015 ]
You can’t perform that action at this time.
0 commit comments