<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libextra/priority_queue.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-02-07T06:49:26+00:00</updated>
<entry>
<title>moved collections from libextra into libcollections</title>
<updated>2014-02-07T06:49:26+00:00</updated>
<author>
<name>HeroesGrave</name>
<email>heroesgrave@gmail.com</email>
</author>
<published>2014-02-03T05:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d81bb441dae3bdb6760dcb0dc0fca2aceb561d24'/>
<id>urn:sha1:d81bb441dae3bdb6760dcb0dc0fca2aceb561d24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename reserve to reserve_exact and reserve_at_least to reserve</title>
<updated>2014-02-04T01:33:41+00:00</updated>
<author>
<name>David Manescu</name>
<email>david.manescu@gmail.com</email>
</author>
<published>2014-01-31T13:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65f35781489ccaa66585b91f215308f3091bf404'/>
<id>urn:sha1:65f35781489ccaa66585b91f215308f3091bf404</id>
<content type='text'>
Changes in std::{str,vec,hashmap} and extra::{priority_queue,ringbuf}.
Fixes #11949
</content>
</entry>
<entry>
<title>[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior</title>
<updated>2014-01-21T23:48:47+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2013-12-23T15:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bada25e425ae30583ad343e36a034e59c66fcad6'/>
<id>urn:sha1:bada25e425ae30583ad343e36a034e59c66fcad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior</title>
<updated>2014-01-21T23:48:46+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2013-12-23T14:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa66b91767ce92c45192ca11718575529d631d21'/>
<id>urn:sha1:aa66b91767ce92c45192ca11718575529d631d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename iterators for consistency</title>
<updated>2014-01-18T06:15:15+00:00</updated>
<author>
<name>Palmer Cox</name>
<email>p@lmercox.com</email>
</author>
<published>2014-01-15T03:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fd8c8b3306ae33bdc85811aa410ba01967922bc'/>
<id>urn:sha1:3fd8c8b3306ae33bdc85811aa410ba01967922bc</id>
<content type='text'>
Rename existing iterators to get rid of the Iterator suffix and to
give them names that better describe the things being iterated over.
</content>
</entry>
<entry>
<title>std::vec: make the sorting closure use `Ordering` rather than just being</title>
<updated>2013-12-22T07:16:50+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-20T03:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e8c522c6206eacb8f8d5e2d30590c4080cbed7a'/>
<id>urn:sha1:2e8c522c6206eacb8f8d5e2d30590c4080cbed7a</id>
<content type='text'>
(implicitly) less_eq.
</content>
</entry>
<entry>
<title>std::vec: add a sugary .sort() method for plain Ord sorting.</title>
<updated>2013-12-20T22:35:18+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-19T12:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b1e4caa79077d48c1bf56bf5bfa7bfc83fdf941'/>
<id>urn:sha1:1b1e4caa79077d48c1bf56bf5bfa7bfc83fdf941</id>
<content type='text'>
This moves the custom sorting to `.sort_by`.
</content>
</entry>
<entry>
<title>extra: remove sort in favour of the std method.</title>
<updated>2013-12-20T01:38:46+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-19T05:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48fedcb36ffdb4248c238a1bfa7a846e6e27cb68'/>
<id>urn:sha1:48fedcb36ffdb4248c238a1bfa7a846e6e27cb68</id>
<content type='text'>
Fixes #9676.
</content>
</entry>
<entry>
<title>Make 'self lifetime illegal.</title>
<updated>2013-12-11T18:54:06+00:00</updated>
<author>
<name>Erik Price</name>
<email>erik.price16@gmail.com</email>
</author>
<published>2013-12-10T07:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5731ca3078318a66a13208133d8839a9f9f92629'/>
<id>urn:sha1:5731ca3078318a66a13208133d8839a9f9f92629</id>
<content type='text'>
Also remove all instances of 'self within the codebase.

This fixes #10889.
</content>
</entry>
<entry>
<title>Migrate users of 'loop' to 'continue'</title>
<updated>2013-10-01T22:53:13+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-01T21:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f67dcb24adb1e23f04e624fcbaf2328b82491b6'/>
<id>urn:sha1:4f67dcb24adb1e23f04e624fcbaf2328b82491b6</id>
<content type='text'>
Closes #9467
</content>
</entry>
</feed>
