@@ -42,6 +42,8 @@ Libraries
42
42
for ` Cow<CStr> ` , ` From<OsString>, From<OsStr>, From<&OsString> ` for
43
43
` Cow<OsStr> ` , ` From<&PathBuf> ` for ` Cow<Path> ` , and ` From<Cow<Path>> `
44
44
for ` PathBuf ` .] [ 50170 ]
45
+ - [ Implemented ` Shl ` and ` Shr ` for ` Wrapping<u128> `
46
+ and ` Wrapping<i128> ` .] [ 50465 ]
45
47
- [ ` DirEntry::metadata ` now uses ` fstatat ` instead of ` lstat ` when
46
48
possible.] [ 51050 ] This can provide up to a 40% speed increase.
47
49
- [ Improved error messages when using ` format! ` .] [ 50610 ]
@@ -70,7 +72,7 @@ Stabilized APIs
70
72
Cargo
71
73
-----
72
74
- [ Cargo will now no longer allow you to publish crates with build scripts that
73
- modify the ` src ` directory.] [ 5584 ] The ` src ` directory in a crate should be
75
+ modify the ` src ` directory.] [ cargo/ 5584] The ` src ` directory in a crate should be
74
76
considered to be immutable.
75
77
76
78
Misc
@@ -103,6 +105,7 @@ Compatibility Notes
103
105
[ 50265 ] : https://github.com/rust-lang/rust/pull/50265/
104
106
[ 50364 ] : https://github.com/rust-lang/rust/pull/50364/
105
107
[ 50385 ] : https://github.com/rust-lang/rust/pull/50385/
108
+ [ 50465 ] : https://github.com/rust-lang/rust/pull/50465/
106
109
[ 50486 ] : https://github.com/rust-lang/rust/pull/50486/
107
110
[ 50554 ] : https://github.com/rust-lang/rust/pull/50554/
108
111
[ 50610 ] : https://github.com/rust-lang/rust/pull/50610/
@@ -115,7 +118,7 @@ Compatibility Notes
115
118
[ 51298 ] : https://github.com/rust-lang/rust/pull/51298/
116
119
[ 51306 ] : https://github.com/rust-lang/rust/pull/51306/
117
120
[ 51562 ] : https://github.com/rust-lang/rust/pull/51562/
118
- [ 5584 ] : https://github.com/rust-lang/cargo/pull/5584/
121
+ [ cargo/ 5584] : https://github.com/rust-lang/cargo/pull/5584/
119
122
[ `Iterator::step_by` ] : https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by
120
123
[ `Path::ancestors` ] : https://doc.rust-lang.org/std/path/struct.Path.html#method.ancestors
121
124
[ `btree_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
0 commit comments