<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/crates/ide-db, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-26T04:26:39+00:00</updated>
<entry>
<title>Migrate PathTransform to SyntaxEditor</title>
<updated>2025-07-26T04:26:39+00:00</updated>
<author>
<name>Hayashi Mikihiro</name>
<email>34ttrweoewiwe28@gmail.com</email>
</author>
<published>2025-07-26T04:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d70e67b604a551d240a38fb05f12c543f443960d'/>
<id>urn:sha1:d70e67b604a551d240a38fb05f12c543f443960d</id>
<content type='text'>
Signed-off-by: Hayashi Mikihiro &lt;34ttrweoewiwe28@gmail.com&gt;
</content>
</entry>
<entry>
<title>add Debug on  AstSubst PathTransform.rs</title>
<updated>2025-07-26T04:26:11+00:00</updated>
<author>
<name>Hayashi Mikihiro</name>
<email>34ttrweoewiwe28@gmail.com</email>
</author>
<published>2025-07-26T04:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e9ff76e32154be182ea2a8489249d6212f520e9'/>
<id>urn:sha1:9e9ff76e32154be182ea2a8489249d6212f520e9</id>
<content type='text'>
Signed-off-by: Hayashi Mikihiro &lt;34ttrweoewiwe28@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix search of raw labels and lifetimes</title>
<updated>2025-07-19T22:20:09+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2025-07-19T22:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a6c7ceaae3a918caf7b2e4443441e781405af926'/>
<id>urn:sha1:a6c7ceaae3a918caf7b2e4443441e781405af926</id>
<content type='text'>
It used to search for `'foo` which won't find `'r#foo`, now we search for `foo` instead.
</content>
</entry>
<entry>
<title>Merge from rust-lang/rust</title>
<updated>2025-07-15T14:27:46+00:00</updated>
<author>
<name>Laurențiu Nicola</name>
<email>lnicola@dend.ro</email>
</author>
<published>2025-07-15T14:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48f9a7cb3c3d5893065609b0be81e100df87f7e4'/>
<id>urn:sha1:48f9a7cb3c3d5893065609b0be81e100df87f7e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update issue number for `const_trait_impl`</title>
<updated>2025-07-13T15:55:06+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2025-07-13T08:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b02597ed3dc7a7c3581960ca6afae575f6c691e'/>
<id>urn:sha1:6b02597ed3dc7a7c3581960ca6afae575f6c691e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #20185 from ChayimFriedman2/variant-symbols</title>
<updated>2025-07-07T15:15:27+00:00</updated>
<author>
<name>David Barsky</name>
<email>me@davidbarsky.com</email>
</author>
<published>2025-07-07T15:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fbbdb62955e13ec3825fe9fe954ed4b3747200f'/>
<id>urn:sha1:7fbbdb62955e13ec3825fe9fe954ed4b3747200f</id>
<content type='text'>
feat: Include enum variants in world symbols
</content>
</entry>
<entry>
<title>Include enum variants in world symbols</title>
<updated>2025-07-06T11:52:10+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2025-07-06T11:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9b8eec4b7d69176e14646c13b0580b4cdb9eab2'/>
<id>urn:sha1:a9b8eec4b7d69176e14646c13b0580b4cdb9eab2</id>
<content type='text'>
I opted to not include enum variant imports, only under the enum, and to not gate this behind a setting.
</content>
</entry>
<entry>
<title>Merge pull request #20132 from A4-Tacks/asmut-borrow-minicore</title>
<updated>2025-07-06T08:01:54+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-07-06T08:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eca590536490e1ea609980be39f47ed967b68828'/>
<id>urn:sha1:eca590536490e1ea609980be39f47ed967b68828</id>
<content type='text'>
Add AsMut, Borrow and BorrowMut to minicore and famous_defs
</content>
</entry>
<entry>
<title>fix: Improve diagnostic ranges for `macro_calls!`</title>
<updated>2025-07-03T12:12:27+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-07-03T11:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2899630009923f5f4da917cd12a883787956d33e'/>
<id>urn:sha1:2899630009923f5f4da917cd12a883787956d33e</id>
<content type='text'>
We used to point to the entire macro call including its token tree if we couldn't upmap the diagnostic to the input
This generally makes things very noisy as the entire macro call will turn red on errors.
Instead, we now macro the path and `!` (bang) token as the error source range which is a lot nicer on the eyes.
</content>
</entry>
<entry>
<title>Bump salsa</title>
<updated>2025-07-03T08:05:16+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-06-04T11:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=898f265521a1e74046200553e2d9edd14bb2eb9f'/>
<id>urn:sha1:898f265521a1e74046200553e2d9edd14bb2eb9f</id>
<content type='text'>
</content>
</entry>
</feed>
