<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-analyzer/docs/user, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-24T21:23:22+00:00</updated>
<entry>
<title>manual: Convert to mdbook</title>
<updated>2025-01-24T21:23:22+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2025-01-23T23:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f45995dea280baa6381279221c9c60ff7af342d'/>
<id>urn:sha1:1f45995dea280baa6381279221c9c60ff7af342d</id>
<content type='text'>
Split manual.adoc into markdown files, one for each chapter.

For the parts of the manual that are generated from source code doc
comments, update the comments to use markdown syntax and update the
code generators to write to `generated.md` files.

For the weekly release, stop copying the .adoc files to the
`rust-analyzer/rust-analyzer.github.io` at release time. Instead,
we'll sync the manual hourly from this repository.

See https://github.com/rust-analyzer/rust-analyzer.github.io/pull/226
for the sync. This PR should be merged first, and that PR needs to be
merged before the next weekly release.

This change is based on #15795, but rebased and updated. I've also
manually checked each page for markdown syntax issues and fixed any I
encountered.

Co-authored-by: Lukas Wirth &lt;lukastw97@gmail.com&gt;
Co-authored-by: Josh Rotenberg &lt;joshrotenberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #18993 from ChayimFriedman2/iter-config</title>
<updated>2025-01-24T13:31:30+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2025-01-24T13:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3e88ae1c6f55e12cbbb6b4d0d4f68a3ed3b801a'/>
<id>urn:sha1:c3e88ae1c6f55e12cbbb6b4d0d4f68a3ed3b801a</id>
<content type='text'>
feat: Provide a config to control auto-insertion of `await` and `iter()`
</content>
</entry>
<entry>
<title>manual: Document all rust-project.json fields</title>
<updated>2025-01-21T20:00:13+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>wilfred@meta.com</email>
</author>
<published>2025-01-08T00:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98582b23ab4812ac57c5b989055f87e25c751ce9'/>
<id>urn:sha1:98582b23ab4812ac57c5b989055f87e25c751ce9</id>
<content type='text'>
Ensure that all the fields that rust-analyzer understands are in the
manual, they all have doc comments, and they use consistent
punctuation (`;` rather than mixing `,` and `;`).

Whilst we're here, fix the `sysroot_src` example and add 2024 as a
legal value for Rust edition.
</content>
</entry>
<entry>
<title>Provide a config to control auto-insertion of `await` and `iter()`</title>
<updated>2025-01-21T16:51:09+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2025-01-21T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5059c1a870bef3b366f6863510b2bff31ba07a0a'/>
<id>urn:sha1:5059c1a870bef3b366f6863510b2bff31ba07a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `debug_assertions` broken in 1c5a125beb35725ccc2ade005db9870db734bf23</title>
<updated>2025-01-16T11:19:16+00:00</updated>
<author>
<name>VinTarZ</name>
<email>vintarz@yandex.ru</email>
</author>
<published>2025-01-16T11:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=824bad7f65597690e37be2e67a194e2294edb3fa'/>
<id>urn:sha1:824bad7f65597690e37be2e67a194e2294edb3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Flip on typing config to be opt-in, better defaults</title>
<updated>2025-01-15T09:25:37+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2025-01-15T08:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7be6698e751d82e78770c9c1b4df77d4bc87023c'/>
<id>urn:sha1:7be6698e751d82e78770c9c1b4df77d4bc87023c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement implicit sized bound inlay hints</title>
<updated>2025-01-10T11:38:21+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2025-01-10T11:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17a6f31738dc2f7b3ffdd597880d35d1a55f9416'/>
<id>urn:sha1:17a6f31738dc2f7b3ffdd597880d35d1a55f9416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #18880 from PrototypeNM1/extra-includes</title>
<updated>2025-01-09T10:24:51+00:00</updated>
<author>
<name>Lukas Wirth</name>
<email>lukastw97@gmail.com</email>
</author>
<published>2025-01-09T10:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4708fec85e5e65cd53217dcc138697fa240b855'/>
<id>urn:sha1:e4708fec85e5e65cd53217dcc138697fa240b855</id>
<content type='text'>
Add config setting which allows adding additional include paths to the VFS.
</content>
</entry>
<entry>
<title>Add config setting which allows adding additional include paths to the VFS.</title>
<updated>2025-01-08T18:57:46+00:00</updated>
<author>
<name>Nicholas Rishel</name>
<email>rishel.nick@gmail.com</email>
</author>
<published>2025-01-08T02:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=253bba044eccc1b7480ac5b17b6278bede677b99'/>
<id>urn:sha1:253bba044eccc1b7480ac5b17b6278bede677b99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: autogenerate files</title>
<updated>2025-01-08T13:47:21+00:00</updated>
<author>
<name>qjerome</name>
<email>qjerome@rawsec.lu</email>
</author>
<published>2025-01-08T13:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c59ecb3af45898ad2385be9fc945467af02a45b5'/>
<id>urn:sha1:c59ecb3af45898ad2385be9fc945467af02a45b5</id>
<content type='text'>
</content>
</entry>
</feed>
