<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/timer.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-05-23T04:57:05+00:00</updated>
<entry>
<title>libstd: Rename libcore to libstd and libstd to libextra; update makefiles.</title>
<updated>2013-05-23T04:57:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c820d4123c754522b0655e9e74f692c55685bfa'/>
<id>urn:sha1:0c820d4123c754522b0655e9e74f692c55685bfa</id>
<content type='text'>
This only changes the directory names; it does not change the "real"
metadata names.
</content>
</entry>
<entry>
<title>auto merge of #6106 : thestinger/rust/iter, r=bstrie</title>
<updated>2013-05-19T15:13:30+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-05-19T15:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f671698e6ac2666293298eb5234237a8033683f'/>
<id>urn:sha1:9f671698e6ac2666293298eb5234237a8033683f</id>
<content type='text'>
I don't have a strong opinion on the function vs. method, but there's no point in having both. I'd like to make a `repeat` adaptor like Python/Haskell for turning a value into an infinite stream of the value, so this has to at least be renamed.
</content>
</entry>
<entry>
<title>Use assert_eq! rather than assert! where possible</title>
<updated>2013-05-19T12:16:02+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2013-05-19T02:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc57ca012a1f49875e19b1b089c91928dc339979'/>
<id>urn:sha1:cc57ca012a1f49875e19b1b089c91928dc339979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace old_iter::repeat with the Times trait</title>
<updated>2013-05-18T08:57:21+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-04-29T04:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d953a5ce43ba2adecb50780c7debd3fea6248996'/>
<id>urn:sha1:d953a5ce43ba2adecb50780c7debd3fea6248996</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use static string with fail!() and remove fail!(fmt!())</title>
<updated>2013-05-14T14:36:23+00:00</updated>
<author>
<name>Björn Steinbrink</name>
<email>bsteinbr@gmail.com</email>
</author>
<published>2013-05-05T22:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdc182cc41c2741edc6fdc4ec09b8522479aab40'/>
<id>urn:sha1:bdc182cc41c2741edc6fdc4ec09b8522479aab40</id>
<content type='text'>
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
</content>
</entry>
<entry>
<title>remove vecs_implicitly_copyable from libstd/libcore</title>
<updated>2013-05-09T18:00:53+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-05-09T02:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bc12635a24abf710304c06a91dbf3709cba8fd4'/>
<id>urn:sha1:2bc12635a24abf710304c06a91dbf3709cba8fd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: Fix tests.</title>
<updated>2013-05-09T00:04:01+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-08T00:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16a0125e4169628ea74a486f53571b358c505fc6'/>
<id>urn:sha1:16a0125e4169628ea74a486f53571b358c505fc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: Remove mutable fields from pipes</title>
<updated>2013-05-09T00:03:59+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-03T21:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a44482b175a5486039fd5f2fd32f1051ce80e50'/>
<id>urn:sha1:6a44482b175a5486039fd5f2fd32f1051ce80e50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove `ptr::addr_of`.</title>
<updated>2013-04-29T21:30:53+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-04-22T21:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0522a497ccfcc7b124d77121d8f076af7f09b71'/>
<id>urn:sha1:b0522a497ccfcc7b124d77121d8f076af7f09b71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make way for a new iter module</title>
<updated>2013-04-29T02:31:39+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-04-25T00:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46f91a0fa95cd13f7433a1d72d087283f483a4b8'/>
<id>urn:sha1:46f91a0fa95cd13f7433a1d72d087283f483a4b8</id>
<content type='text'>
</content>
</entry>
</feed>
