@@ -4,7 +4,6 @@ Version 1.63.0 (2022-08-11)
44Language
55--------
66- [Remove migrate borrowck mode.][95565]
7- - [Stabilize `$$` in Rust 1.63.0.][95860]
87- [Modify MIR building to drop repeat expressions with length zero.][95953]
98- [Remove label/lifetime shadowing warnings.][96296]
109- [Stabilize `explicit_generic_args_with_impl_trait`.][96868]
@@ -33,7 +32,6 @@ Libraries
3332- [Implement `Hash` for `core::alloc::Layout`.][97034]
3433- [os str capacity documentation.][97202]
3534- [Put a bound on collection misbehavior.][97316]
36- - [Stabilize checked slice->str conversion functions.][97367]
3735- [Make `std::mem::needs_drop` accept `?Sized`.][97675]
3836- [`impl Termination for Infallible` and then make the `Result` impls of `Termination` more generic.][97803]
3937- [Document Rust's stance on `/proc/self/mem`.][97837]
@@ -47,8 +45,8 @@ Stabilized APIs
4745- [`BinaryHeap::try_reserve`]
4846- [`OsString::try_reserve`]
4947- [`OsString::try_reserve_exact`]
50- - [`Path ::try_reserve`]
51- - [`Path ::try_reserve_exact`]
48+ - [`PathBuf ::try_reserve`]
49+ - [`PathBuf ::try_reserve_exact`]
5250- [`Path::try_exists`]
5351- [`Ref::filter_map`]
5452- [`RefMut::filter_map`]
@@ -117,7 +115,6 @@ and related tools.
117115[95565]: https://github.com/rust-lang/rust/pull/95565/
118116[95632]: https://github.com/rust-lang/rust/pull/95632/
119117[95818]: https://github.com/rust-lang/rust/pull/95818/
120- [95860]: https://github.com/rust-lang/rust/pull/95860/
121118[95897]: https://github.com/rust-lang/rust/pull/95897/
122119[95953]: https://github.com/rust-lang/rust/pull/95953/
123120[96296]: https://github.com/rust-lang/rust/pull/96296/
@@ -130,7 +127,6 @@ and related tools.
130127[97034]: https://github.com/rust-lang/rust/pull/97034/
131128[97202]: https://github.com/rust-lang/rust/pull/97202/
132129[97316]: https://github.com/rust-lang/rust/pull/97316/
133- [97367]: https://github.com/rust-lang/rust/pull/97367/
134130[97652]: https://github.com/rust-lang/rust/pull/97652/
135131[97675]: https://github.com/rust-lang/rust/pull/97675/
136132[97803]: https://github.com/rust-lang/rust/pull/97803/
0 commit comments