about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-26 11:44:01 +0000
committerbors <bors@rust-lang.org>2014-09-26 11:44:01 +0000
commit5d653c17a656e8fe1572c7a695e33b188eda0597 (patch)
tree991948d40f9df0e60f33c28563485f3d1213400e /src/rustllvm/PassWrapper.cpp
parentaed9cc15392f59b7281f578d1c3aa4c3839d9498 (diff)
parentc59ef666a53872d0b1629f00c201dc801810da72 (diff)
downloadrust-5d653c17a656e8fe1572c7a695e33b188eda0597.tar.gz
rust-5d653c17a656e8fe1572c7a695e33b188eda0597.zip
auto merge of #17494 : aturon/rust/stabilize-mutable-slices, r=alexcrichton
This commit is another in the series of vector slice API stabilization. The focus here is the *mutable* slice API.

Largely, this API inherits the stability attributes [previously assigned](rust-lang#16332) to the analogous methods on immutable slides. It also adds comments to a few `unstable` attributes that were previously missing them.

In addition, the commit adds several `_mut` variants of APIs that were missing:

- `init_mut`
- `head_mut`
- `tail_mut`
- `splitn_mut`
- `rsplitn_mut`

Some of the unsafe APIs -- `unsafe_set`, `init_elem`, and `copy_memory` -- were deprecated in favor of working through `as_mut_ptr`, to simplify the API surface.

Due to deprecations, this is a:

[breaking-change]
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions