@@ -28,18 +28,19 @@ Compiler
28
28
Libraries
29
29
---------
30
30
31
- - [ ` Ref ` , ` RefMut ` , ` MutexGuard ` , ` RwLockReadGuard ` , ` RwLockWriteGuard `
32
- now impl ` fmt::Display ` & ` fmt::Debug ` .] [ 42822 ]
31
+
33
32
- [ Relaxed Debug constraints on ` {HashMap,BTreeMap}::{Keys,Values} ` .] [ 42854 ]
34
- - [ Implement ` PartialEq ` , ` Eq ` , ` PartialOrd ` , ` Ord ` , ` Debug ` , ` Hash ` for unsized
33
+ - [ Impl ` PartialEq ` , ` Eq ` , ` PartialOrd ` , ` Ord ` , ` Debug ` , ` Hash ` for unsized
35
34
tuples.] [ 43011 ]
35
+ - [ Impl ` fmt::{Display, Debug} ` for ` Ref ` , ` RefMut ` , ` MutexGuard ` ,
36
+ ` RwLockReadGuard ` , ` RwLockWriteGuard ` ] [ 42822 ]
36
37
- [ Impl ` Clone ` for ` DefaultHasher ` .] [ 42799 ]
37
- - [ Implement ` Sync ` for ` SyncSender ` .] [ 42397 ]
38
+ - [ Impl ` Sync ` for ` SyncSender ` .] [ 42397 ]
39
+ - [ Impl ` FromStr ` for ` char ` ] [ 42271 ]
38
40
- [ Fixed how ` {f32, f64}::{is_sign_negative, is_sign_positive} ` handles
39
41
NaN.] [ 42431 ]
40
42
- [ allow messages in the ` unimplemented!() ` macro.] [ 42155 ]
41
43
ie. ` unimplemented!("Waiting for 1.21 to be stable") `
42
- - [ ` char ` now impls ` FromStr ` .] [ 42271 ]
43
44
- [ support pub(restricted) in thread_local! (round 2)] [ 43185 ]
44
45
- [ Upgrade to Unicode 10.0.0] [ 42999 ]
45
46
- [ Reimplemented ` {f32, f64}::{min, max} ` in Rust instead of using CMath.] [ 42430 ]
0 commit comments