Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize Duration::{as_millis, as_micros, as_nanos} #57124

Merged
merged 1 commit into from
Dec 27, 2018

Conversation

sunjay
Copy link
Member

@sunjay sunjay commented Dec 25, 2018

Fixes #50202. 🎉

This is the stabilization PR for the duration_as_u128 feature. I have never made one of these before so please let me know if I missed a step. I followed the guide in the Rust Forge and also found some old stabilization PRs (1, 2) for similar features to base my work on.

@rust-highfive
Copy link
Collaborator

r? @TimNN

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 25, 2018
@Centril Centril added the relnotes Marks issues that should be documented in the release notes of the next release. label Dec 25, 2018
Copy link
Contributor

@Centril Centril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good; I'll r+ when tree-close is over.

@Centril Centril assigned Centril and unassigned TimNN Dec 26, 2018
@Centril
Copy link
Contributor

Centril commented Dec 26, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Dec 26, 2018

📌 Commit fc32fbaac44b9f128eadc6716fe9f319d61a2c41 has been approved by Centril

@bors
Copy link
Contributor

bors commented Dec 26, 2018

🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 26, 2018
@bors
Copy link
Contributor

bors commented Dec 26, 2018

☔ The latest upstream changes (presumably #57108) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 26, 2018
@sunjay
Copy link
Member Author

sunjay commented Dec 26, 2018

Fixed the merge conflict.

@Centril
Copy link
Contributor

Centril commented Dec 26, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Dec 26, 2018

📌 Commit 1e82618 has been approved by Centril

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 26, 2018
@bors
Copy link
Contributor

bors commented Dec 26, 2018

⌛ Testing commit 1e82618 with merge 79bbce4...

bors added a commit that referenced this pull request Dec 26, 2018
Stabilize Duration::{as_millis, as_micros, as_nanos}

Fixes #50202. 🎉

This is the stabilization PR for the `duration_as_u128` feature. I have never made one of these before so please let me know if I missed a step. I followed the [guide in the Rust Forge](https://forge.rust-lang.org/stabilization-guide.html) and also found some old stabilization PRs ([1](#57002), [2](#56207)) for similar features to base my work on.
@bors
Copy link
Contributor

bors commented Dec 27, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Centril
Pushing 79bbce4 to master...

@bors bors merged commit 1e82618 into rust-lang:master Dec 27, 2018
@sunjay sunjay deleted the stable_duration_as_u128 branch December 27, 2018 00:58
@sunjay
Copy link
Member Author

sunjay commented Dec 27, 2018

🎉

@Centril Centril added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Jan 10, 2019
@Centril Centril added this to the 1.33 milestone Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking Issue: Duration::{as_nanos, as_micros, as_millis}
5 participants