<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/attr_parser.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: rm old_iter implementations, except BaseIter</title>
<updated>2013-06-21T07:20:22+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-06-17T23:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49c74524e2c5a2a81ce4cbe2c50a507c0be9f24e'/>
<id>urn:sha1:49c74524e2c5a2a81ce4cbe2c50a507c0be9f24e</id>
<content type='text'>
The removed test for issue #2611 is well covered by the `std::iterator`
module itself.

This adds the `count` method to `IteratorUtil` to replace `EqIter`.
</content>
</entry>
<entry>
<title>Do not strip leading whitespace when parsing doc comments.</title>
<updated>2013-06-16T18:02:52+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-06-14T22:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a6ffb4c76427a5c3ff4870aa8fb5ad3aeb7d70d'/>
<id>urn:sha1:6a6ffb4c76427a5c3ff4870aa8fb5ad3aeb7d70d</id>
<content type='text'>
This change prevents the indentation in code blocks inside the /// doc comments
from being eaten. The indentation that is the same across the consecutive doc
comments is removed by the uindent_pass in librustdoc.
</content>
</entry>
<entry>
<title>rustdoc: fix tests for @~str -&gt; @str change.</title>
<updated>2013-06-13T00:20:52+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-12T17:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a30ee0dee1ae023c3892361ad2a698e1ebbce12e'/>
<id>urn:sha1:a30ee0dee1ae023c3892361ad2a698e1ebbce12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use @str instead of @~str in libsyntax and librustc. Fixes #5048.</title>
<updated>2013-06-13T00:20:52+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-12T17:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=096f6f56a8178bd7f4b69a2ea909838e782766fb'/>
<id>urn:sha1:096f6f56a8178bd7f4b69a2ea909838e782766fb</id>
<content type='text'>
This almost removes the StringRef wrapper, since all strings are
Equiv-alent now. Removes a lot of `/* bad */ copy *`'s, and converts
several things to be &amp;'static str (the lint table and the intrinsics
table).

There are many instances of .to_managed(), unfortunately.
</content>
</entry>
<entry>
<title>Silence some warnings.</title>
<updated>2013-06-12T02:21:05+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-11T16:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eecbe5556b96aa5546ede9454483a53b25d3380a'/>
<id>urn:sha1:eecbe5556b96aa5546ede9454483a53b25d3380a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: remove str::{connect,concat}*.</title>
<updated>2013-06-10T13:57:03+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-10T13:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccd0ac59e9a918f3c2a174e31213286dc6867d37'/>
<id>urn:sha1:ccd0ac59e9a918f3c2a174e31213286dc6867d37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Stop reexporting the standard modules from prelude.</title>
<updated>2013-05-30T02:04:53+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-25T02:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe'/>
<id>urn:sha1:206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence various warnings throughout test modules</title>
<updated>2013-05-28T20:27:35+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-05-27T23:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b04c40bb1c96202409f663480076977619a1da30'/>
<id>urn:sha1:b04c40bb1c96202409f663480076977619a1da30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Add some missing `use core::prelude::*;` in the test cases</title>
<updated>2013-05-23T04:57:12+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-23T02:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18fca3e2e5541a3ce4d25ba84a28d4f5ad3db969'/>
<id>urn:sha1:18fca3e2e5541a3ce4d25ba84a28d4f5ad3db969</id>
<content type='text'>
</content>
</entry>
</feed>
