Skip to content

Feature/nth back chunks - #61048

Merged
bors merged 11 commits into
rust-lang:masterfrom
wizAmit:feature/nth_back_chunks
May 29, 2019
Merged

Feature/nth back chunks#61048
bors merged 11 commits into
rust-lang:masterfrom
wizAmit:feature/nth_back_chunks

Conversation

@wizAmit

Copy link
Copy Markdown
Contributor

A succinct implementation for nth_back on chunks. Thank you @timvermeulen for the guidance.

r? @timvermeulen

@amit.chandraand others added 11 commits May 4, 2019 19:44
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
@timvermeulen

Copy link
Copy Markdown
Contributor

Looks good to me, although I don't have permission to approve PRs here. 🙂

Since the implementations for ChunksExact/ChunksMut/ChunksExactMut are so similar, wanna give those a try too?

@wizAmit

Copy link
Copy Markdown
ContributorAuthor

Ya.. will do that in a separate PR... Thanks a lot!!

@wizAmitwizAmit closed this May 22, 2019
@wizAmitwizAmit reopened this May 22, 2019
@Centril

Copy link
Copy Markdown
Contributor

r? @scottmcm

@scottmcm

Copy link
Copy Markdown
Member

Thanks for including good tests!

@bors r+ rollup

@bors

bors commented May 29, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit bcfd1f3 has been approved by scottmcm

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 29, 2019
Centril added a commit to Centril/rust that referenced this pull request May 29, 2019
…scottmcm
Feature/nth back chunks
A succinct implementation for nth_back on chunks. Thank you @timvermeulen for the guidance.
r? @timvermeulen
@CentrilCentril mentioned this pull request May 29, 2019
Centril added a commit to Centril/rust that referenced this pull request May 29, 2019
…scottmcm
Feature/nth back chunks
A succinct implementation for nth_back on chunks. Thank you @timvermeulen for the guidance.
r? @timvermeulen
@CentrilCentril mentioned this pull request May 29, 2019
bors added a commit that referenced this pull request May 29, 2019
Rollup of 11 pull requests
Successful merges:
- #58975 (Implement `iter::Sum` and `iter::Product` for `Option`)
- #60542 (Add Step::sub_usize)
- #60555 (Implement nth_back for RChunks(Exact)(Mut))
- #60766 (Weak::into_raw)
- #61048 (Feature/nth back chunks)
- #61191 (librustc_errors: Move annotation collection to own impl)
- #61235 (Stabilize bufreader_buffer feature)
- #61249 (Rename Place::local to Place::local_or_deref_local)
- #61291 (Avoid unneeded bug!() call)
- #61294 (Rename `TraitOrImpl` to `Assoc` and `trait_or_impl` to `assoc`.)
- #61297 (Remove LLVM instruction stats and other (obsolete) codegen stats.)
Failed merges:
r? @ghost
@bors
bors merged commit bcfd1f3 into rust-lang:masterMay 29, 2019
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.

5 participants

@wizAmit@timvermeulen@Centril@scottmcm@bors