Skip to content

remove old_iter #7334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed

remove old_iter #7334

wants to merge 8 commits into from

Conversation

thestinger
Copy link
Contributor

the test/run-pass/class-trait-bounded-param.rs test was xfailed and
written in an ancient dialect of Rust so I've just removed it

this also removes to_vec from DList because it's provided by
std::iter::to_vec

an Iterator implementation is added for OptVec but some transitional
internal iterator methods are still left

use core::unstable::intrinsics::{move_val_init, init};
use core::util::{replace, swap};
use core::vec;

#[allow(missing_doc)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly an afterthought ;p

thestinger and others added 8 commits June 24, 2013 01:35
the `test/run-pass/class-trait-bounded-param.rs` test was xfailed and
written in an ancient dialect of Rust so I've just removed it

this also removes `to_vec` from DList because it's provided by
`std::iter::to_vec`

an Iterator implementation is added for OptVec but some transitional
internal iterator methods are still left
This makes it take advantage of the size hint for pre-allocation.
bors added a commit that referenced this pull request Jun 24, 2013
the `test/run-pass/class-trait-bounded-param.rs` test was xfailed and
written in an ancient dialect of Rust so I've just removed it

this also removes `to_vec` from DList because it's provided by
`std::iter::to_vec`

an Iterator implementation is added for OptVec but some transitional
internal iterator methods are still left
@bors bors closed this Jun 24, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
…1995

Add FreeBSD as identifier not needing ticks

For the doc-markdown lint.

changelog: Add FreeBSD as identifier not needing ticks for ``[`doc-markdown`]`` lint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants