@@ -42,6 +42,8 @@ Libraries
4242 for ` Cow<CStr> ` , ` From<OsString>, From<OsStr>, From<&OsString> ` for
4343 ` Cow<OsStr> ` , ` From<&PathBuf> ` for ` Cow<Path> ` , and ` From<Cow<Path>> `
4444 for ` PathBuf ` .] [ 50170 ]
45+ - [ Implemented ` Shl ` and ` Shr ` for ` Wrapping<u128> `
46+ and ` Wrapping<i128> ` .] [ 50465 ]
4547- [ ` DirEntry::metadata ` now uses ` fstatat ` instead of ` lstat ` when
4648 possible.] [ 51050 ] This can provide up to a 40% speed increase.
4749- [ Improved error messages when using ` format! ` .] [ 50610 ]
@@ -70,7 +72,7 @@ Stabilized APIs
7072Cargo
7173-----
7274- [ 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
7476 considered to be immutable.
7577
7678Misc
@@ -103,6 +105,7 @@ Compatibility Notes
103105[ 50265 ] : https://github.com/rust-lang/rust/pull/50265/
104106[ 50364 ] : https://github.com/rust-lang/rust/pull/50364/
105107[ 50385 ] : https://github.com/rust-lang/rust/pull/50385/
108+ [ 50465 ] : https://github.com/rust-lang/rust/pull/50465/
106109[ 50486 ] : https://github.com/rust-lang/rust/pull/50486/
107110[ 50554 ] : https://github.com/rust-lang/rust/pull/50554/
108111[ 50610 ] : https://github.com/rust-lang/rust/pull/50610/
@@ -115,7 +118,7 @@ Compatibility Notes
115118[ 51298 ] : https://github.com/rust-lang/rust/pull/51298/
116119[ 51306 ] : https://github.com/rust-lang/rust/pull/51306/
117120[ 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/
119122[ `Iterator::step_by` ] : https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by
120123[ `Path::ancestors` ] : https://doc.rust-lang.org/std/path/struct.Path.html#method.ancestors
121124[ `btree_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
0 commit comments