<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_llvm/src/allocator.rs, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-03-17T14:08:09+00:00</updated>
<entry>
<title>Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]</title>
<updated>2025-03-17T14:08:09+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-12-02T14:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b754ef727ca87050a8d758fc44f524cfb4310eff'/>
<id>urn:sha1:b754ef727ca87050a8d758fc44f524cfb4310eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make allocator shim creation mostly use safe code</title>
<updated>2025-02-24T15:11:29+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-24T11:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=396baa750e51a0e40fb0b803bfa6399a35e604a2'/>
<id>urn:sha1:396baa750e51a0e40fb0b803bfa6399a35e604a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document some safety constraints and use more safe wrappers</title>
<updated>2025-02-11T09:47:13+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-01-14T12:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dcf1e4d72b4dbda592050dcde7d7972414b05d3c'/>
<id>urn:sha1:dcf1e4d72b4dbda592050dcde7d7972414b05d3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up FFI calls for operand bundles</title>
<updated>2024-10-30T02:26:24+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-28T06:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3071590ab70f016380fe16030057e84b76e59eb'/>
<id>urn:sha1:c3071590ab70f016380fe16030057e84b76e59eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a type-safe helper to cast `&amp;str` and `&amp;[u8]` to `*const c_char`</title>
<updated>2024-10-28T10:31:32+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-28T07:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bd84b23a8537314132e98b9fb2c3fea2cb57496'/>
<id>urn:sha1:4bd84b23a8537314132e98b9fb2c3fea2cb57496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use safe wrappers `get_visibility` and `set_visibility`</title>
<updated>2024-10-26T09:20:20+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-19T01:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b114040afbdf2366390dea7a53b8ca6fbf3f5951'/>
<id>urn:sha1:b114040afbdf2366390dea7a53b8ca6fbf3f5951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace -Z default-hidden-visibility with -Z default-visibility</title>
<updated>2024-10-01T12:32:13+00:00</updated>
<author>
<name>David Lattimore</name>
<email>dvdlttmr@gmail.com</email>
</author>
<published>2024-09-30T22:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f48194ea5578802c786edff59dd72388da0e6305'/>
<id>urn:sha1:f48194ea5578802c786edff59dd72388da0e6305</id>
<content type='text'>
MCP: https://github.com/rust-lang/compiler-team/issues/782

Co-authored-by: bjorn3 &lt;17426603+bjorn3@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid extra `cast()`s after `CStr::as_ptr()`</title>
<updated>2024-08-20T21:04:48+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2024-08-20T21:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e424e7fcaacf1bd26584a2ecf50299c0058fbba5'/>
<id>urn:sha1:e424e7fcaacf1bd26584a2ecf50299c0058fbba5</id>
<content type='text'>
These used to be `&amp;str` literals that did need a pointer cast, but that
became a no-op after switching to `c""` literals in #118566.
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
</feed>
