Skip to content

Document the unstable iter_order_by library feature - #64296

Merged
bors merged 2 commits into
rust-lang:masterfrom
KodrAus:chore/iter_order_by
Sep 25, 2019
Merged

Document the unstable iter_order_by library feature#64296
bors merged 2 commits into
rust-lang:masterfrom
KodrAus:chore/iter_order_by

Conversation

@KodrAus

Copy link
Copy Markdown
Contributor

Tracking issue: #64295

Follow-up for: #62205

References the tracking issue and adds a page to the unstable book for the new unstable iter_order_by feature.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @frewsxcv

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

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 8, 2019
@JohnCSimon

Copy link
Copy Markdown

Ping from triage
@frewsxcv Can you please review this PR? Thanks.

Thanks.

Comment threadsrc/doc/unstable-book/src/iter-order-by.md Outdated
@Centril

Copy link
Copy Markdown
Contributor

r? @Centril

r=me rollup with @scottmcm's comment addressed.

@CentrilCentril 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-review Status: Awaiting review from the assignee but also interested parties. labels Sep 18, 2019
@KodrAus

Copy link
Copy Markdown
ContributorAuthor

@bors r=Centril rollup

@bors

bors commented Sep 23, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 4ea371e has been approved by Centril

@borsbors 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 Sep 23, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 23, 2019
Document the unstable iter_order_by library feature
Tracking issue: rust-lang#64295
Follow-up for: rust-lang#62205
References the tracking issue and adds a page to the unstable book for the new unstable `iter_order_by` feature.
@CentrilCentril mentioned this pull request Sep 23, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 24, 2019
Document the unstable iter_order_by library feature
Tracking issue: rust-lang#64295
Follow-up for: rust-lang#62205
References the tracking issue and adds a page to the unstable book for the new unstable `iter_order_by` feature.
@CentrilCentril mentioned this pull request Sep 24, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 24, 2019
Document the unstable iter_order_by library feature
Tracking issue: rust-lang#64295
Follow-up for: rust-lang#62205
References the tracking issue and adds a page to the unstable book for the new unstable `iter_order_by` feature.
@CentrilCentril mentioned this pull request Sep 24, 2019
bors added a commit that referenced this pull request Sep 24, 2019
Rollup of 16 pull requests
Successful merges:
- #63356 (Issue#63183: Add fs::read_dir() and ReadDir warning about iterator order + example)
- #63934 (Fix coherence checking for impl trait in type aliases)
- #64016 (Streamline `Compiler`)
- #64296 (Document the unstable iter_order_by library feature)
- #64443 (rustdoc: general cleanup)
- #64622 (Add a cycle detector for generic `Graph`s and `mir::Body`s)
- #64689 (Refactor macro by example)
- #64698 (Recover on `const X = 42;` and infer type + Error Stash API)
- #64702 (Remove unused dependencies)
- #64717 (update mem::discriminant test to use assert_eq and assert_ne over comparison operators)
- #64720 ( remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc)
- #64721 (Fixed issue from #64447)
- #64725 (fix one typo)
- #64737 (fix several issues in String docs)
- #64742 (relnotes: make compatibility section more sterile and fix rustc version)
- #64748 (Fix#64744. Account for the Zero sub-pattern case.)
Failed merges:
r? @ghost
@bors
bors merged commit 4ea371e into rust-lang:masterSep 25, 2019
@anatawa12anatawa12 mentioned this pull request Feb 2, 2025
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@KodrAus@rust-highfive@JohnCSimon@Centril@bors@scottmcm@frewsxcv