rust/src/liballoc
Alex Crichton a83d2afbba std: Tag AllocErr functions as #[inline]
None of these require a significant amount of code and using `#[inline]` will
allow constructors to get inlined, improving codegen at allocation callsites.
2017-08-11 15:58:26 -07:00
..
benches Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton 2017-07-02 23:54:32 +00:00
btree Fixed all unnecessary muts in language core 2017-08-01 23:01:24 +01:00
tests std: Stabilize utf8_error_error_len feature 2017-07-25 07:09:31 -07:00
allocator.rs std: Tag AllocErr functions as #[inline] 2017-08-11 15:58:26 -07:00
arc.rs Fix broken links in Arc documentation 2017-08-10 18:03:22 -04:00
binary_heap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
borrow.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
boxed.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
Cargo.toml Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik 2017-06-29 08:40:03 +00:00
heap.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
lib.rs Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon 2017-07-26 23:40:48 +00:00
linked_list.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
macros.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
range.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
raw_vec.rs Rename {NonZero,Shared,Unique}::new to new_unchecked 2017-07-22 20:38:16 +02:00
rc.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
slice.rs Clarify that sort_unstable is deterministic 2017-07-21 00:58:16 +02:00
str.rs Indicate how to turn byte slices back into a string slice. 2017-08-05 08:27:25 -04:00
string.rs Fix trait name Deref 2017-08-08 16:57:11 -04:00
vec_deque.rs Fixed extra cases found in better checking. 2017-08-01 23:01:24 +01:00
vec.rs Fixed all unnecessary muts in language core 2017-08-01 23:01:24 +01:00