about summary refs log tree commit diff
path: root/src/liballoc/linked_list.rs
AgeCommit message (Expand)AuthorLines
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-1/+1
2018-04-04Replace manual iter exhaust with for_each(drop).Clar Charr-1/+1
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-176/+2
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-3/+3
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-3/+3
2018-02-22[docs] Minor wording changes to drain_filter docsMatt Brubeck-2/+2
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-2/+2
2018-01-20Rename Box::into_non_null_raw to Box::into_raw_non_nullSimon Sapin-3/+3
2018-01-20Rename Box::*_nonnull_raw to *_non_null_rawSimon Sapin-3/+3
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-4/+4
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-14/+14
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-2/+2
2017-12-09Revert "Make drop impl stable for DrainFilter"Thayne McCombs-1/+1
2017-12-07Make drop impl stable for DrainFilterThayne McCombs-1/+1
2017-12-07Add Drop impl for linked_list::DrainFilterThayne McCombs-0/+9
2017-11-28Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnaykennytm-0/+139
2017-11-26Check tail node in check_linksJohn-John Tedro-0/+7
2017-11-25Implement LinkedList::drain_filterJohn-John Tedro-35/+95
2017-11-25Introduce LinkedList::remove_ifJohn-John Tedro-0/+79
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+2
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-22Add Box::into_uniqueSimon Sapin-3/+3
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-3/+3
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1504