about summary refs log tree commit diff
path: root/src/libextra/priority_queue.rs
AgeCommit message (Expand)AuthorLines
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-388/+0
2014-02-04Rename reserve to reserve_exact and reserve_at_least to reserveDavid Manescu-5/+9
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+2
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-5/+5
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-4/+0
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-2/+6
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-6/+9
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+0
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-5/+14
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-3/+0
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-4/+4
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-30extra: Implement iterator::Extendableblake2-ppc-7/+14
2013-07-25Added default impls for container methodsSteven Fackler-3/+0
2013-07-17test: Fix tests.Patrick Walton-1/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-07-14Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue=Mark Sinclair-0/+27
2013-07-06Implement size_hint() on all remaining IteratorsKevin Ballard-0/+3
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-4/+3
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-3/+3
2013-06-26priority_queue: implement simple iteratorRamkumar Ramachandra-4/+27
2013-06-24remove old_iterDaniel Micay-11/+6
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-15rm vec::uniq_lenDaniel Micay-2/+2
2013-06-09cmp: remove duplicate free functionsDaniel Micay-5/+5
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-19/+20
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-23cleanup warnings from libextraErick Tryzelaar-1/+0
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-12/+12
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+320