<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/crates/parser/test_data/generated, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-27T10:38:35+00:00</updated>
<entry>
<title>feat: Implement `default-field-values`</title>
<updated>2025-01-27T10:38:35+00:00</updated>
<author>
<name>Shoyu Vanilla</name>
<email>modulo641@gmail.com</email>
</author>
<published>2025-01-22T15:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d18afd394ce3342d04f020986bab0d82f51fdbdc'/>
<id>urn:sha1:d18afd394ce3342d04f020986bab0d82f51fdbdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a case where completion was unable to expand a macro</title>
<updated>2024-12-20T11:14:59+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2024-12-20T00:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e266ae118499593aafb88348d4b1c07d1f54073'/>
<id>urn:sha1:0e266ae118499593aafb88348d4b1c07d1f54073</id>
<content type='text'>
Which caused the macros of the popular `tracing` crate to not offer completions.

The reason is rather complicated: it boils down to macro ignoring their input and completion always choosing the first expansion.
</content>
</entry>
<entry>
<title>Merge pull request #18625 from Veykril/push-npnxwpxuzlqz</title>
<updated>2024-12-06T05:11:08+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-06T05:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c2253c2c3717de821de44978a2646dc04764f425'/>
<id>urn:sha1:c2253c2c3717de821de44978a2646dc04764f425</id>
<content type='text'>
fix: Fix parser getting stuck for bad asm expressions
</content>
</entry>
<entry>
<title>fix: Fix parser getting stuck for bad asm expressions</title>
<updated>2024-12-06T04:57:00+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-06T04:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3db9b1d943f7a665ea98a6dab40ece33375f4f99'/>
<id>urn:sha1:3db9b1d943f7a665ea98a6dab40ece33375f4f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Fix parsing of dyn T in generic arg on 2015 edition</title>
<updated>2024-12-05T19:26:49+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-05T19:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59a5b38bf4ebf74be954c8804789ef2cf35350e9'/>
<id>urn:sha1:59a5b38bf4ebf74be954c8804789ef2cf35350e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Fix parsing of integer/keyword name refs in various places</title>
<updated>2024-12-05T14:27:50+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-05T13:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a19e1dffe5ca8574e58826488351af8c714c9620'/>
<id>urn:sha1:a19e1dffe5ca8574e58826488351af8c714c9620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing of parenthesized type args and RTN</title>
<updated>2024-12-04T10:48:47+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-03T17:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b4dc9caac1c05ae53e0d09907c40de1b1a75392'/>
<id>urn:sha1:2b4dc9caac1c05ae53e0d09907c40de1b1a75392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better parser recovery for incomplete attributes</title>
<updated>2024-12-04T05:45:59+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-12-04T05:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05aac8cd69ff15c6353dab1c27ad47e9def2d96f'/>
<id>urn:sha1:05aac8cd69ff15c6353dab1c27ad47e9def2d96f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse patterns with leading pipe properly in all places</title>
<updated>2024-10-31T13:32:37+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2024-10-31T13:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0bf75d647ea18ac6a24e03a999019755edd1b17'/>
<id>urn:sha1:f0bf75d647ea18ac6a24e03a999019755edd1b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only parse `safe` as contextual kw in extern blocks</title>
<updated>2024-10-30T17:28:33+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2024-10-30T17:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a6b61a918afdecd50a53cda07182a11ad9deb0b'/>
<id>urn:sha1:6a6b61a918afdecd50a53cda07182a11ad9deb0b</id>
<content type='text'>
I don't like the party of `bool`s that is becoming, but two isn't worth a refactoring yet IMO.
</content>
</entry>
</feed>
