<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/util/parser_testing.rs, branch 0.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-09-14T00:39:36+00:00</updated>
<entry>
<title>syntax: tests: fix fallout from using ptr::P.</title>
<updated>2014-09-14T00:39:36+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-04-05T13:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d379ad111ccef354730e51edea8119341a8e7871'/>
<id>urn:sha1:d379ad111ccef354730e51edea8119341a8e7871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: fix fallout from using ptr::P.</title>
<updated>2014-09-14T00:39:36+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-09-13T16:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccd8498afbb371939b7decdbee712f726ccbded3'/>
<id>urn:sha1:ccd8498afbb371939b7decdbee712f726ccbded3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spelling errors and capitalization.</title>
<updated>2014-09-04T03:10:38+00:00</updated>
<author>
<name>Joseph Crail</name>
<email>jbcrail@gmail.com</email>
</author>
<published>2014-09-02T05:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7bfe04b2d003d08f6ac450f41d7f221cb87f129'/>
<id>urn:sha1:b7bfe04b2d003d08f6ac450f41d7f221cb87f129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: doc comments all the things</title>
<updated>2014-07-09T07:06:27+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2014-06-09T20:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4989a56448c7e3047e0538ff4ef54c49db8a5a4f'/>
<id>urn:sha1:4989a56448c7e3047e0538ff4ef54c49db8a5a4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Obsolete the `@` syntax entirely</title>
<updated>2014-06-14T17:45:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-06-12T02:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ade807c6dcf6dc4454732c5e914ca06ebb429773'/>
<id>urn:sha1:ade807c6dcf6dc4454732c5e914ca06ebb429773</id>
<content type='text'>
This removes all remnants of `@` pointers from rustc. Additionally, this removes
the `GC` structure from the prelude as it seems odd exporting an experimental
type in the prelude by default.

Closes #14193
[breaking-change]
</content>
</entry>
<entry>
<title>std: Rename strbuf operations to string</title>
<updated>2014-05-27T19:59:31+00:00</updated>
<author>
<name>Richo Healey</name>
<email>richo@psych0tik.net</email>
</author>
<published>2014-05-25T10:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f1b2e42d76ba1cd884adc49922636a6c2ac1b2f'/>
<id>urn:sha1:1f1b2e42d76ba1cd884adc49922636a6c2ac1b2f</id>
<content type='text'>
[breaking-change]
</content>
</entry>
<entry>
<title>core: rename strbuf::StrBuf to string::String</title>
<updated>2014-05-25T04:48:10+00:00</updated>
<author>
<name>Richo Healey</name>
<email>richo@psych0tik.net</email>
</author>
<published>2014-05-22T23:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=553074506ecd139eb961fb91eb33ad9fd0183acb'/>
<id>urn:sha1:553074506ecd139eb961fb91eb33ad9fd0183acb</id>
<content type='text'>
[breaking-change]
</content>
</entry>
<entry>
<title>libsyntax: Remove uses of `~str` from libsyntax, and fix fallout</title>
<updated>2014-05-08T15:38:23+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-05-07T23:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f8f3dcf179d7b771f8e9c588ab081ab5eb9c394'/>
<id>urn:sha1:7f8f3dcf179d7b771f8e9c588ab081ab5eb9c394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace all ~"" with "".to_owned()</title>
<updated>2014-04-19T00:25:34+00:00</updated>
<author>
<name>Richo Healey</name>
<email>richo@psych0tik.net</email>
</author>
<published>2014-04-16T01:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=919889a1d688a6bbe2edac8705f048f06b1b455c'/>
<id>urn:sha1:919889a1d688a6bbe2edac8705f048f06b1b455c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed deprecated functions `map` and `flat_map` for vectors and slices.</title>
<updated>2014-03-30T01:47:04+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2014-03-28T19:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c356e3ba6a12c3294a9a428ef9120cff9306bf4b'/>
<id>urn:sha1:c356e3ba6a12c3294a9a428ef9120cff9306bf4b</id>
<content type='text'>
</content>
</entry>
</feed>
