about summary refs log tree commit diff
path: root/src/libcollections/dlist.rs
AgeCommit message (Expand)AuthorLines
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
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-13/+2
2014-10-13Clean up rustc warnings.NODA, Kai-4/+4
2014-09-25Add tests for new _mut variantsAaron Turon-0/+1
2014-09-16Fallout from renamingAaron Turon-21/+21
2014-09-16Align with _mut conventionsAaron Turon-2/+13
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-1/+1
2014-08-29Register new snapshotsAlex Crichton-19/+0
2014-08-29auto merge of #16768 : nham/rust/libcollections_test_cleanup, r=alexcrichtonbors-30/+30
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-1/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+22
2014-08-26libcollections: In tests, remove some uses of deprecated methods andnham-30/+30
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-08-19A few minor documentation fixesP1start-42/+54
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-12Deprecation fallout in libcollectionsAaron Turon-2/+2
2014-08-01collections: Implement Ord for DList, RingBuf, TreeMap, TreeSetnham-0/+7
2014-08-01collections: Implement Eq for DList, RingBuf, TreeMap, TreeSetnham-0/+2