Skip to content
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

Stabilize a few remaining stragglers #23908

Merged
merged 1 commit into from
Apr 1, 2015

Conversation

aturon
Copy link
Member

@aturon aturon commented Mar 31, 2015

  • The io::Seek trait.
  • The Iterator::{partition, unsip} methods.
  • The Vec::into_boxed_slice method.
  • The LinkedList::append method.
  • The {or_insert, or_insert_with methods in the Entry APIs.

r? @alexcrichton

@@ -459,6 +457,7 @@ pub trait Seek {
/// # Errors
///
/// Seeking to a negative offset is considered an error
#[stable(feature = "rust1", since = "1.0.0")]
fn seek(&mut self, pos: SeekFrom) -> Result<u64>;
Copy link
Member

Choose a reason for hiding this comment

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

Could this also stabilize SeekFrom and its variants?

Copy link
Member Author

Choose a reason for hiding this comment

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

D'oh! Done.

* The `io::Seek` trait, and `SeekFrom` enum.
* The `Iterator::{partition, unsip}` methods.
* The `Vec::into_boxed_slice` method.
* The `LinkedList::append` method.
* The `{or_insert, or_insert_with` methods in the `Entry` APIs.
@alexcrichton
Copy link
Member

@bors: r+ b9ab5fe

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 31, 2015
* The `io::Seek` trait.
* The `Iterator::{partition, unsip}` methods.
* The `Vec::into_boxed_slice` method.
* The `LinkedList::append` method.
* The `{or_insert, or_insert_with` methods in the `Entry` APIs.

r? @alexcrichton
@bors bors merged commit b9ab5fe into rust-lang:master Apr 1, 2015
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.

3 participants