<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_gcc/src/intrinsic, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-08T22:12:13+00:00</updated>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cg_gcc: Directly use rustc_abi instead of reexports</title>
<updated>2025-02-05T06:31:56+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-11-03T00:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e42cb3bedc0f2daba6772802c3e973477d2dd788'/>
<id>urn:sha1:e42cb3bedc0f2daba6772802c3e973477d2dd788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsics</title>
<updated>2025-01-15T03:49:39+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2024-12-15T11:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a911da13ddbfbe8cc9c7dec367cba715b6fb7f87'/>
<id>urn:sha1:a911da13ddbfbe8cc9c7dec367cba715b6fb7f87</id>
<content type='text'>
Combined with [1], this will change the overflowing multiplication
operations to return an `extern "C"`-safe type.

Link: https://github.com/rust-lang/compiler-builtins/pull/735 [1]
</content>
</entry>
<entry>
<title>Fix formatting</title>
<updated>2025-01-13T16:48:14+00:00</updated>
<author>
<name>Antoni Boucher</name>
<email>bouanto@zoho.com</email>
</author>
<published>2025-01-13T16:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2f17aeb67b607205fc4d9115f4a4d8e842bac5'/>
<id>urn:sha1:cf2f17aeb67b607205fc4d9115f4a4d8e842bac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12</title>
<updated>2025-01-13T15:53:58+00:00</updated>
<author>
<name>Antoni Boucher</name>
<email>bouanto@zoho.com</email>
</author>
<published>2025-01-13T15:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06f0a9bc785ad8654e1bf505f60ce7146b3850f3'/>
<id>urn:sha1:06f0a9bc785ad8654e1bf505f60ce7146b3850f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: fix some typos</title>
<updated>2024-12-18T15:23:44+00:00</updated>
<author>
<name>acceptacross</name>
<email>csqcqs@gmail.com</email>
</author>
<published>2024-12-18T15:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6734a04c0a6aff674011c9b4cb1c89cba2636c4d'/>
<id>urn:sha1:6734a04c0a6aff674011c9b4cb1c89cba2636c4d</id>
<content type='text'>
Signed-off-by: acceptacross &lt;csqcqs@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add simd_relaxed_fma intrinsic</title>
<updated>2024-11-23T19:39:42+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2024-11-23T19:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e73e9f9af202206372d1fc0bbe215aad376c0482'/>
<id>urn:sha1:e73e9f9af202206372d1fc0bbe215aad376c0482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use `TypingEnv` when no `infcx` is available</title>
<updated>2024-11-18T09:38:56+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-11-15T12:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cba14b95bb07a5b31ed1aac2bf4eadd248232da'/>
<id>urn:sha1:9cba14b95bb07a5b31ed1aac2bf4eadd248232da</id>
<content type='text'>
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
</content>
</entry>
<entry>
<title>Likely unlikely fix</title>
<updated>2024-11-17T20:49:10+00:00</updated>
<author>
<name>Jiri Bobek</name>
<email>jiri.bobek@gmail.com</email>
</author>
<published>2024-07-26T13:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=777003ae9fd4d81ada91f67f388d4f12c9ca220a'/>
<id>urn:sha1:777003ae9fd4d81ada91f67f388d4f12c9ca220a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cg_gcc: `rustc_abi::Abi` =&gt; `BackendRepr`</title>
<updated>2024-10-29T22:01:01+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-10-29T20:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03492099014ce0cd9c105b3e0995f3ecc966b3d8'/>
<id>urn:sha1:03492099014ce0cd9c105b3e0995f3ecc966b3d8</id>
<content type='text'>
</content>
</entry>
</feed>
