<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/ffi, branch 1.85.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-28T14:42:39+00:00</updated>
<entry>
<title>docs: inline `alloc::ffi::c_str` types to `alloc::ffi`</title>
<updated>2024-12-28T14:42:39+00:00</updated>
<author>
<name>Lukas Markeffsky</name>
<email>@</email>
</author>
<published>2024-12-28T14:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11ad6ff3cb3cb3da0040541877c716ddc38ec388'/>
<id>urn:sha1:11ad6ff3cb3cb3da0040541877c716ddc38ec388</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some alloc tests to the alloctests crate</title>
<updated>2024-12-04T14:32:04+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-04T14:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b440ef8cdf029476d84e6ce8841f1e549d60998f'/>
<id>urn:sha1:b440ef8cdf029476d84e6ce8841f1e549d60998f</id>
<content type='text'>
Unit tests directly inside of standard library crates require a very
fragile way of building that is hard to reproduce outside of bootstrap.
</content>
</entry>
<entry>
<title>Use c"lit" for CStrings without unwrap</title>
<updated>2024-12-02T18:16:36+00:00</updated>
<author>
<name>Kornel</name>
<email>kornel@geekhood.net</email>
</author>
<published>2024-11-30T20:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eadea7764ee49e11165ed041e529cbe79707a31c'/>
<id>urn:sha1:eadea7764ee49e11165ed041e529cbe79707a31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace placeholder version</title>
<updated>2024-11-27T12:10:21+00:00</updated>
<author>
<name>Boxy</name>
<email>rust@boxyuwu.dev</email>
</author>
<published>2024-11-25T11:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=174ad448c7c5d71232bf50661f91b319b7e2a7e6'/>
<id>urn:sha1:174ad448c7c5d71232bf50661f91b319b7e2a7e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `From&lt;&amp;mut {slice}&gt;` for `Box/Rc/Arc&lt;{slice}&gt;`</title>
<updated>2024-10-29T20:24:12+00:00</updated>
<author>
<name>Eduardo Sánchez Muñoz</name>
<email>eduardosm-dev@e64.io</email>
</author>
<published>2024-10-22T19:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fe9041cc8eddaed402d17aa4facb2ce8f222e95'/>
<id>urn:sha1:9fe9041cc8eddaed402d17aa4facb2ce8f222e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubilee</title>
<updated>2024-10-15T03:12:34+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-10-15T03:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a00d35c5d36e2904fab770248d5009e7894bfdc'/>
<id>urn:sha1:3a00d35c5d36e2904fab770248d5009e7894bfdc</id>
<content type='text'>
Implemented `FromStr` for `CString` and `TryFrom&lt;CString&gt;` for `String`

The motivation of this change is making it possible to use `CString` in generic methods with `FromStr` and `TryInto&lt;String&gt;` trait bounds. The same traits are already implemented for `OsString` which is an FFI type too.
</content>
</entry>
<entry>
<title>Implemented FromStr for CString and TryFrom&lt;CString&gt; for String</title>
<updated>2024-10-01T18:59:18+00:00</updated>
<author>
<name>Yoh Deadfall</name>
<email>yoh.deadfall@hotmail.com</email>
</author>
<published>2024-09-20T09:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=302551388b1942bb4216bb5a15d9d55cee3643a8'/>
<id>urn:sha1:302551388b1942bb4216bb5a15d9d55cee3643a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark some more types as having insignificant dtor</title>
<updated>2024-09-27T15:59:39+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-27T02:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7033468a67c0e39b2e34de2b43f78a29d101861d'/>
<id>urn:sha1:7033468a67c0e39b2e34de2b43f78a29d101861d</id>
<content type='text'>
</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>[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths</title>
<updated>2024-09-19T12:13:19+00:00</updated>
<author>
<name>GnomedDev</name>
<email>david2005thomas@gmail.com</email>
</author>
<published>2024-09-18T20:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e4716888a731cdd929bdbaf94eeb3e192f1eace'/>
<id>urn:sha1:5e4716888a731cdd929bdbaf94eeb3e192f1eace</id>
<content type='text'>
</content>
</entry>
</feed>
