<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/source_util.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T10:52:37+00:00</updated>
<entry>
<title>Break dependencies between `syntax_ext` and some other crates</title>
<updated>2019-07-27T10:52:37+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-17T22:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3eeec1c5d2a6342b6b38720ae67091e1546ac7d1'/>
<id>urn:sha1:3eeec1c5d2a6342b6b38720ae67091e1546ac7d1</id>
<content type='text'>
Move `source_uitil` macros into `syntax_ext`
Cleanup dependencies of `rustc_driver`
</content>
</entry>
<entry>
<title>Make path::resolve a method on ExtCtxt</title>
<updated>2019-07-23T15:17:31+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2019-06-22T19:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edb21873cced7a179571aa3a9c25eb1cfc05c2db'/>
<id>urn:sha1:edb21873cced7a179571aa3a9c25eb1cfc05c2db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax: factor out file path resolving</title>
<updated>2019-07-23T15:17:31+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2019-05-14T19:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba78db310b2ddf9b5f8e6c87a58e8ea8df374e16'/>
<id>urn:sha1:ba78db310b2ddf9b5f8e6c87a58e8ea8df374e16</id>
<content type='text'>
This allows the same logic used by `include_X!` macros to be used by
`#[doc(include)]`.
</content>
</entry>
<entry>
<title>syntax: Migrate built-in macros to the regular stability checking</title>
<updated>2019-07-07T10:04:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-22T13:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ee0ce82cba66305f03725fb73ad381349a9b8e4'/>
<id>urn:sha1:1ee0ce82cba66305f03725fb73ad381349a9b8e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: `self.span` -&gt; `self.token.span`</title>
<updated>2019-06-07T10:51:23+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-07T10:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3da094319c705e123e1176553d9c5b5955ff0642'/>
<id>urn:sha1:3da094319c705e123e1176553d9c5b5955ff0642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.</title>
<updated>2019-05-12T23:29:22+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-05-08T03:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb084a48e2ca663de41b316dc6ece2dceb93e24e'/>
<id>urn:sha1:fb084a48e2ca663de41b316dc6ece2dceb93e24e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require a list of features to allow in `allow_internal_unstable`</title>
<updated>2019-02-11T14:08:16+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-02-03T11:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3c212c5527f901fcb44d59d031695248762c340'/>
<id>urn:sha1:d3c212c5527f901fcb44d59d031695248762c340</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>Improve error recovery for some built-in macros</title>
<updated>2018-12-29T22:43:35+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-12-29T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df4690ddf4b6eb699bc5c283934c26f6c9a05df6'/>
<id>urn:sha1:df4690ddf4b6eb699bc5c283934c26f6c9a05df6</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>
