<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libproc_macro/bridge, branch 1.42.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.42.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.42.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-22T22:42:47+00:00</updated>
<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>proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature.</title>
<updated>2019-10-28T18:34:59+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-10-28T18:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b58634454f2a6def88f3197261a458e208f77f49'/>
<id>urn:sha1:b58634454f2a6def88f3197261a458e208f77f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proc_macro: consolidate bridge::client::run_expand{1,2} into one helper.</title>
<updated>2019-10-28T18:21:12+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-10-28T18:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da5965f3a6bbc984d97027896fad9c4f551426fd'/>
<id>urn:sha1:da5965f3a6bbc984d97027896fad9c4f551426fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proc_macro: remove now-unnecessary ICE workarounds from bridge::client.</title>
<updated>2019-10-28T17:55:25+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-10-28T17:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f64946f9d89833c1f05bd010c464f54c3fb6b5'/>
<id>urn:sha1:b3f64946f9d89833c1f05bd010c464f54c3fb6b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene</title>
<updated>2019-10-03T08:28:06+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-09-22T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1310dc6c989e191d85c73c943d4175fbf1dccb8'/>
<id>urn:sha1:d1310dc6c989e191d85c73c943d4175fbf1dccb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Serialize additional data for procedural macros</title>
<updated>2019-08-17T17:14:05+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2019-08-04T20:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64f867ae3e22187b0cf7d08880f61145bd04827d'/>
<id>urn:sha1:64f867ae3e22187b0cf7d08880f61145bd04827d</id>
<content type='text'>
Split off from #62855

This PR deerializes the declaration `Span` and attributes for all
procedural macros from their underlying function definitions.
This allows Rustdoc to properly render doc comments
and source links when inlining procedural macros across crates
</content>
</entry>
<entry>
<title>Deny `unused_lifetimes` through rustbuild</title>
<updated>2019-07-28T15:47:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T19:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=676d282dd3cd2dedba651e98c9a41af42983f08b'/>
<id>urn:sha1:676d282dd3cd2dedba651e98c9a41af42983f08b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril</title>
<updated>2019-07-03T23:38:46+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-07-03T23:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88c007cd0418e92bbacb8a46d9f9b23422da0d56'/>
<id>urn:sha1:88c007cd0418e92bbacb8a46d9f9b23422da0d56</id>
<content type='text'>
Use mem::take instead of mem::replace with default
</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>Use mem::take instead of mem::replace with default</title>
<updated>2019-07-02T03:21:12+00:00</updated>
<author>
<name>Chris Gregory</name>
<email>czipperz@gmail.com</email>
</author>
<published>2019-06-30T18:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a3797b73618fb6d7591d194dac22c377b4cd371'/>
<id>urn:sha1:8a3797b73618fb6d7591d194dac22c377b4cd371</id>
<content type='text'>
</content>
</entry>
</feed>
