rust/src/liballoc
Mazdak Farrokhzad 144ed029c5
Rollup merge of #62346 - RalfJung:miri-tests, r=Centril
enable a few more tests in Miri and update the comment for others
2019-07-04 01:39:02 +02:00
..
benches improve worst-case performance of BTreeSet difference and intersection 2019-03-29 12:18:20 +01:00
collections Rollup merge of #62316 - khuey:efficient_last, r=sfackler 2019-07-04 01:38:56 +02:00
prelude Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
tests enable a few more tests in Miri and update the comment for others 2019-07-03 19:58:59 +02:00
alloc.rs Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
borrow.rs warn(missing_docs) in liballoc, and add missing docs 2019-04-15 16:35:50 +02:00
boxed.rs Rollup merge of #62316 - khuey:efficient_last, r=sfackler 2019-07-04 01:38:56 +02:00
Cargo.toml Update the compiler_builtins crate 2019-05-17 07:17:15 -07:00
fmt.rs Make clear that format padding doesn't work for Debug 2019-04-13 15:39:49 +10:00
lib.rs Enable mem_take feature in relevant crates 2019-07-01 20:21:53 -07:00
macros.rs Hygienize macros in the standard library 2019-06-12 20:27:29 +03:00
raw_vec.rs avoid materializing unintialized Boxes in RawVec 2019-05-27 11:15:31 +03:00
rc.rs make Weak::ptr_eqs into methods 2019-06-16 14:05:44 +02:00
slice.rs Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=sfackler 2019-06-22 01:42:30 +02:00
str.rs Convert more usages over 2019-07-01 20:21:12 -07:00
string.rs When possible without changing semantics, implement Iterator::last in terms of DoubleEndedIterator::next_back for types in liballoc and libcore. 2019-07-02 13:45:29 -07:00
sync.rs make Weak::ptr_eqs into methods 2019-06-16 14:05:44 +02:00
tests.rs Separate liballoc module 2019-06-16 13:08:09 +03:00
vec.rs Add Vec::leak 2019-06-28 13:24:58 -07:00