Uh oh!
There was an error while loading. Please reload this page.
stabilize const_int_pow - #76829
Conversation
rust-highfive
commented
Sep 17, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
tspiteri
commented
Sep 17, 2020
This PR stabilized const for the following public methods:
|
Mark-Simulacrum
commented
Sep 18, 2020
r? @KodrAus to kick off libs FCP here, diff in PR looks good from an impl perspective |
bors
commented
Sep 19, 2020
☔ The latest upstream changes (presumably #76327) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
26d50cb to
5070d51Comparebors
commented
Sep 23, 2020
☔ The latest upstream changes (presumably #76850) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
5070d51 to
7db7b41Comparetspiteri
commented
Oct 2, 2020
I've just force-pushed an update with the since field set to |
KodrAus
commented
Oct 5, 2020
@rfcbot fcp merge See: #76829 (comment) This stabilizes a few more cc @rust-lang/wg-const-eval |
Team member @KodrAus has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
rfcbot
commented
Nov 13, 2020
🔔 This is now entering its final comment period, as per the review above. 🔔 |
bors
commented
Nov 18, 2020
☔ The latest upstream changes (presumably #79167) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
oli-obk
commented
Nov 23, 2020
@bors r- yea, please adjust the stabilization date, too |
tspiteri
commented
Nov 23, 2020
Done. |
oli-obk
commented
Nov 23, 2020
@bors r+ |
bors
commented
Nov 23, 2020
📌 Commit a6bcf7a has been approved by |
bors
commented
Nov 23, 2020
⌛ Testing commit a6bcf7a with merge b1801ff6fe6c747687a9e423da6fda1d0c736835... |
bors
commented
Nov 23, 2020
💔 Test failed - checks-actions |
oli-obk
commented
Nov 23, 2020
@bors retry gzip failures in CI |
…as-schievink Rollup of 10 pull requests Successful merges: - rust-lang#76829 (stabilize const_int_pow) - rust-lang#79080 (MIR visitor: Don't treat debuginfo field access as a use of the struct) - rust-lang#79236 (const_generics: assert resolve hack causes an error) - rust-lang#79287 (Allow using generic trait methods in `const fn`) - rust-lang#79324 (Use Option::and_then instead of open-coding it) - rust-lang#79325 (Reduce boilerplate with the `?` operator) - rust-lang#79330 (Fix typo in comment) - rust-lang#79333 (doc typo) - rust-lang#79337 (Use Option::map instead of open coding it) - rust-lang#79343 (Add my (`@flip1995)` work mail to the mailmap) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
const_int_pow was stabilized in Rust 1.50.0 rust-lang/rust#76829
This also requires stabilizing constctlz for const ctlz_nonzero.