File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Libraries
41
41
NaN.] [ 42431 ]
42
42
- [ allow messages in the ` unimplemented!() ` macro.] [ 42155 ]
43
43
ie. ` unimplemented!("Waiting for 1.21 to be stable") `
44
- - [ support pub(restricted) in thread_local! (round 2) ] [ 43185 ]
44
+ - [ ` pub(restricted) ` is now supported in the ` thread_local! ` macro. ] [ 43185 ]
45
45
- [ Upgrade to Unicode 10.0.0] [ 42999 ]
46
46
- [ Reimplemented ` {f32, f64}::{min, max} ` in Rust instead of using CMath.] [ 42430 ]
47
47
- [ Skip the main thread's manual stack guard on Linux] [ 43072 ]
48
48
- [ Iterator::nth for ` ops::{Range, RangeFrom} ` is now done in O(1) time] [ 43077 ]
49
- - [ ` #cfg[ align(N)] ` attribute max number is now 2^31 - 1.] [ 43097 ] This was
49
+ - [ ` #[repr( align(N) )] ` attribute max number is now 2^31 - 1.] [ 43097 ] This was
50
50
previously 2^15.
51
51
- [ ` {OsStr, Path}::Display ` now avoids allocations where possible] [ 42613 ]
52
52
@@ -109,6 +109,8 @@ Compatibility Notes
109
109
110
110
- [ Functions with ` 'static ` in their return types will now not be as usable as
111
111
if they were using lifetime parameters instead.] [ 42417 ]
112
+ - [ The reimplementation of ` {f32, f64}::is_sign_{negative, positive} ` now
113
+ takes the sign of NaN into account where previously didn't.] [ 42430 ]
112
114
113
115
[ 42033 ] : https://github.com/rust-lang/rust/pull/42033
114
116
[ 42155 ] : https://github.com/rust-lang/rust/pull/42155
You can’t perform that action at this time.
0 commit comments