summary refs log tree commit diff
path: root/src/libcollections/dlist.rs
AgeCommit message (Expand)AuthorLines
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-5/+5
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05More test fixes!Alex Crichton-0/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-5/+5
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-0/+2
2015-01-05Remove i suffix in docsSteve Klabnik-5/+5
2015-01-05Stabilize collection modulesAaron Turon-0/+2
2015-01-03Remove deprecated functionalityAlex Crichton-225/+37
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-10/+15
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2015-01-02auto merge of #20356 : Gankro/rust/stab, r=aturonbors-116/+55
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-31stabilize more of collectionsAlexis Beingessner-116/+55
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2/+4
2014-12-30Fallout from stabilizationAaron Turon-2/+4
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-28auto merge of #20185 : csouth3/rust/dlist-deprecate, r=alexcrichtonbors-4/+41
2014-12-26Impl Sync/Send for RawlinkFlavio Percoco-0/+2
2014-12-23Deprecate `DList::ListInsertion`Chase Southwood-4/+41
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-23/+23
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-23/+23
2014-12-21Misc Stabilization for collectionsChase Southwood-4/+4
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-2/+2
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13libcollections: use unboxed closures in `DList` methodsJorge Aparicio-11/+9
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-1/+2
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-7/+7
2014-12-10Remove references to traits that no longer existTobias Bucher-1/+2
2014-12-09rollup merge of #19622: steveklabnik/fix_ringbuf_docAlex Crichton-3/+0
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-7/+7
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+8
2014-12-07Remove mention of Dequeue in collections docs.Steve Klabnik-3/+0
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-17/+17
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-60/+87
2014-11-01collections: Remove all collections traitsAlex Crichton-85/+101