about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-01 22:54:09 +0000
committerbors <bors@rust-lang.org>2015-05-01 22:54:09 +0000
commitf6574c5b0404f55c4dd4056be47d37eff33684b5 (patch)
tree3f91ff471d70827a5dd167f17d8109d6bbf119ad /src/libstd/sys/unix/stack_overflow.rs
parentf3345cb0a70cdac95e126b611b355ab4d36ca3df (diff)
parentb1976f1f6e467b83d9f91d141924d05b8e580257 (diff)
downloadrust-f6574c5b0404f55c4dd4056be47d37eff33684b5.tar.gz
rust-f6574c5b0404f55c4dd4056be47d37eff33684b5.zip
Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon
These implementations were intended to be unstable, but currently the stability
attributes cannot handle a stable trait with an unstable `impl` block. This
commit also audits the rest of the standard library for explicitly-`#[unstable]`
impl blocks. No others were removed but some annotations were changed to
`#[stable]` as they're defacto stable anyway.

One particularly interesting `impl` marked `#[stable]` as part of this commit
is the `Add<&[T]>` impl for `Vec<T>`, which uses `push_all` and implicitly
clones all elements of the vector provided.

Closes #24791

[breaking-change]
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions