rust/src/liballoc
Mazdak Farrokhzad e8173a654d
Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton
Introduce into_raw_non_null on Rc and Arc

None
2019-01-31 02:10:44 +01:00
..
benches Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
collections override VecDeque's Iter::try_fold 2019-01-30 09:11:17 +01:00
tests override VecDeque's Iter::try_fold 2019-01-30 09:11:17 +01:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs liballoc: remove unneeded allow(deprecated) 2019-01-28 10:39:49 +01:00
boxed.rs impl Generator for Pin<Box<Generator>> 2019-01-27 22:58:59 +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 override VecDeque's Iter::try_fold 2019-01-30 09:11:17 +01: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 Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton 2019-01-31 02:10:44 +01: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 Introduce into_raw_non_null on Rc and Arc 2019-01-28 22:24:26 +00: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