<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libextra/time.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>librustc: Remove the broken overloaded assign-ops from the language.</title>
<updated>2013-06-28T14:44:16+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-06-12T02:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1531ed946e2d650fc6cb5af6258fed8003e9443'/>
<id>urn:sha1:a1531ed946e2d650fc6cb5af6258fed8003e9443</id>
<content type='text'>
They evaluated the receiver twice. They should be added back with
`AddAssign`, `SubAssign`, etc., traits.
</content>
</entry>
<entry>
<title>auto merge of #7258 : huonw/rust/7256, r=bstrie</title>
<updated>2013-06-23T12:34:56+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-06-23T12:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b581c17b56eb8cff8a2048519846d1abfb726bd'/>
<id>urn:sha1:2b581c17b56eb8cff8a2048519846d1abfb726bd</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>extra: Add a testcase for #7256.</title>
<updated>2013-06-20T15:07:05+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-20T15:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91362bd22021e15e4f220863e6e3070af6db911e'/>
<id>urn:sha1:91362bd22021e15e4f220863e6e3070af6db911e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all #[cfg(stage0)]-protected code</title>
<updated>2013-06-20T14:43:02+00:00</updated>
<author>
<name>James Miller</name>
<email>james@aatch.net</email>
</author>
<published>2013-06-20T05:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e'/>
<id>urn:sha1:3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e</id>
<content type='text'>
New snapshot means this can all go. Also removes places that have
comments that say they are workarounds for stage0 errors.
</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: 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: convert str::char_at* to methods.</title>
<updated>2013-06-10T13:02:55+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-10T11:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec5a028adac360537c8f37a669eda522bd8c9b6b'/>
<id>urn:sha1:ec5a028adac360537c8f37a669eda522bd8c9b6b</id>
<content type='text'>
</content>
</entry>
</feed>
