rust/src/liballoc
Mazdak Farrokhzad 296e825afa
Rollup merge of #61862 - vorner:weak-into-raw-methods, r=sfackler
Make the Weak::{into,as}_raw methods

Because Weak doesn't Deref, so there's no reason for them to be only
associated methods.

As kindly pointed out here https://github.com/rust-lang/rust/pull/60766#issuecomment-501706422 by @chpio.
2019-07-06 22:14:35 +02:00
..
benches
collections Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton 2019-07-05 13:52:58 +02:00
prelude
tests Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton 2019-07-06 02:37:59 +02:00
alloc.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
borrow.rs
boxed.rs Add tracking issue for Box::into_pin 2019-07-04 12:57:34 +02:00
Cargo.toml
fmt.rs
lib.rs Switch master to 1.38 2019-07-04 11:26:57 -04: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 Rollup merge of #61862 - vorner:weak-into-raw-methods, r=sfackler 2019-07-06 22:14:35 +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 Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton 2019-07-05 13:52:58 +02:00
sync.rs Rollup merge of #61862 - vorner:weak-into-raw-methods, r=sfackler 2019-07-06 22:14:35 +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