rust/src/liballoc
Simon Sapin c957e99b30 realloc with a new size only, not a full new layout.
Changing the alignment with realloc is not supported.
2018-04-12 22:53:13 +02:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
btree Actually deprecate the Heap type 2018-04-12 22:52:47 +02:00
tests Remove the now-unit-struct AllocErr field inside CollectionAllocErr 2018-04-12 22:53:13 +02:00
alloc.rs realloc with a new size only, not a full new layout. 2018-04-12 22:53:13 +02:00
arc.rs Remove the now-unit-struct AllocErr parameter of oom() 2018-04-12 22:53:13 +02:00
binary_heap.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
borrow.rs Add #[must_use] to a few standard library methods 2018-03-30 23:06:05 -07:00
boxed_test.rs
boxed.rs Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats 2018-04-05 11:50:12 -07:00
Cargo.toml Deprecate the std_unicode crate 2018-04-12 00:13:51 +02:00
fmt.rs Rollup merge of #49401 - alercah:format, r=cramertj 2018-03-27 10:47:54 +02:00
heap.rs realloc with a new size only, not a full new layout. 2018-04-12 22:53:13 +02:00
lib.rs Separate alloc::heap::Alloc trait for stage0 #[global_allocator] 2018-04-12 22:52:54 +02:00
linked_list.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
macros.rs
raw_vec.rs realloc with a new size only, not a full new layout. 2018-04-12 22:53:13 +02:00
rc.rs Remove the now-unit-struct AllocErr parameter of oom() 2018-04-12 22:53:13 +02:00
slice.rs Add trivial early return for sort_by_cached_key 2018-04-09 16:44:20 +01:00
str.rs Merge unstable Utf16Encoder into EncodeUtf16 2018-04-12 00:13:53 +02:00
string.rs Reexport from core::unicode::char in core::char rather than vice versa 2018-04-12 00:13:52 +02:00
vec_deque.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
vec.rs Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAus 2018-04-12 08:29:10 +00:00