<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-06-02T07:47:13+00:00</updated>
<entry>
<title>Auto merge of #17328 - Veykril:derive-helper-completions, r=Veykril</title>
<updated>2024-06-02T07:47:13+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-06-02T07:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4717bdfc1343953b770887460d5822c87e434d97'/>
<id>urn:sha1:4717bdfc1343953b770887460d5822c87e434d97</id>
<content type='text'>
feat: Enable completions within derive helper attributes

![Code_zG5qInoQ6B](https://github.com/rust-lang/rust-analyzer/assets/3757771/db30b98d-4981-45e3-83a5-7ff23fbd3f66)
</content>
</entry>
<entry>
<title>feat: Enable completions within derive helper attributes</title>
<updated>2024-06-02T07:45:57+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-06-02T07:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f122a6f2f137649efdf4f6a8561b3be52b4a88bb'/>
<id>urn:sha1:f122a6f2f137649efdf4f6a8561b3be52b4a88bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #17326 - Veykril:fix-attr-derive-container, r=Veykril</title>
<updated>2024-06-01T18:58:59+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-06-01T18:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60d2f73fd163b6a9af61bd3b9bebe0bd77dfa40f'/>
<id>urn:sha1:60d2f73fd163b6a9af61bd3b9bebe0bd77dfa40f</id>
<content type='text'>
fix: Fix container search failing for tokens originating within derive attributes
</content>
</entry>
<entry>
<title>fix: Fix container search failing for tokens originating within derive attributes</title>
<updated>2024-06-01T18:57:29+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2024-06-01T18:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ab8bb0603dfab5c2c65e5a5ed2b1a2baac23004'/>
<id>urn:sha1:8ab8bb0603dfab5c2c65e5a5ed2b1a2baac23004</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #17302 - mladedav:dm/fix-clear, r=Veykril</title>
<updated>2024-06-01T14:14:14+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-06-01T14:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1ea2b562e622aeddf5c0fd3dc7b340b532a4fea'/>
<id>urn:sha1:c1ea2b562e622aeddf5c0fd3dc7b340b532a4fea</id>
<content type='text'>
fix diagnostics clearing when flychecks run per-workspace

This might be causing #17300 or it's a different bug with the same functionality.

I wonder if the decision to clear diagnostics should stay in the main loop or maybe the flycheck itself should track it and tell the mainloop?

I have used a hash map but we could just as well use a vector since the IDs are `usizes` in some given range starting at 0. It would be probably faster but this just felt a bit cleaner and it allows us to change the ID to newtype later and we can just use a hasher that returns the underlying integer.
</content>
</entry>
<entry>
<title>Move state trackig of diagnostic clearing inside `FlycheckActor`</title>
<updated>2024-06-01T13:59:23+00:00</updated>
<author>
<name>David Mládek</name>
<email>david.mladek.cz@gmail.com</email>
</author>
<published>2024-06-01T13:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f476d37e4eda7551aa9a4f4a0edb67032b3ae0f0'/>
<id>urn:sha1:f476d37e4eda7551aa9a4f4a0edb67032b3ae0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #17278 - chenx97:flycheck-process-wrap, r=lnicola</title>
<updated>2024-06-01T08:39:22+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-06-01T08:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4a5cb9fdd9f14f053a2e60de4e4054c474f9694'/>
<id>urn:sha1:d4a5cb9fdd9f14f053a2e60de4e4054c474f9694</id>
<content type='text'>
internal: replace command-group with process-wrap

Because command-group no longer receives updates and depends on an older version of nix.
</content>
</entry>
<entry>
<title>docs: Missing word typo</title>
<updated>2024-05-31T15:24:26+00:00</updated>
<author>
<name>Luke Franceschini</name>
<email>luke.a.franceschini@gmail.com</email>
</author>
<published>2024-05-31T15:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa3835c4196f83a644c14baf8d410a885b1abedc'/>
<id>urn:sha1:fa3835c4196f83a644c14baf8d410a885b1abedc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor: replace command-group with process-wrap</title>
<updated>2024-05-31T04:43:40+00:00</updated>
<author>
<name>Henry Chen</name>
<email>chenx97@aosc.io</email>
</author>
<published>2024-05-22T11:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=772e48cfbb92dd415ec7ce564926e33015d45469'/>
<id>urn:sha1:772e48cfbb92dd415ec7ce564926e33015d45469</id>
<content type='text'>
Because command-group no longer receives updates and depends on an
older version of nix.
</content>
</entry>
<entry>
<title>add `FlycheckStatus` to global state</title>
<updated>2024-05-28T18:45:13+00:00</updated>
<author>
<name>David Mládek</name>
<email>david.mladek.cz@gmail.com</email>
</author>
<published>2024-05-28T18:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4be8e5a372791a88b8f18a36155b9d34c9b2492d'/>
<id>urn:sha1:4be8e5a372791a88b8f18a36155b9d34c9b2492d</id>
<content type='text'>
</content>
</entry>
</feed>
