diff options
| author | bors <bors@rust-lang.org> | 2014-09-26 11:44:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-26 11:44:01 +0000 |
| commit | 5d653c17a656e8fe1572c7a695e33b188eda0597 (patch) | |
| tree | 991948d40f9df0e60f33c28563485f3d1213400e /src/rustllvm/PassWrapper.cpp | |
| parent | aed9cc15392f59b7281f578d1c3aa4c3839d9498 (diff) | |
| parent | c59ef666a53872d0b1629f00c201dc801810da72 (diff) | |
| download | rust-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
