<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libextra/stats.rs, branch 0.7</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.7</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-06-29T15:20:02+00:00</updated>
<entry>
<title>Great renaming: propagate throughout the rest of the codebase</title>
<updated>2013-06-29T15:20:02+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2013-06-28T22:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1662bd371c22ba5d476c0c9024fdd99534fc7867'/>
<id>urn:sha1:1662bd371c22ba5d476c0c9024fdd99534fc7867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vec: remove BaseIter implementation</title>
<updated>2013-06-23T06:05:20+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-06-21T12:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2e9912aea87f9b1812a0f44e093c0405848f7ce'/>
<id>urn:sha1:d2e9912aea87f9b1812a0f44e093c0405848f7ce</id>
<content type='text'>
I removed the `static-method-test.rs` test because it was heavily based
on `BaseIter` and there are plenty of other more complex uses of static
methods anyway.
</content>
</entry>
<entry>
<title>remove unused imports</title>
<updated>2013-06-16T02:20:12+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-16T02:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bbcff95ac51f5533866d307a85eedb062a1a05da'/>
<id>urn:sha1:bbcff95ac51f5533866d307a85eedb062a1a05da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add IteratorUtil to the prelude</title>
<updated>2013-06-15T03:15:42+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-06-12T03:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=585f5f7f794c5f181ff351cb82a4c692cf61caa3'/>
<id>urn:sha1:585f5f7f794c5f181ff351cb82a4c692cf61caa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "std: convert {vec,str}::to_owned to methods."</title>
<updated>2013-06-14T02:06:47+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-06-14T02:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7755018074a7802e47ae61f69f5e2b5364a12eb8'/>
<id>urn:sha1:7755018074a7802e47ae61f69f5e2b5364a12eb8</id>
<content type='text'>
This fixes the strange random crashes in compile-fail tests.

This reverts commit 96cd61ad034cc9e88ab6a7845c3480dbc1ea62f3.

Conflicts:
	src/librustc/driver/driver.rs
	src/libstd/str.rs
	src/libsyntax/ext/quote.rs
</content>
</entry>
<entry>
<title>std: unify the str -&gt; [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().</title>
<updated>2013-06-12T02:21:04+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-11T03:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efc71a8bdb28fba88d0cc8916b33838bf43b3a8d'/>
<id>urn:sha1:efc71a8bdb28fba88d0cc8916b33838bf43b3a8d</id>
<content type='text'>
The first acts on &amp;str and is not nul-terminated, the last two act on strings
that are always null terminated (&amp;'static str, ~str and @str).
</content>
</entry>
<entry>
<title>std: convert {vec,str}::to_owned to methods.</title>
<updated>2013-06-12T02:21:03+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-11T01:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96cd61ad034cc9e88ab6a7845c3480dbc1ea62f3'/>
<id>urn:sha1:96cd61ad034cc9e88ab6a7845c3480dbc1ea62f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: remove fold[lr] in favour of iterators</title>
<updated>2013-06-08T16:22:23+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-08T05:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed299af62566a9f0f285e81408aab5f7680ab4cc'/>
<id>urn:sha1:ed299af62566a9f0f285e81408aab5f7680ab4cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libextra: Require documentation by default</title>
<updated>2013-05-30T06:03:15+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-05-29T03:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=395685079a2ef21c93a90ff6ccac2873b3013c7f'/>
<id>urn:sha1:395685079a2ef21c93a90ff6ccac2873b3013c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra</title>
<updated>2013-05-23T04:57:07+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T22:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3723cf7c486fd22544b71d27eca5ed7082c6dff'/>
<id>urn:sha1:f3723cf7c486fd22544b71d27eca5ed7082c6dff</id>
<content type='text'>
</content>
</entry>
</feed>
