rust/src/liballoc
Mazdak Farrokhzad 77727feb18
Rollup merge of #57456 - fintelia:patch-4, r=dtolnay
RawVec doesn't always abort on allocation errors
2019-01-15 12:42:07 +01:00
..
benches Stabilize duration_as_u128 2018-12-26 12:12:06 -07:00
collections Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril 2018-12-28 06:52:15 +00:00
tests Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
boxed.rs Add discoverable function for converting Box<T> -> Pin<Box<T>> 2019-01-03 21:04:35 +01:00
boxed_test.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml fix deprecation warnings in liballoc benches 2018-12-21 11:33:29 +01:00
fmt.rs Mention ToString in std::fmt docs 2018-12-29 19:17:03 -05:00
lib.rs Remove licenses 2018-12-25 21:08:33 -07:00
macros.rs Mention ToString in std::fmt docs 2018-12-29 19:17:03 -05:00
prelude.rs Remove licenses 2018-12-25 21:08:33 -07:00
raw_vec.rs RawVec doesn't always abort on allocation errors 2019-01-08 17:21:30 -05:00
rc.rs Remove licenses 2018-12-25 21:08:33 -07:00
slice.rs Remove licenses 2018-12-25 21:08:33 -07:00
str.rs Remove licenses 2018-12-25 21:08:33 -07:00
string.rs Remove licenses 2018-12-25 21:08:33 -07:00
sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
task.rs Remove licenses 2018-12-25 21:08:33 -07:00
vec.rs Add a debug_assert to Vec::set_len 2019-01-13 22:40:25 -08:00