Closed
aidanhs
added
S-waiting-on-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, 2017bors added a commit that referenced this pull request
Jun 4, 2017Convert Intos to Froms. This is a resubmission of #42129 without `impl<T> From<Vec<T>> for Box<[T]>`.
arielb1
added
S-waiting-on-review
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, 2017bors added a commit that referenced this pull request
Jun 17, 2017
arielb1
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jun 20, 2017frewsxcv added a commit to frewsxcv/rust that referenced this pull request
Jun 20, 2017Convert `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:18Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request
Jul 4, 2017Convert 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, 2017Convert Intos to Froms. This is a resubmission of rust-lang#42129 without `impl<T> From<Vec<T>> for Box<[T]>`.
Merged