about summary refs log tree commit diff
path: root/library/alloc/src/collections/linked_list.rs
AgeCommit message (Expand)AuthorLines
2021-10-10Add #[must_use] to alloc constructorsJohn Kugelman-0/+1
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-0/+1
2021-09-25Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-seManish Goregaokar-2/+6
2021-09-24unitalicize O(1) complexitiesTakashi Idobe-4/+4
2021-09-23remove trailing whitespaceTakashi Idobe-4/+4
2021-09-23Add time complexities to linked_list.rsTakashi Idobe-0/+10
2021-09-22PR fixupAman Arora-1/+1
2021-09-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+1
2021-09-16Add IntoIterator intra doc link to various collectionsest31-1/+2
2021-09-16Add intra-doc-links to LinkedList rustdocest31-1/+4
2021-08-31add safety annotation to `LinkedList::detach_all_nodes`Ibraheem Ahmed-0/+3
2021-08-30use `unwrap_unchecked` where possibleibraheemdev-1/+1
2021-07-24Auto merge of #84111 - bstrie:hashfrom, r=joshtriplettbors-0/+21
2021-07-24Update std_collections_from_array stability versionbstrie-1/+1
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-1/+0
2021-07-01Implement changes suggested by @AmanieuIan Wahbe-10/+17
2021-06-30impl From<[(K, V); N]> for std::collectionsbstrie-0/+21
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-29Add non-mutable methods to `Cursor`Ian Wahbe-0/+14
2021-06-29add head/tail methods to linked list mutable cursorIan Wahbe-0/+122
2021-05-30Improve Debug impls for LinkedList reference iterators to show itemsFrank Steffahn-2/+18
2021-05-29Fix unsoundness of Debug implementation for linked_list::IterMutFrank Steffahn-6/+3
2021-05-21Remove surplus prepend LinkedList fnJubilee Young-21/+0
2021-03-01Add diagnostic itemsCameron Steffen-0/+1
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-08Remove deprecated linked_list_extras methods.Mara Bos-62/+0
2020-09-19Use intra-doc linksDenis Vasilik-1/+1
2020-08-21Apply suggestions from code reviewLeSeulArtichaut-6/+2
2020-08-21Use intra-doc-links in `alloc`LeSeulArtichaut-7/+4
2020-08-01Remove `linked_list_extras` methods.Charles Lew-35/+10
2020-07-27mv std libs to library/mark-0/+1904