<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext/env.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>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. ast::Mutability::{Mutable -&gt; Mut, Immutable -&gt; Not}.</title>
<updated>2019-12-20T21:22:44+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-16T16:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7aec3f207fb40f0c4c857fb91a03372ac8bcd69'/>
<id>urn:sha1:a7aec3f207fb40f0c4c857fb91a03372ac8bcd69</id>
<content type='text'>
2. mir::Mutability -&gt; ast::Mutability.
</content>
</entry>
<entry>
<title>Simplify various `Symbol` use points.</title>
<updated>2019-11-01T22:01:02+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-10-22T00:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9cef6984b606705f42adf9587f4f1c3babf4d4d'/>
<id>urn:sha1:b9cef6984b606705f42adf9587f4f1c3babf4d4d</id>
<content type='text'>
Including removing a bunch of unnecessary `.as_str()` calls, and a bunch
of unnecessary sigils.
</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>Remove constraints argument from path_all</title>
<updated>2019-09-21T19:01:39+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-21T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67d88f607ed831cf692387703c34441019b8db96'/>
<id>urn:sha1:67d88f607ed831cf692387703c34441019b8db96</id>
<content type='text'>
It was never used
</content>
</entry>
<entry>
<title>Remove `with_legacy_ctxt`</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:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ab67c8f560a730b8978f4a42deb70d01ca1cdfc'/>
<id>urn:sha1:8ab67c8f560a730b8978f4a42deb70d01ca1cdfc</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>
<entry>
<title>use TokenStream rather than &amp;[TokenTree] for built-in macros</title>
<updated>2019-09-03T18:15:45+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-08-31T17:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa893a322570ea60cc8815b3dddb5311f0cb3b63'/>
<id>urn:sha1:fa893a322570ea60cc8815b3dddb5311f0cb3b63</id>
<content type='text'>
That way, we don't loose the jointness info
</content>
</entry>
<entry>
<title>Audit uses of `apply_mark` in built-in macros</title>
<updated>2019-08-22T22:44:33+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-08-21T18:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fb01d219c7b7de142ad4097dd1e5cf708e7a27f'/>
<id>urn:sha1:0fb01d219c7b7de142ad4097dd1e5cf708e7a27f</id>
<content type='text'>
Replace them with equivalents of `Span::{def_site,call_site}` from proc macro API.
The new API is much less error prone and doesn't rely on macros having default transparency.
</content>
</entry>
</feed>
