<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_cranelift/build_system/tests.rs, branch 1.76.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.76.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.76.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-12-19T12:46:39+00:00</updated>
<entry>
<title>Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-2023-12-19</title>
<updated>2023-12-19T12:46:39+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-12-19T12:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5c38ded260e3a8e0bc60cd837bc08a47d841d65'/>
<id>urn:sha1:d5c38ded260e3a8e0bc60cd837bc08a47d841d65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove a cranelift test that doesn't make sense any more</title>
<updated>2023-12-12T07:15:17+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2023-12-02T13:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9c9b3e7a28b187f06395e91235bdc560f3d0807'/>
<id>urn:sha1:b9c9b3e7a28b187f06395e91235bdc560f3d0807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-2023-11-25</title>
<updated>2023-11-25T10:05:52+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-11-25T10:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa51a27f8e50d0df4db402be2d9b1f9396f6c85e'/>
<id>urn:sha1:aa51a27f8e50d0df4db402be2d9b1f9396f6c85e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fn_sig_for_fn_abi and the coroutine transform for generators</title>
<updated>2023-11-23T20:17:19+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-11-23T20:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7bc8d5cb7685bd8e35d7b1c9d3011b043abf775'/>
<id>urn:sha1:b7bc8d5cb7685bd8e35d7b1c9d3011b043abf775</id>
<content type='text'>
There were three issues previously:
* The self argument was pinned, despite Iterator::next taking an
  unpinned mutable reference.
* A resume argument was passed, despite Iterator::next not having one.
* The return value was CoroutineState&lt;Item, ()&gt; rather than Option&lt;Item&gt;

While these things just so happened to work with the LLVM backend,
cg_clif does much stricter checks when trying to assign a value to a
place. In addition it can't handle the mismatch between the amount of
arguments specified by the FnAbi and the FnSig.
</content>
</entry>
<entry>
<title>Add check-cfg to cranelift</title>
<updated>2023-11-16T02:45:48+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-11-14T23:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e8edb6659fa53379ead8dd033f270acd81406ac'/>
<id>urn:sha1:9e8edb6659fa53379ead8dd033f270acd81406ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10</title>
<updated>2023-11-10T11:30:51+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-11-10T11:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d186b4946059e9e9b69740ce03fcb4abe3c99b10'/>
<id>urn:sha1:d186b4946059e9e9b69740ce03fcb4abe3c99b10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-2023-10-21</title>
<updated>2023-10-21T19:54:51+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-10-21T19:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e07f47b6c524ec0deef65c66f10a501966037f26'/>
<id>urn:sha1:e07f47b6c524ec0deef65c66f10a501966037f26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09</title>
<updated>2023-10-09T08:52:46+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-10-09T08:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=169055f2ffef79b453e0d89599d0f0c5dabc0adb'/>
<id>urn:sha1:169055f2ffef79b453e0d89599d0f0c5dabc0adb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-2023-08-09</title>
<updated>2023-08-09T18:20:12+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-08-09T18:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37751893cce65bc707bdc017b81e40bd241ed2d1'/>
<id>urn:sha1:37751893cce65bc707bdc017b81e40bd241ed2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22</title>
<updated>2023-07-22T13:32:34+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-07-22T13:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36708123c1f73554c7bb5e8a2f0565aa25daef13'/>
<id>urn:sha1:36708123c1f73554c7bb5e8a2f0565aa25daef13</id>
<content type='text'>
</content>
</entry>
</feed>
