about summary refs log tree commit diff
path: root/src/libextra/priority_queue.rs
AgeCommit message (Expand)AuthorLines
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