File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Language
66- [ ` non_snake_case ` lint now allows extern no-mangle functions] [ 44966 ]
77- [ Now accepts underscores in unicode escapes] [ 43716 ]
88- [ ` #![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
1010 constant functions.
1111
1212Compiler
1313--------
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 ]
1515- [ rustc will no longer inline in codegen units when compiling for debug] [ 45075 ]
1616 This should decrease compile times for debug builds.
1717- [ strict memory alignment now enabled on ARMv6] [ 45094 ]
@@ -21,8 +21,8 @@ Libraries
2121---------
2222- [ Allow atomic operations up to 32 bits
2323 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 ]
2626- [ ` fs::copy ` now returns the length of the main stream on NTFS.] [ 44895 ]
2727- [ Properly detect overflow in ` Instant += Duration ` .] [ 44220 ]
2828- [ impl ` Hasher ` for ` {&mut Hasher, Box<Hasher>} ` ] [ 44015 ]
You can’t perform that action at this time.
0 commit comments