rust/src/liballoc
Mazdak Farrokhzad 54285db640
Rollup merge of #70194 - kornelski:must_split, r=joshtriplett
#[must_use] on split_off()

I've noticed this function used for truncation in the wild. `must_use` will clear that up.
2020-03-21 05:33:36 +01:00
..
alloc Remove usable_size APIs 2020-03-03 00:08:24 +01:00
benches Auto merge of #68827 - ssomers:btree_navigation_revisited, r=Mark-Simulacrum 2020-02-28 09:32:34 +00:00
collections Simplify ensure_root_is_owned callers 2020-03-20 09:43:41 -04:00
prelude Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
raw_vec Allow ZSTs in AllocRef 2020-03-08 11:01:12 +01:00
rc Format the world 2019-12-22 17:42:47 -05:00
sync Format the world 2019-12-22 17:42:47 -05:00
tests Update test commentary for shared root removal 2020-03-20 09:43:41 -04:00
alloc.rs Allow ZSTs in AllocRef 2020-03-08 11:01:12 +01:00
borrow.rs Format the world 2019-12-22 17:42:47 -05:00
boxed.rs Bump the bootstrap compiler 2020-03-15 19:43:25 +01:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
fmt.rs Add note about localization to std::fmt docs 2020-03-09 12:31:33 -04:00
lib.rs Make std::sync::Arc compatible with ThreadSanitizer 2020-03-20 00:18:44 +01:00
macros.rs Scope format! temporaries 2019-09-27 17:36:45 -04:00
raw_vec.rs Allow ZSTs in AllocRef 2020-03-08 11:01:12 +01:00
rc.rs Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu 2020-03-03 17:50:06 +09:00
slice.rs reuse capacity variable in slice::repeat 2019-12-24 12:44:05 +08:00
str.rs Format the world 2019-12-22 17:42:47 -05:00
string.rs Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler 2020-03-15 15:40:07 +01:00
sync.rs Make std::sync::Arc compatible with ThreadSanitizer 2020-03-20 00:18:44 +01:00
tests.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
vec.rs must_use on split_off 2020-03-20 14:40:35 +00:00