<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/stdarch, 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-08-13T20:37:40+00:00</updated>
<entry>
<title>Stabilize `sse4a` and `tbm` target features</title>
<updated>2025-08-13T20:37:40+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-07-27T18:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=100d19ce5ba823faeb8b1ed6944b1047fe342de9'/>
<id>urn:sha1:100d19ce5ba823faeb8b1ed6944b1047fe342de9</id>
<content type='text'>
 - remove some stabilized target features from `gate.rs`
</content>
</entry>
<entry>
<title>use `IntoIterator` for the `add_flags` methods</title>
<updated>2025-08-05T10:42:03+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>folkert@folkertdev.nl</email>
</author>
<published>2025-08-05T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de01bd3c72e08a11a616cfe23dbc06afb2f22166'/>
<id>urn:sha1:de01bd3c72e08a11a616cfe23dbc06afb2f22166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1895 from madhav-madhusoodanan/intrinsic-test-intrinsictype-cleanup</title>
<updated>2025-08-05T08:58:45+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>flokkievids@gmail.com</email>
</author>
<published>2025-08-05T08:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=841c8e4f93fd4047f2b447efd633c463f14e49aa'/>
<id>urn:sha1:841c8e4f93fd4047f2b447efd633c463f14e49aa</id>
<content type='text'>
`intrinsic-test`: Cleaning the `IntrinsicType` struct and related functionalities
</content>
</entry>
<entry>
<title>chore: moved chunk_info to `common` and code cleanup</title>
<updated>2025-08-05T07:57:36+00:00</updated>
<author>
<name>Madhav Madhusoodanan</name>
<email>madhavmadhusoodanan@gmail.com</email>
</author>
<published>2025-08-05T07:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e84116db8ea75b1dec82ebc69ec7ff305bc54926'/>
<id>urn:sha1:e84116db8ea75b1dec82ebc69ec7ff305bc54926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: cleaned the IntrinsicType struct and associated functions.</title>
<updated>2025-08-05T07:51:47+00:00</updated>
<author>
<name>Madhav Madhusoodanan</name>
<email>madhavmadhusoodanan@gmail.com</email>
</author>
<published>2025-08-05T07:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76dce27325207bdefbbdc1e76dab0605fbdc4294'/>
<id>urn:sha1:76dce27325207bdefbbdc1e76dab0605fbdc4294</id>
<content type='text'>
Changes: 1. Removed `from_c` from the IntrinsicType definition. 2. Moved
the `from_c` arm-specific definition to an ArmIntrinsicType-specific
impl block
</content>
</entry>
<entry>
<title>Merge pull request #1889 from rust-lang/rustc-pull</title>
<updated>2025-08-03T10:44:41+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>flokkievids@gmail.com</email>
</author>
<published>2025-08-03T10:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c691374cc19d583103f3da5d655efb308a1648b9'/>
<id>urn:sha1:c691374cc19d583103f3da5d655efb308a1648b9</id>
<content type='text'>
Rustc pull update
</content>
</entry>
<entry>
<title>feat: Added another variant of the Constraint enum</title>
<updated>2025-08-03T10:03:46+00:00</updated>
<author>
<name>Madhav Madhusoodanan</name>
<email>madhavmadhusoodanan@gmail.com</email>
</author>
<published>2025-08-02T12:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b216c3f6ffe04f0bc66ef064fcb38fd60e52ad4'/>
<id>urn:sha1:3b216c3f6ffe04f0bc66ef064fcb38fd60e52ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use gcc 15 as the linker on loongarch</title>
<updated>2025-08-02T12:26:47+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>folkert@folkertdev.nl</email>
</author>
<published>2025-08-02T12:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c861fbd30391596e8fb1979b5cbc4e2807a8aed4'/>
<id>urn:sha1:c861fbd30391596e8fb1979b5cbc4e2807a8aed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ref '32e7a4b92b10' from rust-lang/rust</title>
<updated>2025-07-31T04:20:38+00:00</updated>
<author>
<name>The rustc-josh-sync Cronjob Bot</name>
<email>github-actions@github.com</email>
</author>
<published>2025-07-31T04:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49aa0ecc7b251003e61c38a56471195a2d3dabee'/>
<id>urn:sha1:49aa0ecc7b251003e61c38a56471195a2d3dabee</id>
<content type='text'>
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 32e7a4b92b109c24e9822c862a7c74436b50e564
Filtered ref: 56d8aa13f54944edb711f3bdd7013b082dbaa65b

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-31T04:20:34+00:00</updated>
<author>
<name>The rustc-josh-sync Cronjob Bot</name>
<email>github-actions@github.com</email>
</author>
<published>2025-07-31T04:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8926d9cc0325f87dfc1959043097204bca49a1d9'/>
<id>urn:sha1:8926d9cc0325f87dfc1959043097204bca49a1d9</id>
<content type='text'>
This updates the rust-version file to 32e7a4b92b109c24e9822c862a7c74436b50e564.
</content>
</entry>
</feed>
