<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/linear-for-loop.rs, branch 0.9</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.9</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-11-26T09:02:26+00:00</updated>
<entry>
<title>Removed unneccessary `_iter` suffixes from various APIs</title>
<updated>2013-11-26T09:02:26+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-11-23T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24b316a3b9567cb2cc2fb6644bd891dbf8855c18'/>
<id>urn:sha1:24b316a3b9567cb2cc2fb6644bd891dbf8855c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop the '2' suffix from logging macros</title>
<updated>2013-10-22T15:09:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-21T20:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=daf5f5a4d10513ff42e79fa7ef8819b170f3a13d'/>
<id>urn:sha1:daf5f5a4d10513ff42e79fa7ef8819b170f3a13d</id>
<content type='text'>
Who doesn't like a massive renaming?
</content>
</entry>
<entry>
<title>rpass: Remove usage of fmt!</title>
<updated>2013-10-01T06:21:19+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-30T02:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=630082ca8946ff2d0e814a73a2594ba65e1b29be'/>
<id>urn:sha1:630082ca8946ff2d0e814a73a2594ba65e1b29be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove obsolete `foreach` keyword</title>
<updated>2013-08-04T02:48:02+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-08-03T16:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10089455287dcc3652b984ab4bfd6971e1b5f302'/>
<id>urn:sha1:10089455287dcc3652b984ab4bfd6971e1b5f302</id>
<content type='text'>
this has been replaced by `for`
</content>
</entry>
<entry>
<title>migrate many `for` loops to `foreach`</title>
<updated>2013-08-01T09:34:55+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-08-01T07:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fc4db2d086fd068a934c9ed2ccf25456fedc216'/>
<id>urn:sha1:1fc4db2d086fd068a934c9ed2ccf25456fedc216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added str::char_offset_iter() and str::rev_char_offset_iter()</title>
<updated>2013-07-30T10:55:48+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-07-27T21:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e33fca9ffefffc982bbde860251f11b191457412'/>
<id>urn:sha1:e33fca9ffefffc982bbde860251f11b191457412</id>
<content type='text'>
Renamed bytes_iter to byte_iter to match other iterators
Refactored str Iterators to use DoubleEnded Iterators and typedefs instead of wrapper structs
Reordered the Iterator section
Whitespace fixup
Moved clunky `each_split_within` function to the one place in the tree where it's actually needed
Replaced all block doccomments in str with line doccomments
</content>
</entry>
<entry>
<title>Clean-up tests after debug!/std-macros change.</title>
<updated>2013-07-16T17:10:13+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-07-16T17:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4f7561bcdf3b54dafefd478b86e1f7610e74348'/>
<id>urn:sha1:e4f7561bcdf3b54dafefd478b86e1f7610e74348</id>
<content type='text'>
The entire testsuite is converted to using info! rather than debug!
because some depend on the code within the debug! being trans'd.
</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>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>std: replace the str::each* fns/methods with byte 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-08T14:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00f591680983cc19a6d9f24d8f8c0026ccf20398'/>
<id>urn:sha1:00f591680983cc19a6d9f24d8f8c0026ccf20398</id>
<content type='text'>
</content>
</entry>
</feed>
