<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/editors/code, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-01T15:48:54+00:00</updated>
<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>
<entry>
<title>Unherit server extra env for runnables extra env</title>
<updated>2025-07-27T12:09:21+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-07-27T12:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a767d01cf7ed75c6924a96cc90d9191b447e76b'/>
<id>urn:sha1:7a767d01cf7ed75c6924a96cc90d9191b447e76b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Fix runnables extra env not substituting env vars</title>
<updated>2025-07-27T12:07:10+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-07-27T12:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71ea00f7a3911990e9e5328446312bc0d792cf5f'/>
<id>urn:sha1:71ea00f7a3911990e9e5328446312bc0d792cf5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump form-data from 4.0.2 to 4.0.4 in /editors/code</title>
<updated>2025-07-22T05:30:29+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-07-22T05:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e1e5dee5c3bfc6feb674c9855969372f977f8b1'/>
<id>urn:sha1:1e1e5dee5c3bfc6feb674c9855969372f977f8b1</id>
<content type='text'>
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</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>Merge pull request #20104 from Veykril/push-nqnmmlvksyty</title>
<updated>2025-06-26T08:44:57+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-06-26T08:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=50a540c62889b3aa1b9d728ab51a309a522f369e'/>
<id>urn:sha1:50a540c62889b3aa1b9d728ab51a309a522f369e</id>
<content type='text'>
Cleanup `provideCodeActions` vscode hook
</content>
</entry>
<entry>
<title>Cleanup `provideCodeActions` vscode hook</title>
<updated>2025-06-26T08:32:13+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>me@lukaswirth.dev</email>
</author>
<published>2025-06-26T08:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0af03671ec9e1db44c1e51a961789f0d140ec50c'/>
<id>urn:sha1:0af03671ec9e1db44c1e51a961789f0d140ec50c</id>
<content type='text'>
</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>
</feed>
