Skip to content

implement nth_back for Range(Inclusive) - #61671

Merged
bors merged 2 commits into
rust-lang:masterfrom
koalatux:nth-back-range
Jun 12, 2019
Merged

implement nth_back for Range(Inclusive)#61671
bors merged 2 commits into
rust-lang:masterfrom
koalatux:nth-back-range

Conversation

@koalatux

Copy link
Copy Markdown
Contributor

This is part of #54054.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @KodrAus

(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 Jun 8, 2019
@koalatuxkoalatux changed the title implement nth_back for Rangeimplement nth_back for Range(Inclusive)Jun 9, 2019
@KodrAus

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 11, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 8590074 has been approved by KodrAus

@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-review Status: Awaiting review from the assignee but also interested parties. labels Jun 11, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 12, 2019
implement nth_back for Range(Inclusive)
This is part of rust-lang#54054.
@CentrilCentril mentioned this pull request Jun 12, 2019
bors added a commit that referenced this pull request Jun 12, 2019
Rollup of 9 pull requests
Successful merges:
- #60187 (Generator optimization: Overlap locals that never have storage live at the same time)
- #61348 (Implement Clone::clone_from for Option and Result)
- #61568 (Use Symbol, Span in libfmt_macros)
- #61632 (ci: Collect CPU usage statistics on Azure)
- #61654 (use pattern matching for slices destructuring)
- #61671 (implement nth_back for Range(Inclusive))
- #61688 (is_fp and is_floating_point do the same thing, remove the former)
- #61705 (Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS)
- #61734 (Migrate rust-by-example to MdBook2)
Failed merges:
r? @ghost
@bors
bors merged commit 8590074 into rust-lang:masterJun 12, 2019
@koalatux
koalatux deleted the nth-back-range branch June 12, 2019 10:59
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.

4 participants

@koalatux@rust-highfive@KodrAus@bors