<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext/test.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>2019-12-30T16:18:16+00:00</updated>
<entry>
<title>Rename directories for some crates from `syntax_x` to `rustc_x`</title>
<updated>2019-12-30T16:18:16+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-12-29T13:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b683de4ad79242fdeebcae2afefb72c1530babe9'/>
<id>urn:sha1:b683de4ad79242fdeebcae2afefb72c1530babe9</id>
<content type='text'>
`syntax_expand` -&gt; `rustc_expand`
`syntax_pos` -&gt; `rustc_span`
`syntax_ext` -&gt; `rustc_builtin_macros`
</content>
</entry>
<entry>
<title>x.py fmt after previous deignore</title>
<updated>2019-12-24T22:38:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-24T22:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6891388e661c2bbf965a330ff73bf8c08a7dbf7d'/>
<id>urn:sha1:6891388e661c2bbf965a330ff73bf8c08a7dbf7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ast::ItemKind::Fn: use ast::FnSig</title>
<updated>2019-11-08T08:32:20+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-07T12:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4c6abcf9e6c1d2710e7ad6a9ce44b3ca6b10d52'/>
<id>urn:sha1:b4c6abcf9e6c1d2710e7ad6a9ce44b3ca6b10d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move syntax::ext to new crate syntax_expand</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-16T08:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d420d719c4c44c3c6d02b5fafba4f2cf5e837dba'/>
<id>urn:sha1:d420d719c4c44c3c6d02b5fafba4f2cf5e837dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>attr: remove dep on ExtCtxt</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-08T12:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ec38a9ae3c5e7b8eef0ec4696d058cd9e85583d'/>
<id>urn:sha1:7ec38a9ae3c5e7b8eef0ec4696d058cd9e85583d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance report-time option</title>
<updated>2019-09-29T18:22:30+00:00</updated>
<author>
<name>Igor Aleksanov</name>
<email>popzxc@yandex.ru</email>
</author>
<published>2019-09-28T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75a297573f4dea4bc6c6898f36d8cecb212ef8e7'/>
<id>urn:sha1:75a297573f4dea4bc6c6898f36d8cecb212ef8e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Item.node` to `Item.kind`</title>
<updated>2019-09-26T17:21:48+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-09-26T16:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bc94cc3c2ccef8b4d393910bb978a6487db1202'/>
<id>urn:sha1:7bc94cc3c2ccef8b4d393910bb978a6487db1202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Ty.node` to `Ty.kind`</title>
<updated>2019-09-26T17:21:10+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-09-26T16:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3d8791373005ef08c876aa649ede245efd2352d'/>
<id>urn:sha1:c3d8791373005ef08c876aa649ede245efd2352d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline attribute constructors</title>
<updated>2019-09-21T20:14:10+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-21T19:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8417ac67c3fe979098facad586438ea5244617b3'/>
<id>urn:sha1:8417ac67c3fe979098facad586438ea5244617b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give more `Idents` spans</title>
<updated>2019-09-15T08:15:38+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-09-14T20:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ae3830d589ec75494ff26bd9c92e9f77e49173f'/>
<id>urn:sha1:5ae3830d589ec75494ff26bd9c92e9f77e49173f</id>
<content type='text'>
</content>
</entry>
</feed>
