<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/sync, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-04T14:32:04+00:00</updated>
<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>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>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>
<entry>
<title>Detect unused structs which derived Default</title>
<updated>2024-06-25T15:29:44+00:00</updated>
<author>
<name>mu001999</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-06-25T15:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6997b6876d62b7c42faf12af3164c87ab733be13'/>
<id>urn:sha1:6997b6876d62b7c42faf12af3164c87ab733be13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some `Arc` allocator leaks</title>
<updated>2024-01-28T17:33:34+00:00</updated>
<author>
<name>Wim Looman</name>
<email>git@nemo157.com</email>
</author>
<published>2024-01-28T11:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6837b812e69a0c024021e3a828bcdc5c7d8f1b4d'/>
<id>urn:sha1:6837b812e69a0c024021e3a828bcdc5c7d8f1b4d</id>
<content type='text'>
This doesn't matter for the stable `Global` allocator as it is a ZST
singleton, but other allocators may rely on all instances being dropped.
</content>
</entry>
<entry>
<title>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>Add Arc::into_inner for safely discarding Arcs without calling the destructor on the inner type.</title>
<updated>2023-01-21T16:43:25+00:00</updated>
<author>
<name>Frank Steffahn</name>
<email>frank.steffahn@stu.uni-kiel.de</email>
</author>
<published>2020-08-25T15:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33696fa9cab5bec947147d65833233b957b5edd5'/>
<id>urn:sha1:33696fa9cab5bec947147d65833233b957b5edd5</id>
<content type='text'>
Mainly rebased and squashed from PR rust-lang/rust#79665,
furthermore includes minor changes in comments.
</content>
</entry>
<entry>
<title>add some Miri-only tests</title>
<updated>2022-08-18T22:07:39+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-08-04T13:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27b044433367d7305f71bcf67dd9b5be0a0bd65a'/>
<id>urn:sha1:27b044433367d7305f71bcf67dd9b5be0a0bd65a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Box::new() instead of box syntax in alloc tests</title>
<updated>2022-05-28T22:41:14+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2022-05-28T21:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7230a15c32d01e1653d98c39ddd79097a59b550c'/>
<id>urn:sha1:7230a15c32d01e1653d98c39ddd79097a59b550c</id>
<content type='text'>
</content>
</entry>
</feed>
