<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_gcc/example, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-08-18T17:46:53+00:00</updated>
<entry>
<title>stabilize raw_ref_op</title>
<updated>2024-08-18T17:46:53+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-07-13T11:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=79503dd742253cdca54f10aec9052ff477ccaf38'/>
<id>urn:sha1:79503dd742253cdca54f10aec9052ff477ccaf38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes in various places</title>
<updated>2024-08-10T10:08:46+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-03-20T21:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e77612d3e4ff34d5096fbf7f8a1b9d3a4351770c'/>
<id>urn:sha1:e77612d3e4ff34d5096fbf7f8a1b9d3a4351770c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stabilize `is_sorted`</title>
<updated>2024-07-27T19:11:54+00:00</updated>
<author>
<name>Slanterns</name>
<email>slanterns.w@gmail.com</email>
</author>
<published>2024-07-27T17:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec0b3540925af3cab9c38b0344902d48edb9d5b8'/>
<id>urn:sha1:ec0b3540925af3cab9c38b0344902d48edb9d5b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lang feature for type ascription</title>
<updated>2024-07-12T00:40:38+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-07-11T22:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a36fcc8969761fa08c8f969104bba500ff0fb75c'/>
<id>urn:sha1:a36fcc8969761fa08c8f969104bba500ff0fb75c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master</title>
<updated>2024-07-10T10:44:23+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-07-10T10:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7cbe50e2098c35fda06433cd36bbced941607317'/>
<id>urn:sha1:7cbe50e2098c35fda06433cd36bbced941607317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Step bootstrap cfgs</title>
<updated>2024-05-02T02:19:11+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-04-29T13:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a64f94161130944f8fda1f6dcc00f37860f43ecf'/>
<id>urn:sha1:a64f94161130944f8fda1f6dcc00f37860f43ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Error on using `yield` without also using `#[coroutine]` on the closure</title>
<updated>2024-04-24T08:05:29+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-04-11T13:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aef0f4024aec24fd7e53dbc51883457e44fe17ce'/>
<id>urn:sha1:aef0f4024aec24fd7e53dbc51883457e44fe17ce</id>
<content type='text'>
And suggest adding the `#[coroutine]` to the closure
</content>
</entry>
<entry>
<title>Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo</title>
<updated>2024-04-23T18:17:51+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-04-23T18:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=918304b190dea160fd2737cc1b840046064b303c'/>
<id>urn:sha1:918304b190dea160fd2737cc1b840046064b303c</id>
<content type='text'>
Dellvmize some intrinsics (use `u32` instead of `Self` in some integer intrinsics)

This implements https://github.com/rust-lang/compiler-team/issues/693 minus what was implemented in #123226.

Note: I decided to _not_ change `shl`/... builder methods, as it just doesn't seem worth it.

r? ``@scottmcm``
</content>
</entry>
<entry>
<title>Fixup `rustc_codegen_gcc` test signature</title>
<updated>2024-04-20T12:18:21+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2024-04-20T03:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=468179c680a35e47ed49fd22fe029415bc983b19'/>
<id>urn:sha1:468179c680a35e47ed49fd22fe029415bc983b19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>static_mut_refs: use raw pointers to remove the remaining FIXME</title>
<updated>2024-04-15T16:45:56+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-04-15T15:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4a46457581e9c777af8d31a9e1cd145d8c1be31'/>
<id>urn:sha1:b4a46457581e9c777af8d31a9e1cd145d8c1be31</id>
<content type='text'>
</content>
</entry>
</feed>
