<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/util/parser_testing.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-08-01T22:59:01+00:00</updated>
<entry>
<title>libsyntax: Unconfigure tests during normal build</title>
<updated>2019-08-01T22:59:01+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-08-01T21:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=310b9fc76002066feb89dcfbf8e88b34fe5f4ad3'/>
<id>urn:sha1:310b9fc76002066feb89dcfbf8e88b34fe5f4ad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce rustc_lexer</title>
<updated>2019-07-20T18:12:34+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-05-06T08:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=395ee0b79f23b90593b01dd0a78451b8c93b0aa6'/>
<id>urn:sha1:395ee0b79f23b90593b01dd0a78451b8c93b0aa6</id>
<content type='text'>
The idea here is to make a reusable library out of the existing
rust-lexer, by separating out pure lexing and rustc-specific concerns,
like spans, error reporting an interning.

So, rustc_lexer operates directly on `&amp;str`, produces simple tokens
which are a pair of type-tag and a bit of original text, and does not
report errors, instead storing them as flags on the token.
</content>
</entry>
<entry>
<title>Emit dropped unemitted errors to aid in ICE debugging</title>
<updated>2019-07-11T23:59:19+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-07-11T23:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9f7a3d2060a7b2c6f691f4f4b32328edffcf5bd'/>
<id>urn:sha1:c9f7a3d2060a7b2c6f691f4f4b32328edffcf5bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing lifetime specifier</title>
<updated>2019-07-03T08:01:03+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>jeremy@myelin.ch</email>
</author>
<published>2019-06-23T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b17cec509e21c6c99d1b3abe765f5c6cfe4b4e72'/>
<id>urn:sha1:b17cec509e21c6c99d1b3abe765f5c6cfe4b4e72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove needless lifetimes</title>
<updated>2019-07-03T08:00:23+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>jeremy@myelin.ch</email>
</author>
<published>2019-06-21T15:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87e8613fd41e7a4237a146cbe49835bb88295df6'/>
<id>urn:sha1:87e8613fd41e7a4237a146cbe49835bb88295df6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: doc comments</title>
<updated>2019-02-10T23:42:32+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-08T13:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3e182cf43aea2c010a1915eb37293a458df2228'/>
<id>urn:sha1:c3e182cf43aea2c010a1915eb37293a458df2228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2019-02-07T09:42:54+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-02-05T23:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cba96613de1c6e3978dbb39ef689cf997cef0ac0'/>
<id>urn:sha1:cba96613de1c6e3978dbb39ef689cf997cef0ac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax =&gt; 2018</title>
<updated>2019-02-06T17:33:01+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-06T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bb082d27fe472f52b103de0ae9fc6fa7e6546cc'/>
<id>urn:sha1:7bb082d27fe472f52b103de0ae9fc6fa7e6546cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove quote_*! macros and associated APIs</title>
<updated>2019-01-24T14:37:34+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-06-01T22:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db97c48ad6e7f36468b152e9b08efc6f2f7da691'/>
<id>urn:sha1:db97c48ad6e7f36468b152e9b08efc6f2f7da691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
</feed>
