<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/doc, 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-08-21T16:32:15+00:00</updated>
<entry>
<title>Demote x86_64-apple-darwin to Tier 2 with host tools</title>
<updated>2025-08-21T16:32:15+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2025-08-11T13:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd942a5e01b8d0c432e47044c353df015a2a6b1f'/>
<id>urn:sha1:fd942a5e01b8d0c432e47044c353df015a2a6b1f</id>
<content type='text'>
Switch to only using aarch64 runners (implying we are now
cross-compiling) and stop running tests. In the future, we could
enable (some?) tests via Rosetta 2.

(cherry picked from commit c574c91e5739519b2fd3fdb5f07fa6e102705703)
</content>
</entry>
<entry>
<title>Revert #143031 and #140772 due to #144533</title>
<updated>2025-08-15T15:17:03+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>oss@mateuszmikula.dev</email>
</author>
<published>2025-08-15T15:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30420321a3d56ae2efd8cf1689fd4dce06f63aa2'/>
<id>urn:sha1:30420321a3d56ae2efd8cf1689fd4dce06f63aa2</id>
<content type='text'>
Revert &lt;https://github.com/rust-lang/rust/pull/143031&gt; and
&lt;https://github.com/rust-lang/rust/pull/140772&gt; due to the issue with host
tools reported in &lt;https://github.com/rust-lang/rust/issue/144533&gt;.

This reverts commits 508021aa4320f1feb4c7a783ee16c2feebc9249a and
d577b39c5a39796e911f885c9a354074b52c25ab.

The decision was made in
&lt;https://github.com/rust-lang/rust/pull/144659#issuecomment-3182163412&gt;.
Tracking issue: &lt;https://github.com/rust-lang/rust/issue/145435&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov</title>
<updated>2025-07-30T17:49:01+00:00</updated>
<author>
<name>Samuel Tardieu</name>
<email>sam@rfc1149.net</email>
</author>
<published>2025-07-30T17:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b38ece9021f6682887d729aa0466188eed9b7500'/>
<id>urn:sha1:b38ece9021f6682887d729aa0466188eed9b7500</id>
<content type='text'>
Support multiple crate versions in --extern-html-root-url

Rustdoc's `--extern-html-root-url` used to use `tcx.crate_name()` to identify crates, but that used crates' internal names from their metadata, instead of names given to them in `--extern`. That was confusing, because both `--extern…` arguments seem related and use similar syntax. Crucially, this didn't work correctly with Cargo's package aliases or multiple versions of crates.

`sess.opts.externs` lacks `CrateNum`, and `Resolver.extern_prelude` gets destroyed before `rustdoc` has a chance to see it, so I've had to save this mapping in `CStore`.

Just in case, I've kept the previous mapping by crate name as a fallback for crates that weren't matched by their extern name.

Fixes rust-lang/rust#76296
</content>
</entry>
<entry>
<title>Verify llvm-needs-components are not empty and match the --target value</title>
<updated>2025-07-29T18:20:23+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-07-16T23:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cffde732ceecd1bcb333d34fe7a9c9caa4d9a9fa'/>
<id>urn:sha1:cffde732ceecd1bcb333d34fe7a9c9caa4d9a9fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support multiple crate versions in --extern-html-root-url</title>
<updated>2025-07-28T12:34:03+00:00</updated>
<author>
<name>Kornel</name>
<email>kornel@geekhood.net</email>
</author>
<published>2025-07-03T14:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=276c4238a7ee0fa472c951f357642778d60a3bdb'/>
<id>urn:sha1:276c4238a7ee0fa472c951f357642778d60a3bdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reword to avoid using a term used in a confusing manner, "error annotations"</title>
<updated>2025-07-28T07:09:41+00:00</updated>
<author>
<name>Tshepang Mbambo</name>
<email>hopsi@tuta.io</email>
</author>
<published>2025-07-28T07:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b707493721a06acaba2cb0e0c59f6855f799293f'/>
<id>urn:sha1:b707493721a06acaba2cb0e0c59f6855f799293f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pauses</title>
<updated>2025-07-28T06:57:48+00:00</updated>
<author>
<name>Tshepang Mbambo</name>
<email>hopsi@tuta.io</email>
</author>
<published>2025-07-28T06:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=66445e7975a5f11324e61e2ebbfdbdfa2015be02'/>
<id>urn:sha1:66445e7975a5f11324e61e2ebbfdbdfa2015be02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ref '2b5e239c6b86' from rust-lang/rust</title>
<updated>2025-07-28T04:18:40+00:00</updated>
<author>
<name>The rustc-josh-sync Cronjob Bot</name>
<email>github-actions@github.com</email>
</author>
<published>2025-07-28T04:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=645b85e3d508123d45d79dc6e526a06648666c68'/>
<id>urn:sha1:645b85e3d508123d45d79dc6e526a06648666c68</id>
<content type='text'>
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 2b5e239c6b86cde974b0ef0f8e23754fb08ff3c5
Filtered ref: dde2393b3444ae8595633863f4395f526b1b7932

This merge was created using https://github.com/rust-lang/josh-sync.
</content>
</entry>
<entry>
<title>Prepare for merging from rust-lang/rust</title>
<updated>2025-07-28T04:18:33+00:00</updated>
<author>
<name>The rustc-josh-sync Cronjob Bot</name>
<email>github-actions@github.com</email>
</author>
<published>2025-07-28T04:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d82365a64d86bcc43c50a55718bc0935d102440'/>
<id>urn:sha1:8d82365a64d86bcc43c50a55718bc0935d102440</id>
<content type='text'>
This updates the rust-version file to 2b5e239c6b86cde974b0ef0f8e23754fb08ff3c5.
</content>
</entry>
<entry>
<title>Rollup merge of #144435 - tshepang:rdg-sync, r=jieyouxu</title>
<updated>2025-07-26T13:28:02+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-07-26T13:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2a5862d229e4293e4597d6fe0648ea0f991c4da'/>
<id>urn:sha1:e2a5862d229e4293e4597d6fe0648ea0f991c4da</id>
<content type='text'>
rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to https://github.com/rust-lang/rustc-dev-guide/commit/4e310882ba9eaa71a192870837e949854057b3b0.

Created using https://github.com/rust-lang/josh-sync.

r? ```@ghost```
</content>
</entry>
</feed>
