diff options
| author | bors <bors@rust-lang.org> | 2014-05-20 23:31:30 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-20 23:31:30 -0700 |
| commit | 4afc15e30c582d0ef994f12fc5eaa90bcaeab180 (patch) | |
| tree | 5a9b3f517121774014c01d03f3d0467ad0a0d43d /src/rustllvm/RustWrapper.cpp | |
| parent | feb9f302ca52b8105ad6641a3bf2646cd26d1434 (diff) | |
| parent | 19dc3b50bd63489988eb8fc83d25b08ca83df151 (diff) | |
| download | rust-4afc15e30c582d0ef994f12fc5eaa90bcaeab180.tar.gz rust-4afc15e30c582d0ef994f12fc5eaa90bcaeab180.zip | |
auto merge of #14259 : alexcrichton/rust/core-mem, r=brson
Excluding the functions inherited from the cast module last week (with marked
stability levels), these functions received the following treatment.
* size_of - this method has become #[stable]
* nonzero_size_of/nonzero_size_of_val - these methods have been removed
* min_align_of - this method is now #[stable]
* pref_align_of - this method has been renamed without the
`pref_` prefix, and it is the "default alignment" now. This decision is in line
with what clang does (see url linked in comment on function). This function
is now #[stable].
* init - renamed to zeroed and marked #[stable]
* uninit - marked #[stable]
* move_val_init - renamed to overwrite and marked #[stable]
* {from,to}_{be,le}{16,32,64} - all functions marked #[stable]
* swap/replace/drop - marked #[stable]
* size_of_val/min_align_of_val/align_of_val - these functions are marked
#[unstable], but will continue to exist in some form. Concerns have been
raised about their `_val` prefix.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
