<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/editors/code/package.json, 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-22T01:16:50+00:00</updated>
<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>[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>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>Improve settings tree title and descriptions</title>
<updated>2025-07-03T05:12:46+00:00</updated>
<author>
<name>Josh McKinney</name>
<email>joshka@users.noreply.github.com</email>
</author>
<published>2025-07-03T05:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34ddd59e4544e77464fd6230bc354d0753987800'/>
<id>urn:sha1:34ddd59e4544e77464fd6230bc354d0753987800</id>
<content type='text'>
- All settings are now phrased in the imperative form stating what the
  setting does rather than talking about what it controls. (E.g.:
  "Show `Debug` action." instead of "Whether to show `Debug` action"
- Categories are now displayed in title case
- Categories are now sorted lexicographically
- General category is removed (and all the settings are moved to the top
  level)
- Language for a few descriptions is made a bit less ambiguous
</content>
</entry>
<entry>
<title>refactor: rename `branches` to `branch_exit_points` in highlight_related</title>
<updated>2025-06-26T05:41:41+00:00</updated>
<author>
<name>roifewu</name>
<email>roifewu@gmail.com</email>
</author>
<published>2025-04-15T03:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef'/>
<id>urn:sha1:7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: highlighting of related return values while the cursor is on any `match`, `if`, or match arm arrow (`=&gt;`)</title>
<updated>2025-06-26T05:41:39+00:00</updated>
<author>
<name>roifewu</name>
<email>roifewu@gmail.com</email>
</author>
<published>2025-04-09T03:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62e112a780a25dbaba783324d8ecd7929076674a'/>
<id>urn:sha1:62e112a780a25dbaba783324d8ecd7929076674a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add better documentation for excluding imports from symbol search</title>
<updated>2025-06-20T11:26:59+00:00</updated>
<author>
<name>Lucas Holten</name>
<email>lucas@lucasholten.com</email>
</author>
<published>2025-06-20T11:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af3f9d1f555c16bfa8971e475f006f5aeb80a2d8'/>
<id>urn:sha1:af3f9d1f555c16bfa8971e475f006f5aeb80a2d8</id>
<content type='text'>
</content>
</entry>
</feed>
