summary refs log tree commit diff
path: root/src/libcollections/linked_list.rs
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+7
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-06-06linked_list: Add Rawlink::fromUlrik Sverdrup-12/+14
2015-06-06linked_list: Add method Node::set_nextUlrik Sverdrup-11/+20
2015-06-06linked_list: Cleanup code in split_offUlrik Sverdrup-13/+37
2015-06-06linked_list: Use unsafe properly for Rawlink methodsUlrik Sverdrup-48/+70
2015-06-06linked_list: Use a safe loop in DropUlrik Sverdrup-11/+3
2015-06-04properly null out ptr in LinkedList::split_off - fixes #26020Alexis Beingessner-0/+26
2015-06-04Auto merge of #25991 - Jexell:master, r=alexcrichtonbors-5/+3
2015-06-03Update linked_list.rsJexell-5/+3
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-5/+0
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-5/+0
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-1/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-11/+5
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-0/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-0/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-8/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28Fold collections debug implsSteven Fackler-5/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-7/+4
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+7
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+7
2015-03-23implement `ExactSizeIterator` for `linked_list::IntoIter`Andrew Paseltiner-0/+2
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+191
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-569/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-26Send/Sync audit for libcollectionsEdward Wang-2/+2
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-3/+3
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-2/+2
2015-02-20Register new snapshotsAlex Crichton-13/+0
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-0/+1522
2015-02-18make FromIterator use IntoIteratorAlexis-3/+3
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Implement RFC 580Aaron Turon-0/+1509