<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/base64.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>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>libstd: convert chained ifs to a match in base64.</title>
<updated>2013-05-08T13:50:15+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-05-08T13:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad5ee00c93043f08626efae8547587b640cf2630'/>
<id>urn:sha1:ad5ee00c93043f08626efae8547587b640cf2630</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>
<entry>
<title>Fix incorrect replacement of `modulo` with `rem`</title>
<updated>2013-04-24T22:19:59+00:00</updated>
<author>
<name>Brendan Zabarauskas</name>
<email>bjzaba@yahoo.com.au</email>
</author>
<published>2013-04-24T07:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=593bdd9be3959f166c303e3da0678cc9598bffc4'/>
<id>urn:sha1:593bdd9be3959f166c303e3da0678cc9598bffc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Div operator trait to Quot and Modulo operator trait to Rem</title>
<updated>2013-04-21T15:58:53+00:00</updated>
<author>
<name>Brendan Zabarauskas</name>
<email>bjzaba@yahoo.com.au</email>
</author>
<published>2013-04-21T15:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01eb5e8ad39a57e9fc31569983c1b9d5905a7e58'/>
<id>urn:sha1:01eb5e8ad39a57e9fc31569983c1b9d5905a7e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger</title>
<updated>2013-04-16T03:00:56+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-04-16T03:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16e8af9e477fd5a6e7dcf668840144a97e3b1410'/>
<id>urn:sha1:16e8af9e477fd5a6e7dcf668840144a97e3b1410</id>
<content type='text'>
This patch is a sledge hammer that moves all tests into `#[cfg(test)] mod test { .. }`, and makes them private, there were several instances of `pub mod tests { #[test] pub fn ... } `.

(The reason for this is I was playing with using `syntax` to index code ([result so far](http://www.ug.it.usyd.edu.au/~hwil7821/rust-api/)) and it was getting some junk from the tests.)

The rustdoc commit is particularly brutal, so it's fine if that one isn't landed.
</content>
</entry>
</feed>
