rust/library/alloc/src
Manish Goregaokar 0f9b7bd80f
Rollup merge of #74902 - rust-lang:into_raw_non_null, r=dtolnay
Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions

FCP: https://github.com/rust-lang/rust/issues/47336#issuecomment-619369613
2020-07-29 16:38:28 -07:00
..
alloc mv std libs to library/ 2020-07-27 19:51:13 -05:00
collections mv std libs to library/ 2020-07-27 19:51:13 -05:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec mv std libs to library/ 2020-07-27 19:51:13 -05:00
rc mv std libs to library/ 2020-07-27 19:51:13 -05:00
sync mv std libs to library/ 2020-07-27 19:51:13 -05:00
alloc.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
borrow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
boxed.rs Remove deprecated unstable {Box,Rc,Arc}::into_raw_non_null functions 2020-07-29 11:00:31 +02:00
fmt.rs Link to syntax section when referencing it 2020-07-29 10:43:40 +02:00
lib.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rc.rs Remove deprecated unstable {Box,Rc,Arc}::into_raw_non_null functions 2020-07-29 11:00:31 +02:00
slice.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Explain why inline default ToString impl 2020-07-29 07:38:06 +00:00
sync.rs Remove deprecated unstable {Box,Rc,Arc}::into_raw_non_null functions 2020-07-29 11:00:31 +02:00
task.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
tests.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00