<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/vec/is_zero.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-10T17:48:48+00:00</updated>
<entry>
<title>alloc: remove unsound `IsZero` for raw pointers</title>
<updated>2025-01-10T17:48:48+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2025-01-10T17:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4426e9a3c260e329f51c94e2b231f72574271f0b'/>
<id>urn:sha1:4426e9a3c260e329f51c94e2b231f72574271f0b</id>
<content type='text'>
Fixes #135338
</content>
</entry>
<entry>
<title>library: consistently use American spelling for 'behavior'</title>
<updated>2024-10-25T10:02:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-25T10:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=854e3c43e005c992542a80bea9bbe16230470362'/>
<id>urn:sha1:854e3c43e005c992542a80bea9bbe16230470362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use generic `NonZero` everywhere in `alloc`.</title>
<updated>2024-02-22T14:17:34+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-02-19T04:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36d194f5612852a6d4fcf9d5fae8e0fba942adfa'/>
<id>urn:sha1:36d194f5612852a6d4fcf9d5fae8e0fba942adfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `IsZero` documentation</title>
<updated>2023-01-18T15:48:53+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2023-01-18T15:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=50e9f2e6e87911659b6ae63230a5797f4cdf28e1'/>
<id>urn:sha1:50e9f2e6e87911659b6ae63230a5797f4cdf28e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `alloc::vec::IsZero` for `Option&lt;$NUM&gt;` types</title>
<updated>2023-01-18T15:15:15+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2023-01-17T15:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b94a29a25ff9ca4a8edfc0b6c7d1d309dc03d5cd'/>
<id>urn:sha1:b94a29a25ff9ca4a8edfc0b6c7d1d309dc03d5cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove various double spaces in source comments.</title>
<updated>2023-01-14T16:22:04+00:00</updated>
<author>
<name>André Vennberg</name>
<email>andre.vennberg@gmail.com</email>
</author>
<published>2023-01-14T15:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b35f448f8e9f39ed6fc1c494eeb331afba513bc'/>
<id>urn:sha1:0b35f448f8e9f39ed6fc1c494eeb331afba513bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do the `calloc` optimization for `Option&lt;bool&gt;`</title>
<updated>2022-10-02T19:26:58+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2022-10-02T19:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31cd0aa823a379b6c0d0f66ba4172585d1780e8b'/>
<id>urn:sha1:31cd0aa823a379b6c0d0f66ba4172585d1780e8b</id>
<content type='text'>
Inspired by &lt;https://old.reddit.com/r/rust/comments/xtiqj8/why_is_this_functional_version_faster_than_my_for/iqqy37b/&gt;.
</content>
</entry>
<entry>
<title>implement IsZero for Saturating and Wrapping</title>
<updated>2022-09-02T23:55:01+00:00</updated>
<author>
<name>asquared31415</name>
<email>34665709+asquared31415@users.noreply.github.com</email>
</author>
<published>2022-09-02T22:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=80e035c9e4f43bba282ec061dcbeae44ddb20f5f'/>
<id>urn:sha1:80e035c9e4f43bba282ec061dcbeae44ddb20f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support vec zero-alloc optimization for tuples and byte arrays</title>
<updated>2022-07-24T19:56:39+00:00</updated>
<author>
<name>AngelicosPhosphoros</name>
<email>xuzin.timur@gmail.com</email>
</author>
<published>2022-05-31T12:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86d445eda8ca2d884551fd0ac00a89e4bfe1cc81'/>
<id>urn:sha1:86d445eda8ca2d884551fd0ac00a89e4bfe1cc81</id>
<content type='text'>
* Implement IsZero trait for tuples up to 8 IsZero elements;
* Implement IsZero for u8/i8, leading to implementation of it for arrays of them too;
* Add more codegen tests for this optimization.
* Lower size of array for IsZero trait because it fails to inline checks
</content>
</entry>
<entry>
<title>Tweak the calloc optimization to only apply to shortish-arrays</title>
<updated>2022-05-02T05:28:11+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2022-05-01T07:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2830dbd64f50b4a8025025f01578e45cbf9d3719'/>
<id>urn:sha1:2830dbd64f50b4a8025025f01578e45cbf9d3719</id>
<content type='text'>
</content>
</entry>
</feed>
