<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/editors/code, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-26T19:45:06+00:00</updated>
<entry>
<title>Bump tar-fs from 2.1.3 to 2.1.4 in /editors/code</title>
<updated>2025-09-26T19:45:06+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-09-26T19:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d5adff08cafbb93a53c6f72fcec8cdf89d06e49'/>
<id>urn:sha1:9d5adff08cafbb93a53c6f72fcec8cdf89d06e49</id>
<content type='text'>
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee</title>
<updated>2025-09-22T01:16:50+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2025-09-21T23:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab7cfc7c307d50659a0165dad910565809f5d40f'/>
<id>urn:sha1:ab7cfc7c307d50659a0165dad910565809f5d40f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration value</title>
<updated>2025-09-17T13:46:23+00:00</updated>
<author>
<name>Bart Jacobs</name>
<email>bart.jacobs@cs.kuleuven.be</email>
</author>
<published>2025-09-17T13:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e101637fa9485e71e77217ab32cbfb0f013e6e5'/>
<id>urn:sha1:6e101637fa9485e71e77217ab32cbfb0f013e6e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to remove reborrows from adjustment inlay hints</title>
<updated>2025-08-23T23:26:37+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2025-08-23T23:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4715c6d41a949358e8dd8dd96de0650939c8bf6b'/>
<id>urn:sha1:4715c6d41a949358e8dd8dd96de0650939c8bf6b</id>
<content type='text'>
Reborrows are consecutive deref then ref. Make it the default because reborrows are mostly useless to the programmer.

Also rename `rust-analyzer.inlayHints.expressionAdjustmentHints.enable: "reborrow"` to `rust-analyzer.inlayHints.expressionAdjustmentHints.enable: "borrows"`, as it's not about reborrows but about any ref/deref and it's confusing with the new setting.
</content>
</entry>
<entry>
<title>Optimize icon</title>
<updated>2025-08-19T09:41:58+00:00</updated>
<author>
<name>lumiscosity</name>
<email>averyrudelphe@gmail.com</email>
</author>
<published>2025-08-19T09:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3141739bad36c517cd2425d06dc35df327ee1b3a'/>
<id>urn:sha1:3141739bad36c517cd2425d06dc35df327ee1b3a</id>
<content type='text'>
Losslessly optimizes the icon with:

```
oxipng -o max -a -s
oxipng -o max --zopfli -a -s
```
</content>
</entry>
<entry>
<title>[internal] Update to the latest @vscode/vsce for extension build</title>
<updated>2025-08-13T14:25:34+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2025-08-13T14:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ef6a8ff6defd019dff7865ab602bc7acba1afc2'/>
<id>urn:sha1:8ef6a8ff6defd019dff7865ab602bc7acba1afc2</id>
<content type='text'>
This isn't a logic change, but it fixes an npm warning during the
build. vsce itself hasn't had any major changes between 3.2.2 and 3.6.

* https://github.com/microsoft/vscode-vsce/releases/tag/v3.3.0
* https://github.com/microsoft/vscode-vsce/releases/tag/v3.4.0
* https://github.com/microsoft/vscode-vsce/releases/tag/v3.5.0
* https://github.com/microsoft/vscode-vsce/releases/tag/v3.6.0
</content>
</entry>
<entry>
<title>Add config option to exclude locals from doc search</title>
<updated>2025-08-10T22:48:17+00:00</updated>
<author>
<name>Ifeanyi Orizu</name>
<email>iorizu1811@gmail.com</email>
</author>
<published>2025-08-10T15:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=802fa9255b59c8787d679f5da1f5534f9c0580b0'/>
<id>urn:sha1:802fa9255b59c8787d679f5da1f5534f9c0580b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump tmp from 0.2.3 to 0.2.4 in /editors/code</title>
<updated>2025-08-06T17:11:37+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-08-06T17:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92b8797a0968de124d120a77252b6df4939a1fce'/>
<id>urn:sha1:92b8797a0968de124d120a77252b6df4939a1fce</id>
<content type='text'>
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>Update documentation for overrideCommand config options</title>
<updated>2025-08-01T15:48:54+00:00</updated>
<author>
<name>Ifeanyi Orizu</name>
<email>iorizu1811@gmail.com</email>
</author>
<published>2025-08-01T03:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=053f68151b8e6fb079b6a9254699d5a46220e52f'/>
<id>urn:sha1:053f68151b8e6fb079b6a9254699d5a46220e52f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #20154 from joshka/jm/improve-setting-titles</title>
<updated>2025-07-29T10:42:07+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-07-29T10:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5043dc9df69322ba7d6bdba3b260dbc1b609dc65'/>
<id>urn:sha1:5043dc9df69322ba7d6bdba3b260dbc1b609dc65</id>
<content type='text'>
Improve settings tree title and descriptions
</content>
</entry>
</feed>
