<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/comments.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>2014-06-04T19:10:46+00:00</updated>
<entry>
<title>syntax: methodify the lexer</title>
<updated>2014-06-04T19:10:46+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2014-05-21T23:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46d1af28b5ce4f626be1eb33cb9751cb9cbb1fe9'/>
<id>urn:sha1:46d1af28b5ce4f626be1eb33cb9751cb9cbb1fe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Rename {Eq,Ord} to Partial{Eq,Ord}</title>
<updated>2014-05-30T22:52:24+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-05-30T00:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=748bc3ca49de8ab0b890726120c40567094e43fc'/>
<id>urn:sha1:748bc3ca49de8ab0b890726120c40567094e43fc</id>
<content type='text'>
This is part of the ongoing renaming of the equality traits. See #12517 for more
details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord}
or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}.

cc #12517

[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>Make most lexer errors non-fatal</title>
<updated>2014-05-24T02:35:08+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-05-23T22:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c9dace5d56123eef470896110f593af93180c45'/>
<id>urn:sha1:4c9dace5d56123eef470896110f593af93180c45</id>
<content type='text'>
Most errors that arise in the lexer can be recovered from. This allows
for more than one syntax error to be reported at a time.
</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>libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and</title>
<updated>2014-04-10T12:10:10+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-04-02T23:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8e45ea7c054b4ad6fb82ec3a9fcf1736b4d7260'/>
<id>urn:sha1:d8e45ea7c054b4ad6fb82ec3a9fcf1736b4d7260</id>
<content type='text'>
port all code over to use it.
</content>
</entry>
<entry>
<title>De-~[] Reader and Writer</title>
<updated>2014-04-06T22:39:56+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2014-03-26T16:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0e60b72ee3f5fb07b01143d82362cb42307f32d'/>
<id>urn:sha1:d0e60b72ee3f5fb07b01143d82362cb42307f32d</id>
<content type='text'>
There's a little more allocation here and there now since
from_utf8_owned can't be used with Vec.
</content>
</entry>
<entry>
<title>syntax: Switch field privacy as necessary</title>
<updated>2014-03-31T22:47:36+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-03-27T22:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c76f4ac8ddca0fb0809b00e3e448f57cf1931b7'/>
<id>urn:sha1:3c76f4ac8ddca0fb0809b00e3e448f57cf1931b7</id>
<content type='text'>
</content>
</entry>
</feed>
