<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/parse.rs, branch release-0.7</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.7</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-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>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>libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra</title>
<updated>2013-05-23T04:57:07+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T22:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3723cf7c486fd22544b71d27eca5ed7082c6dff'/>
<id>urn:sha1:f3723cf7c486fd22544b71d27eca5ed7082c6dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only use #[no_core] in libcore</title>
<updated>2013-04-28T01:34:24+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-04-26T16:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f792baba42b79711b64950c46208a1eb4b9539be'/>
<id>urn:sha1:f792baba42b79711b64950c46208a1eb4b9539be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg)</title>
<updated>2013-04-20T03:23:23+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-04-18T21:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c97bee26967bfb5a7dccbb1ae1572a6c4da38f15'/>
<id>urn:sha1:c97bee26967bfb5a7dccbb1ae1572a6c4da38f15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Anti-copy police</title>
<updated>2013-04-19T00:40:42+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2013-04-17T00:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d43af15d8ddb497e5aa76cb1ae0530198c63f96'/>
<id>urn:sha1:3d43af15d8ddb497e5aa76cb1ae0530198c63f96</id>
<content type='text'>
In this case, some copies are still necessary to convert from
a mutable to an immutable @-box. It's still an improvement,
I hope.
</content>
</entry>
<entry>
<title>rustdoc: Build the crate config correctly. Fixes #5011</title>
<updated>2013-03-26T16:20:40+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-03-25T20:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a346def8b24f2d0c59e7b1d6212fc351fdbc1745'/>
<id>urn:sha1:a346def8b24f2d0c59e7b1d6212fc351fdbc1745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused imports throughout src/</title>
<updated>2013-03-04T17:27:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-02-27T05:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dfb5c10dea0dd7bc56950148fa23fd02a07706fa'/>
<id>urn:sha1:dfb5c10dea0dd7bc56950148fa23fd02a07706fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: De-mode</title>
<updated>2013-01-31T03:32:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-31T03:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=baf301cd3ef97115c82cac7f84827b54886f5635'/>
<id>urn:sha1:baf301cd3ef97115c82cac7f84827b54886f5635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: Various bits of modernization</title>
<updated>2013-01-31T02:20:45+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-30T21:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ee94529d902adfef8d7de66285b6730b663fe5b'/>
<id>urn:sha1:1ee94529d902adfef8d7de66285b6730b663fe5b</id>
<content type='text'>
</content>
</entry>
</feed>
