rust/src/libcollections
bors 378a370ff2 Auto merge of #25646 - huonw:align, r=alexcrichton
This removes a footgun, since it is a reasonable assumption to make that
pointers to `T` will be aligned to `align_of::<T>()`. This also matches
the behaviour of C/C++. `min_align_of` is now deprecated.

Closes #21611.
2015-06-26 02:58:31 +00:00
..
btree Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
binary_heap.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
bit.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
borrow.rs Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> 2015-06-09 16:15:38 +02:00
enum_set.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
fmt.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
lib.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
linked_list.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
range.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
slice.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
str.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
string.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
vec_deque.rs Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
vec_map.rs std: Stabilize vec_map::Entry::or_insert{,_with} 2015-06-17 09:07:17 -07:00
vec.rs Auto merge of #25646 - huonw:align, r=alexcrichton 2015-06-26 02:58:31 +00:00