<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libproc_macro, 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>2020-01-11T02:51:12+00:00</updated>
<entry>
<title>Remove unnecessary `const_fn` feature gates</title>
<updated>2020-01-11T02:51:12+00:00</updated>
<author>
<name>Dylan MacKenzie</name>
<email>ecstaticmorse@gmail.com</email>
</author>
<published>2020-01-11T01:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09b5c854de112120a6cf4298eb9c96549995b1b0'/>
<id>urn:sha1:09b5c854de112120a6cf4298eb9c96549995b1b0</id>
<content type='text'>
This flag opts out of the min-const-fn checks entirely, which is usually
not what we want. The few cases where the flag is still necessary have
been annotated.
</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>Snap cfgs</title>
<updated>2019-11-12T21:36:57+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-11-06T13:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=997feacddd8f6e98003428265c665f7149c49a48'/>
<id>urn:sha1:997feacddd8f6e98003428265c665f7149c49a48</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>RFC 2008: Stabilization</title>
<updated>2019-10-25T08:34:05+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2019-09-20T20:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0590ea76f528357add6fd6615a82cf49e44f271'/>
<id>urn:sha1:e0590ea76f528357add6fd6615a82cf49e44f271</id>
<content type='text'>
This commit stabilizes RFC 2008 (#44109) by removing the feature gate.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>Stabilize mem::take (mem_take)</title>
<updated>2019-10-08T22:04:18+00:00</updated>
<author>
<name>Jon Gjengset</name>
<email>jon@thesquareplanet.com</email>
</author>
<published>2019-09-23T17:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45aca119a6c94a2c408fb6da7a47d363ab852bac'/>
<id>urn:sha1:45aca119a6c94a2c408fb6da7a47d363ab852bac</id>
<content type='text'>
Tracking issue: https://github.com/rust-lang/rust/issues/61129
</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>Snap cfgs to new beta</title>
<updated>2019-09-25T12:42:46+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-25T12:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f359a94849f5a66be4e5058ad9f5a480623a4627'/>
<id>urn:sha1:f359a94849f5a66be4e5058ad9f5a480623a4627</id>
<content type='text'>
</content>
</entry>
</feed>
