<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/macros.rs, branch 1.37.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.37.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.37.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-06-13T12:51:56+00:00</updated>
<entry>
<title>Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfackler</title>
<updated>2019-06-13T12:51:56+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-06-13T12:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca06f8896b62c58fe366bdecf2c237d8a195fd0f'/>
<id>urn:sha1:ca06f8896b62c58fe366bdecf2c237d8a195fd0f</id>
<content type='text'>
std: Remove internal definitions of `cfg_if!` macro

This is duplicated in a few locations throughout the sysroot to work
around issues with not exporting a macro in libstd but still wanting it
available to sysroot crates to define blocks. Nowadays though we can
simply depend on the `cfg-if` crate on crates.io, allowing us to use it
from there!
</content>
</entry>
<entry>
<title>Hygienize macros in the standard library</title>
<updated>2019-06-12T17:27:29+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-07T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb09daa762c37c743584ec3b5c05a2d181960ced'/>
<id>urn:sha1:eb09daa762c37c743584ec3b5c05a2d181960ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove internal definitions of `cfg_if!` macro</title>
<updated>2019-06-10T17:58:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-06-10T15:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8eb7f36a3ba06dbea4a44254c3e2d92455ae150f'/>
<id>urn:sha1:8eb7f36a3ba06dbea4a44254c3e2d92455ae150f</id>
<content type='text'>
This is duplicated in a few locations throughout the sysroot to work
around issues with not exporting a macro in libstd but still wanting it
available to sysroot crates to define blocks. Nowadays though we can
simply depend on the `cfg-if` crate on crates.io, allowing us to use it
from there!
</content>
</entry>
<entry>
<title>Fix missing semicolon in doc</title>
<updated>2019-06-02T08:23:33+00:00</updated>
<author>
<name>0x1793d1</name>
<email>2362128+0x1793d1@users.noreply.github.com</email>
</author>
<published>2019-06-02T08:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3fdde431b18d237b9e4aa00071eff2f87b81648'/>
<id>urn:sha1:b3fdde431b18d237b9e4aa00071eff2f87b81648</id>
<content type='text'>
A semicolon is missing in the examples of compile_error.
Macros that expand to items must be delimited with braces or followed by a semicolon.</content>
</entry>
<entry>
<title>Remove the unstable and deprecated mpsc_select</title>
<updated>2019-05-17T19:16:52+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2019-05-17T18:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f950193d74d13628537a04728eef25cec642e41b'/>
<id>urn:sha1:f950193d74d13628537a04728eef25cec642e41b</id>
<content type='text'>
This removes macro `select!` and `std::sync::mpsc::{Handle, Select}`,
which were all unstable and have been deprecated since 1.32.
</content>
</entry>
<entry>
<title>Remove the old await! macro</title>
<updated>2019-05-09T17:49:39+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2019-05-09T17:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df41e4f695a057fb14fdbc63b9009dafe4d7f681'/>
<id>urn:sha1:df41e4f695a057fb14fdbc63b9009dafe4d7f681</id>
<content type='text'>
This doesn't work anymore, and its continued
presence is cause for confusion.
</content>
</entry>
<entry>
<title>extend ui test</title>
<updated>2019-04-19T19:12:50+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2019-04-10T04:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b641fd374e82fc8e3cf6b876fa57270f2de39b32'/>
<id>urn:sha1:b641fd374e82fc8e3cf6b876fa57270f2de39b32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2019-04-10T03:47:44+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-04-10T03:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=08a4628bf6691067f28f387a2141265676c11d38'/>
<id>urn:sha1:08a4628bf6691067f28f387a2141265676c11d38</id>
<content type='text'>

Use dbg! recursively on each item

Co-Authored-By: llogiq &lt;bogusandre@gmail.com&gt;</content>
</entry>
<entry>
<title>allow multiple args to `dbg!(..)`</title>
<updated>2019-04-10T03:43:31+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2019-04-09T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8816a9ac1fbb2c35128ab2e1e3fd1032178bacc3'/>
<id>urn:sha1:8816a9ac1fbb2c35128ab2e1e3fd1032178bacc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #59765 - lzutao:patch-1, r=Centril</title>
<updated>2019-04-07T18:06:01+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-04-07T18:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=474e7a6486758ea6fc761893b1a49cd9076fb0ab'/>
<id>urn:sha1:474e7a6486758ea6fc761893b1a49cd9076fb0ab</id>
<content type='text'>
Add reference to cfg attr

r? @QuietMisdreavus
</content>
</entry>
</feed>
