rust-highfive · GitHub

Closed

@aidanhs aidanhs 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

Jun 1, 2017

bors added a commit that referenced this pull request

Jun 4, 2017
Convert Intos to Froms.
This is a resubmission of #42129 without `impl<T> From<Vec<T>> for Box<[T]>`.

@arielb1 arielb1 added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jun 13, 2017

@ollie27

Merged

bors added a commit that referenced this pull request

Jun 17, 2017
Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>`
As the `collections` crate has been merged into `alloc` in #42648 this impl is now possible. This is the final part of #42129 missing from #42227.

@arielb1 arielb1 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

Jun 20, 2017

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Jun 20, 2017
Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>`
As the `collections` crate has been merged into `alloc` in rust-lang#42648 this impl is now possible. This is the final part of rust-lang#42129 missing from rust-lang#42227.

Clar Charr and others added 2 commits

June 21, 2017 01:18

@ollie27

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request

Jul 4, 2017
Convert Intos to Froms.
This is a resubmission of rust-lang#42129 without `impl<T> From<Vec<T>> for Box<[T]>`.

Closed

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request

Jul 4, 2017
Convert Intos to Froms.
This is a resubmission of rust-lang#42129 without `impl<T> From<Vec<T>> for Box<[T]>`.

Merged

bors added a commit that referenced this pull request

Jul 4, 2017

@bors

@ollie27

Read the original on github.com ↗