<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/run-make-support, 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-09-05T13:22:50+00:00</updated>
<entry>
<title>`run-make-support`: handle unavailable in-tree cargo under `run-make` test suite</title>
<updated>2025-09-05T13:22:50+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-09-05T08:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aebcbe0a4b1bb7df327bccf94a82117b4ca99a9f'/>
<id>urn:sha1:aebcbe0a4b1bb7df327bccf94a82117b4ca99a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert introduction of `[workspace.dependencies]`.</title>
<updated>2025-09-02T09:12:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-09-02T09:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=301655eafe56a4b5064adebd412becf94b59221c'/>
<id>urn:sha1:301655eafe56a4b5064adebd412becf94b59221c</id>
<content type='text'>
This was done in #145740 and #145947. It is causing problems for people
using r-a on anything that uses the rustc-dev rustup package, e.g. Miri,
clippy.

This repository has lots of submodules and subtrees and various
different projects are carved out of pieces of it. It seems like
`[workspace.dependencies]` will just be more trouble than it's worth.
</content>
</entry>
<entry>
<title>Add `serde_json` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T09:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=daf6fe2c1b51877d027453191ec648f52fc0ea8c'/>
<id>urn:sha1:daf6fe2c1b51877d027453191ec648f52fc0ea8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `libc` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T09:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12dc789bc657b1f0b695c39f81de9269f8c709b4'/>
<id>urn:sha1:12dc789bc657b1f0b695c39f81de9269f8c709b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute</title>
<updated>2025-08-13T17:49:06+00:00</updated>
<author>
<name>StackOverflowExcept1on</name>
<email>109800286+StackOverflowExcept1on@users.noreply.github.com</email>
</author>
<published>2025-08-11T21:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f978932903cac8cf508ef78b8133fafd9fe5a5b8'/>
<id>urn:sha1:f978932903cac8cf508ef78b8133fafd9fe5a5b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pgo tests</title>
<updated>2025-08-13T01:42:46+00:00</updated>
<author>
<name>ywxt</name>
<email>ywxtcwh@gmail.com</email>
</author>
<published>2025-08-13T01:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc8a52161950a59cc1d8f118d1fb10ab5890e84e'/>
<id>urn:sha1:bc8a52161950a59cc1d8f118d1fb10ab5890e84e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu</title>
<updated>2025-08-08T02:52:54+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-08-08T02:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2edfd3636117db8f57cc49c3a0b786c6245b0617'/>
<id>urn:sha1:2edfd3636117db8f57cc49c3a0b786c6245b0617</id>
<content type='text'>
[win][arm64ec] Fix msvc-wholearchive for Arm64EC

`msvc-wholearchive` was failing on Arm64EC Windows as it requires the `/MACHINE:ARM64EC` flag to be passed to the MSVC linker.

This required splitting the `extra_c_flags` function into a new `extra_linker_flags` function as `/MACHINE:ARM64EC` is not a valid argument to be passed to the MSVC Compiler (instead, `/arm64EC` should be used).
</content>
</entry>
<entry>
<title>run-make: Allow blessing snapshot files that don't exist yet</title>
<updated>2025-08-06T01:17:56+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-08-05T12:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f96fbb214b64a6d373b239deeb8a65b8059ffda7'/>
<id>urn:sha1:f96fbb214b64a6d373b239deeb8a65b8059ffda7</id>
<content type='text'>
This makes it possible to bless the snapshot files used by `diff()` in
newly-created run-make tests, without having to create the files manually
beforehand.
</content>
</entry>
<entry>
<title>[win][arm64ec] Fix msvc-wholearchive for Arm64EC</title>
<updated>2025-08-05T00:05:20+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-08-05T00:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36383dd2b8e1eeb18c018f1db324425f4355fe10'/>
<id>urn:sha1:36383dd2b8e1eeb18c018f1db324425f4355fe10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add correct dynamic_lib_extension for aix</title>
<updated>2025-07-31T19:49:23+00:00</updated>
<author>
<name>Curtis D'Alves</name>
<email>curtis.dalves@ibm.com</email>
</author>
<published>2025-07-31T19:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37d52ed092b1bb2d263702f59da56c06b7b26613'/>
<id>urn:sha1:37d52ed092b1bb2d263702f59da56c06b7b26613</id>
<content type='text'>
</content>
</entry>
</feed>
