<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_metadata, 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-12T20:14:15+00:00</updated>
<entry>
<title>Don't store defaultness for inherent impl items</title>
<updated>2025-09-12T20:14:15+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2025-08-13T19:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b995a55cafcbcafec51aba6c567b32161fa9c2f1'/>
<id>urn:sha1:b995a55cafcbcafec51aba6c567b32161fa9c2f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split AssocContainer::{InherentImpl,TraitImpl}</title>
<updated>2025-09-12T20:14:15+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2025-08-13T20:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9615ec7d108399501d7d48f4aeac46561ef31fc8'/>
<id>urn:sha1:9615ec7d108399501d7d48f4aeac46561ef31fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename AssocItemContainer -&gt; AssocContainer</title>
<updated>2025-09-12T20:10:30+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2025-08-13T19:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5590e55b03722fb7da2d965478deb4b5d62bf97a'/>
<id>urn:sha1:5590e55b03722fb7da2d965478deb4b5d62bf97a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcvalle</title>
<updated>2025-09-04T22:51:33+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-04T22:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3cfb8faf84c5f3b7909479a9f9b6a3290d5f4d7'/>
<id>urn:sha1:b3cfb8faf84c5f3b7909479a9f9b6a3290d5f4d7</id>
<content type='text'>
Sanitizers target modificators

Depends on bool flag fix: https://github.com/rust-lang/rust/pull/138483.

Some sanitizers need to be target modifiers, and some do not. For now, we should mark all sanitizers as target modifiers except for these: AddressSanitizer, LeakSanitizer

For kCFI, the helper flag -Zsanitizer-cfi-normalize-integers should also be a target modifier.

Many test errors was with sanizer flags inconsistent with std deps. Tests are fixed with `-C unsafe-allow-abi-mismatch`.
</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>Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol</title>
<updated>2025-08-29T02:54:12+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-08-29T02:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2246dda682c4995e0e4b432b72f810da2d525833'/>
<id>urn:sha1:2246dda682c4995e0e4b432b72f810da2d525833</id>
<content type='text'>
Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml`

Following on from rust-lang/rust#145740.

r? `@Kobzol`
</content>
</entry>
<entry>
<title>Add `odht` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:12:16+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T21:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20d03752c5a1c6ea4f81fcb09505977a6c945d8b'/>
<id>urn:sha1:20d03752c5a1c6ea4f81fcb09505977a6c945d8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `tempfile` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T10:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77d2f0c16e0c3957052a3ecaccd9479be8efed87'/>
<id>urn:sha1:77d2f0c16e0c3957052a3ecaccd9479be8efed87</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>Port the `#[link]` attribute to the new parser</title>
<updated>2025-08-27T18:25:16+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-16T11:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8d08b5416c0fd159388fe6cdd1a3b43dd759132'/>
<id>urn:sha1:e8d08b5416c0fd159388fe6cdd1a3b43dd759132</id>
<content type='text'>
</content>
</entry>
</feed>
