<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/decl_macro.rs, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-03T23:35:18+00:00</updated>
<entry>
<title>rustc_ast_pretty: Don't print space after `$`</title>
<updated>2021-07-03T23:35:18+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-07-03T22:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ffec7028a54aeed6076f7043734b682fdf68f6e'/>
<id>urn:sha1:7ffec7028a54aeed6076f7043734b682fdf68f6e</id>
<content type='text'>
For example, this code:

    $arg:expr

used to be pretty-printed as:

    $ arg : expr

but is now pretty-printed as:

    $arg : expr
</content>
</entry>
<entry>
<title>Pretty-print macro matchers instead of using source code</title>
<updated>2021-07-03T22:36:32+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-06-13T22:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f82d4845f219357c80ed68a6391d0bf00611f228'/>
<id>urn:sha1:f82d4845f219357c80ed68a6391d0bf00611f228</id>
<content type='text'>
The output is not quite as nice as it used to be, but it does work.
</content>
</entry>
<entry>
<title>rustdoc: clean up and test macro visibility print</title>
<updated>2021-04-10T21:22:06+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2021-04-10T21:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2dfd0bfe1087fef83f26b52b32c8b54fb621b6b9'/>
<id>urn:sha1:2dfd0bfe1087fef83f26b52b32c8b54fb621b6b9</id>
<content type='text'>
This fixes the overly-complex invariant mentioned in
&lt;https://github.com/rust-lang/rust/pull/83237#issuecomment-815346570&gt;,
where the macro source can't have any links in it only because the
cache hasn't been populated yet.
</content>
</entry>
<entry>
<title>Add test for macro by example syntax in decl macros with only one option</title>
<updated>2020-11-29T02:32:07+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-11-29T02:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d23b57c1a8d1002df09c6213bd28884d973e116a'/>
<id>urn:sha1:d23b57c1a8d1002df09c6213bd28884d973e116a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multi-argument decl macros</title>
<updated>2020-11-29T01:51:48+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-11-29T01:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff690931b7aeff7c1b0f5bf6a33ce2b1b980ab70'/>
<id>urn:sha1:ff690931b7aeff7c1b0f5bf6a33ce2b1b980ab70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update decl_macro test, add decl_macro_priv test for --document-private-items</title>
<updated>2020-11-28T02:59:21+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-11-27T03:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=949b72e9d901181966b7208f5e7c74ccc025d679'/>
<id>urn:sha1:949b72e9d901181966b7208f5e7c74ccc025d679</id>
<content type='text'>
</content>
</entry>
</feed>
