summary refs log tree commit diff
path: root/src/libcollections/priority_queue.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-4/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+1
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-1/+1
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+388