rust/library/alloc/src
Yuki Okushi ab4570eaf0
Rollup merge of #74644 - crlf0710:drop_old_stuff, r=Amanieu
Remove `linked_list_extras` methods.

Removing these in favor of the `Cursor` API in https://github.com/rust-lang/rust/issues/58533 .
Closes #27794.

r? @Amanieu
2020-08-01 08:02:04 +09:00
..
alloc mv std libs to library/ 2020-07-27 19:51:13 -05:00
collections Remove linked_list_extras methods. 2020-08-01 00:54:22 +08: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 Remove deny for intra doc link failures from library code, it's no longer necessary 2020-07-30 08:14:27 -07: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 Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay 2020-07-30 13:04:29 -07: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 Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay 2020-07-30 13:04:29 -07: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