rust/src/libcore
bors 4afc15e30c 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.
2014-05-20 23:31:30 -07:00
..
fmt auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr 2014-05-18 02:51:30 -07:00
num Minor doc fixes in various places 2014-05-19 15:41:06 +02:00
any.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
atomics.rs core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
bool.rs Minor doc fixes in various places 2014-05-19 15:41:06 +02:00
cell.rs Address review comments 2014-05-20 11:39:40 -07:00
char.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
clone.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
cmp.rs core: Derive Show impls wherever possible 2014-05-15 23:22:06 -07:00
container.rs core: Inherit the container module 2014-05-07 08:13:24 -07:00
default.rs core: Remove the unit module 2014-05-15 13:50:50 -07:00
failure.rs rustc: Add official support for weak failure 2014-05-19 11:04:44 -07:00
finally.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
intrinsics.rs core: Derive Show impls wherever possible 2014-05-15 23:22:06 -07:00
iter.rs core::iter::order functions now take two types of iterators. 2014-05-19 17:37:39 -07:00
kinds.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
lib.rs Address review comments 2014-05-20 11:39:40 -07:00
macros.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
mem.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00
ops.rs core: More concise description for mod ops 2014-05-20 10:38:21 -07:00
option.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
prelude.rs core: Clarify the documentation on core's prelude 2014-05-17 22:08:49 -07:00
ptr.rs Removed unnecessary transmute 2014-05-18 11:48:46 -07:00
raw.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
result.rs Rename Result.unwrap_or_handle() to .unwrap_or_else() 2014-05-19 13:11:49 -07:00
should_not_exist.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00
slice.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00
str.rs auto merge of #14135 : gereeter/rust/two-way-search, r=brson 2014-05-16 14:46:24 -07:00
tuple.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
ty.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
unicode.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00