Uh oh!
There was an error while loading. Please reload this page.
Add release notes for 1.58 - #92055
Conversation
rust-highfive
commented
Dec 18, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Hans Kratz <hans@appfour.com> Co-authored-by: Chris Denton <ChrisDenton@users.noreply.github.com> Co-authored-by: Joshua Nelson <github@jyn.dev>
tmandry
commented
Dec 23, 2021
All comments have been addressed (cc @rust-lang/release again). I'm officially on vacation starting tomorrow; I may check back here, but feel free to push to my branch / merge without me. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Josh Triplett <josh@joshtriplett.org> Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
Uh oh!
There was an error while loading. Please reload this page.
emilyalbini
commented
Jan 8, 2022
@bors r+ rollup |
bors
commented
Jan 8, 2022
📌 Commit 81963b1 has been approved by |
| - [`Duration::checked_mul`] | ||
| - [`Duration::saturating_mul`] | ||
| - [`Duration::checked_div`] | ||
| - [`Duration::as_secs_f64`] |
There was a problem hiding this comment.
I don't think any of the float methods are actually usable in const context: https://github.com/rust-lang/rust/blob/master/library/core/src/time.rs#L686
#89542 only stabilized:
implDuration{pubconstfnnew(secs:u64,nanos:u32) -> Duration;pubconstfnchecked_add(self,rhs:Duration) -> Option<Duration>;pubconstfnsaturating_add(self,rhs:Duration) -> Duration;pubconstfnchecked_sub(self,rhs:Duration) -> Option<Duration>;pubconstfnsaturating_sub(self,rhs:Duration) -> Duration;pubconstfnchecked_mul(self,rhs:u32) -> Option<Duration>;pubconstfnsaturating_mul(self,rhs:u32) -> Duration;pubconstfnchecked_div(self,rhs:u32) -> Option<Duration>;}There was a problem hiding this comment.
Confirming this comment is correct.
emilyalbini
commented
Jan 8, 2022
Good catch @marmeladema, I'll fix it in a bit. @bors r- |
Uh oh!
There was an error while loading. Please reload this page.
emilyalbini
commented
Jan 8, 2022
@bors r+ rollup |
bors
commented
Jan 8, 2022
📌 Commit 0e13d0c has been approved by |
| [`Duration::checked_mul`]: https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.checked_mul | ||
| [`Duration::saturating_mul`]: https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.saturating_mul | ||
| [`Duration::checked_div`]: https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.checked_div | ||
| [`Duration::as_secs_f64`]: https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.as_secs_f64 |
There was a problem hiding this comment.
Do we also want to remove those references?
There was a problem hiding this comment.
That shouldn't be publicly visible, someone can open a PR later removing that.
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#92055 (Add release notes for 1.58) - rust-lang#92490 (Move crate drop-down to search results page) - rust-lang#92510 (Don't resolve blocks in foreign functions) - rust-lang#92573 (expand: Refactor InvocationCollector visitor for better code reuse) - rust-lang#92608 (rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes) - rust-lang#92657 (Implemented const casts of raw pointers) - rust-lang#92671 (Make `Atomic*::from_mut` return `&mut Atomic*`) - rust-lang#92673 (Remove useless collapse toggle on "all items" page) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
| - [`Metadata::is_symlink`] | ||
| - [`Path::is_symlink`] | ||
| - [`{integer}::saturating_div`] | ||
| - [`Option::unwrap_unchecked`] |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
r? @rust-lang/release