summary refs log tree commit diff
path: root/src/libcollections/treemap.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-33/+33
2014-09-16Align with _mut conventionsAaron Turon-19/+60
2014-09-13Move info into individual modules.Steve Klabnik-3/+7
2014-08-29Register new snapshotsAlex Crichton-102/+0
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-6/+6
2014-08-28Fallout from stabilizing core::optionAaron Turon-6/+6
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-16/+114
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-08-19A few minor documentation fixesP1start-43/+44
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-0/+36
2014-08-12Implement Index for TreeMapP1start-0/+36
2014-08-02auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichtonbors-0/+18
2014-08-01collections: Implement Ord for DList, RingBuf, TreeMap, TreeSetnham-0/+14
2014-08-01collections: Implement Eq for DList, RingBuf, TreeMap, TreeSetnham-0/+4
2014-07-30Library changes for RFC #43Cameron Zwarich-1/+2
2014-07-27doc: Small rewording.Jonas Hietala-6/+4
2014-07-27doc: Main example for TreeMap.Jonas Hietala-0/+101
2014-07-27doc: TreeMap methods with examples.Jonas Hietala-17/+248
2014-07-27doc: TreeSet methods and main example.Jonas Hietala-16/+183
2014-07-25Add methods for obtaining iterators over the keys and values of a TreeMapnham-0/+41
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-2/+2
2014-07-23auto merge of #15749 : vhbit/rust/treemap-doc-fixes, r=alexcrichtonbors-21/+21
2014-07-23TreeMap examples fixesValerii Hiora-21/+21
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-16Add TreeSet example.Steve Klabnik-0/+32
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-13Implement Hash trait for TreeSet and TreeMap.nham-0/+34
2014-07-09libcollections: Use iterators instead of old-style loops.Luqman Aden-4/+4
2014-07-09TreeMap: find enhancementsValerii Hiora-27/+136
2014-07-09auto merge of #15540 : Gankro/rust/master, r=huonwbors-17/+15
2014-07-08Removing recursion from find_mut in treemapAlexis Beingessner-17/+15
2014-07-08make macros non-capturingJohn Clements-6/+6
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-18/+8
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-37/+37
2014-06-15Register new snapshotsAlex Crichton-24/+0
2014-06-13Remove typo on collections::treemap::UnionItemsRenato Riccieri Santos Zannon-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+24
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+11
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-4/+7
2014-06-05std: Recreate a `collections` moduleAlex Crichton-7/+11
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-40/+40
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6