<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_gcc/example, 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-07-18T20:35:58+00:00</updated>
<entry>
<title>Remove forgotten git annotations</title>
<updated>2025-07-18T20:35:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-07-18T20:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f16474f7bf0419de39db82fcf2f308cb42c2997d'/>
<id>urn:sha1:f16474f7bf0419de39db82fcf2f308cb42c2997d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-update_cg_gcc_2025-07-18</title>
<updated>2025-07-18T16:31:20+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-07-18T16:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=66017df336ae650c7fff2970e470a792036ba4be'/>
<id>urn:sha1:66017df336ae650c7fff2970e470a792036ba4be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop backends from needing to support nullary intrinsics</title>
<updated>2025-06-30T08:04:19+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-21T11:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=672e0bec9edfb174c93edafcfe46a8fa3c05c931'/>
<id>urn:sha1:672e0bec9edfb174c93edafcfe46a8fa3c05c931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_cg_gcc_2025-06-18</title>
<updated>2025-06-18T13:11:44+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-18T13:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c48d8d4d800df8a59d412c5c4299c8fadcd039e9'/>
<id>urn:sha1:c48d8d4d800df8a59d412c5c4299c8fadcd039e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cranelift/gcc: `{Meta,Pointee,}Sized` in minicore</title>
<updated>2025-06-16T23:04:37+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-03-05T04:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d128856ce0cc12437285aad4f9b89958f044814'/>
<id>urn:sha1:3d128856ce0cc12437285aad4f9b89958f044814</id>
<content type='text'>
As in many previous commits, adding the new traits to minicore, but this
time for cranelift and gcc.
</content>
</entry>
<entry>
<title>Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors</title>
<updated>2025-06-14T09:27:10+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-06-14T09:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db23a76217490844d404ba5931798df74fd0268e'/>
<id>urn:sha1:db23a76217490844d404ba5931798df74fd0268e</id>
<content type='text'>
Unimplement unsized_locals

Implements https://github.com/rust-lang/compiler-team/issues/630

Tracking issue here: https://github.com/rust-lang/rust/issues/111942

Note that this just removes the feature, not the implementation, and does not touch `unsized_fn_params`. This is because it is required to support `Box&lt;dyn FnOnce()&gt;: FnOnce()`.

There may be more that should be removed (possibly in follow up prs)
- the `forget_unsized` function and `forget` intrinsic.
- the `unsized_locals` test directory; I've just fixed up the tests for now
- various codegen support for unsized values and allocas

cc ``@JakobDegen`` ``@oli-obk`` ``@Noratrieb`` ``@programmerjake`` ``@bjorn3``

``@rustbot`` label F-unsized_locals

Fixes rust-lang/rust#79409
</content>
</entry>
<entry>
<title>Unimplement unsized_locals</title>
<updated>2025-06-12T23:16:36+00:00</updated>
<author>
<name>mejrs</name>
<email>59372212+mejrs@users.noreply.github.com</email>
</author>
<published>2025-06-12T23:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0e02e26b39913ec1ee31621c65784542b137310'/>
<id>urn:sha1:c0e02e26b39913ec1ee31621c65784542b137310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>intrinsics: rename min_align_of to align_of</title>
<updated>2025-06-12T15:50:25+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-06-12T11:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62418f4c56e57a591d51ba24ccbd6c7271ce4cb5'/>
<id>urn:sha1:62418f4c56e57a591d51ba24ccbd6c7271ce4cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new Tier-3 targets: `loongarch32-unknown-none*`</title>
<updated>2025-06-06T00:19:38+00:00</updated>
<author>
<name>WANG Rui</name>
<email>wangrui@loongson.cn</email>
</author>
<published>2025-01-09T12:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38d69c3f571b668c82cfb90e5bea8bc86530530c'/>
<id>urn:sha1:38d69c3f571b668c82cfb90e5bea8bc86530530c</id>
<content type='text'>
MCP: https://github.com/rust-lang/compiler-team/issues/865
</content>
</entry>
<entry>
<title>Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_cg_gcc_2025-05-14</title>
<updated>2025-05-14T11:51:02+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-05-14T11:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c4ab86955fad6e63bcd07861226758461d57c33'/>
<id>urn:sha1:1c4ab86955fad6e63bcd07861226758461d57c33</id>
<content type='text'>
</content>
</entry>
</feed>
