<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_cranelift/scripts, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-25T18:51:16+00:00</updated>
<entry>
<title>Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-2025-05-25</title>
<updated>2025-05-25T18:51:16+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-05-25T18:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3816385b09db445ab580043ed45218df8c1198ad'/>
<id>urn:sha1:3816385b09db445ab580043ed45218df8c1198ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-2025-03-30</title>
<updated>2025-03-30T15:43:48+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-03-30T15:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1111a9788650b6cde6f78250a81328f6ab211b51'/>
<id>urn:sha1:1111a9788650b6cde6f78250a81328f6ab211b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-2025-02-07</title>
<updated>2025-02-07T20:58:27+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-07T20:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cac271fd388c0f6a4611ac240ba43fd941eeae21'/>
<id>urn:sha1:cac271fd388c0f6a4611ac240ba43fd941eeae21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-2025-01-20</title>
<updated>2025-01-20T15:30:04+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-20T15:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d740a3f06a4e32b72383bdf3b60d9855fa80bb61'/>
<id>urn:sha1:d740a3f06a4e32b72383bdf3b60d9855fa80bb61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'e39eacd2d415803ef82de3b6a314e4f2d0fbc4dc' into sync_cg_clif-2025-01-10</title>
<updated>2025-01-10T09:02:07+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-10T09:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92a664e111ef7c75ce0b95fc831d5d700f027acf'/>
<id>urn:sha1:92a664e111ef7c75ce0b95fc831d5d700f027acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only test proc-macro invalid compile flags with panic=unwind</title>
<updated>2025-01-08T18:00:26+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>etryzelaar@google.com</email>
</author>
<published>2025-01-07T23:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49942961a7142e11289d8aaece3803fe7442f3d4'/>
<id>urn:sha1:49942961a7142e11289d8aaece3803fe7442f3d4</id>
<content type='text'>
Fuchsia explicitly builds rust and all rust targets with `-C
panic=abort` to minimize code generation size. However, when compiling a
proc-macro with this setting it can cause a warning to be emitted, which
breaks `tests/ui/invalid-compile-flags/crate-type-flag.rs`. This hasn't
been a problem in the past for us since we compile our proc macros on
host, rather than inside Fuchsia.

This attempts to fix the issue by explicitly requiring that we're using
the unwinder when compiling this test to avoid the warning being
emitted.

Fixes #135223
</content>
</entry>
<entry>
<title>Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-2025-01-05</title>
<updated>2025-01-05T15:44:46+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-05T15:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a94e2d513b8b3113ea53e5abf4403ef4e91914e3'/>
<id>urn:sha1:a94e2d513b8b3113ea53e5abf4403ef4e91914e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-2024-12-06</title>
<updated>2024-12-06T12:10:30+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-06T12:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3d837afe1190420464ccd6933b90b01be338ca2'/>
<id>urn:sha1:b3d837afe1190420464ccd6933b90b01be338ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly disable llvm tools for cranelift</title>
<updated>2024-11-19T12:29:54+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-11-19T12:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b5c88301bcc20de9fa58b7390d78d596f7d7223'/>
<id>urn:sha1:4b5c88301bcc20de9fa58b7390d78d596f7d7223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-2024-11-09</title>
<updated>2024-11-09T13:48:06+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-11-09T13:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a'/>
<id>urn:sha1:c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a</id>
<content type='text'>
</content>
</entry>
</feed>
