<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/doc/rustc, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-03-28T11:59:57+00:00</updated>
<entry>
<title>Rollup merge of #139038 - adamgreig:thumb-target-maintainers, r=Noratrieb</title>
<updated>2025-03-28T11:59:57+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-03-28T11:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5261a0aedf4b9b07f22b5ec6952f8d9e37edb25e'/>
<id>urn:sha1:5261a0aedf4b9b07f22b5ec6952f8d9e37edb25e</id>
<content type='text'>
Update target maintainers for thumb targets to reflect new REWG Arm team name

Closes #139027

The name of the team responsible for these targets has changed as the team was merged with other Arm-related teams (see https://github.com/rust-embedded/wg/pull/818). The link gives an up-to-date list of github usernames that can be pinged, whereas the old email address is not very actively maintained or tracked.
</content>
</entry>
<entry>
<title>Update target maintainers for thumb targets to reflect new REWG Arm team name</title>
<updated>2025-03-28T01:54:35+00:00</updated>
<author>
<name>Adam Greig</name>
<email>adam@adamgreig.com</email>
</author>
<published>2025-03-28T01:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b7d59ad1212a6e6556423b4c383aee99f7d20e0'/>
<id>urn:sha1:3b7d59ad1212a6e6556423b4c383aee99f7d20e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #139010 - madsmtm:parse-xcrun-better, r=wesleywiser</title>
<updated>2025-03-28T01:41:48+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-03-28T01:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b40e6e2cf6c389d21976fe6ca0e61d3d2ecddc9'/>
<id>urn:sha1:0b40e6e2cf6c389d21976fe6ca0e61d3d2ecddc9</id>
<content type='text'>
Improve `xcrun` error handling

The compiler invokes `xcrun` on macOS when linking Apple targets, to find the Xcode SDK which contain all the necessary linker stubs. The error messages that `xcrun` outputs aren't always that great though, so this PR tries to improve that by providing extra context when an error occurs.

Fixes https://github.com/rust-lang/rust/issues/56829.
Fixes https://github.com/rust-lang/rust/issues/84534.
Part of https://github.com/rust-lang/rust/issues/129432.
See also the alternative https://github.com/rust-lang/rust/pull/131433.

Tested on:
- `x86_64-apple-darwin`, MacBook Pro running Mac OS X 10.12.6
    - With no tooling installed
    - With Xcode 9.2
    - With Xcode 9.2 Commandline Tools
- `aarch64-apple-darwin`, MacBook M2 Pro running macOS 14.7.4
    - With Xcode 13.4.1
    - With Xcode 16.2
    - Inside `nix-shell -p xcbuild` (nixpkgs' `xcrun` shim)
- `aarch64-apple-darwin`, VM running macOS 15.3.1
    - With no tooling installed
    - With Xcode 16.2 Commandline Tools

``@rustbot`` label O-apple
r? compiler
CC ``@BlackHoleFox`` ``@thomcc``
</content>
</entry>
<entry>
<title>Rollup merge of #138946 - Urgau:platform-support-bottom, r=jieyouxu</title>
<updated>2025-03-27T04:57:23+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-03-27T04:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bad12175de19d662038a82a9c750dcadf57f1dcb'/>
<id>urn:sha1:bad12175de19d662038a82a9c750dcadf57f1dcb</id>
<content type='text'>
Un-bury chapters from the chapter list in rustc book

This PR moves the "Platform Support" section to the bottom of rustc chapter book, as to un-burry chapters from the chapter list, which where hidden by the wall of targets.

| Before | After |
|--------|-------|
| ![image](https://github.com/user-attachments/assets/92769307-eadb-4d9d-bdbb-9e610207eb79) | ![image](https://github.com/user-attachments/assets/1834f5c5-a1e6-4674-9be2-1094d1376eda) |

r? ````@jieyouxu````
</content>
</entry>
<entry>
<title>Rollup merge of #138624 - LukasWoodtli:gardena/lw/mipsel-maintainer, r=jieyouxu</title>
<updated>2025-03-27T04:57:21+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-03-27T04:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a07f0d7465cf8824d3e233fdced98d7c3495ef9c'/>
<id>urn:sha1:a07f0d7465cf8824d3e233fdced98d7c3495ef9c</id>
<content type='text'>
Add mipsel maintainer
</content>
</entry>
<entry>
<title>Document how the SDK is found if SDKROOT is not set</title>
<updated>2025-03-27T02:34:17+00:00</updated>
<author>
<name>Mads Marquart</name>
<email>mads@marquart.dk</email>
</author>
<published>2025-03-27T02:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dffb0dbc3e2f28a82085025aec4aea6a6a28b611'/>
<id>urn:sha1:dffb0dbc3e2f28a82085025aec4aea6a6a28b611</id>
<content type='text'>
I've intentionally used slightly vague language ("roughly"), as we don't
want to guarantee the exact invocation of `xcrun`, just hint that it's
close to that.
</content>
</entry>
<entry>
<title>Rollup merge of #138905 - Gelbpunkt:powerpc64-unknown-linux-musl-maintainer, r=compiler-errors</title>
<updated>2025-03-26T00:34:49+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-03-26T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6bfdff86240e3af8f740e05b0ec04a4090139c5'/>
<id>urn:sha1:f6bfdff86240e3af8f740e05b0ec04a4090139c5</id>
<content type='text'>
Add target maintainer information for powerpc64-unknown-linux-musl

We intend to fix the outstanding issues on the target and eventually promote it to tier 2. We have the capacity to maintain this target in the future and already perform regular builds of rustc for this target.

Currently, all host tools except miri build fine, but I have a patch for libffi-sys to make miri also compile fine for this target that is [pending review](https://github.com/tov/libffi-rs/pull/100).

While at it, add an option for the musl root for this target.

I also added a kernel version requirement, which is rather arbitrarily chosen, but it matches our tier 2 powerpc64le-unknown-linux-musl target so I think it is a good fit.
</content>
</entry>
<entry>
<title>Move Platform Support section to the bottom of rustc chapter book</title>
<updated>2025-03-25T20:05:08+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-03-25T20:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd4439952224f402e8d66aabdcbcc4d07fbc6115'/>
<id>urn:sha1:cd4439952224f402e8d66aabdcbcc4d07fbc6115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add target maintainer information for powerpc64-unknown-linux-musl</title>
<updated>2025-03-24T22:17:58+00:00</updated>
<author>
<name>Jens Reidel</name>
<email>adrian@travitia.xyz</email>
</author>
<published>2025-03-24T22:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a8ddee65c2a36941d8fe3806beff727a3834d1e'/>
<id>urn:sha1:1a8ddee65c2a36941d8fe3806beff727a3834d1e</id>
<content type='text'>
We intend to fix the outstanding issues on the target and eventually
promote it to tier 2. We have the capacity to maintain this target in
the future and already perform regular builds of rustc for this target.

Currently, all host tools except miri build fine, but I have a patch for
libffi-sys to make miri also compile fine for this target that is
pending review [1].

While at it, add an option for the musl root for this target.

[1]: https://github.com/tov/libffi-rs/pull/100

Signed-off-by: Jens Reidel &lt;adrian@travitia.xyz&gt;
</content>
</entry>
<entry>
<title>Rework `--print` options documentation</title>
<updated>2025-03-23T18:52:58+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-03-23T17:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7210df1a9ac3cec2e925012bcc9190c13b5a2402'/>
<id>urn:sha1:7210df1a9ac3cec2e925012bcc9190c13b5a2402</id>
<content type='text'>
</content>
</entry>
</feed>
