summary refs log tree commit diff
path: root/src/libcollections/dlist.rs
AgeCommit message (Expand)AuthorLines
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
2014-07-29Implement Hash for DListnham-0/+29
2014-07-23Just land alreadyBrian Anderson-23/+23
2014-07-23collections: Make push_back/pop_back default methodsBrian Anderson-16/+4
2014-07-23collections: Deprecate push_back/pop_backBrian Anderson-0/+2
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-2/+7
2014-07-19librustc: Implement lifetime elision.Patrick Walton-3/+5
2014-07-17Add examples for DList methods rotate_forward, rotate_backward, append, prepe...nham-0/+91
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-11/+2
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-5/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-42/+42
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-07Implement Show for DListAdolfo OchagavĂ­a-0/+25
2014-06-06Rename Iterator::len to countAaron Turon-4/+4
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+6
2014-06-05std: Recreate a `collections` moduleAlex Crichton-3/+6
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+1
2014-05-25Fix FIXME #3511 in Dlist codePiotr Jawniak-7/+3
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-19/+0
2014-05-18Fix insert_ordered in DListAdolfo OchagavĂ­a-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-6/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-18/+18
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-10/+10
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-12/+13
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-12/+12
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-20/+20
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-11/+11