<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen/array-map.rs, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-04-12T01:42:35+00:00</updated>
<entry>
<title>use [N x i8] for alloca types</title>
<updated>2024-04-12T01:42:35+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2024-02-24T05:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4426c189f2587fc5e8f48bf518cc75a37d93d0f'/>
<id>urn:sha1:f4426c189f2587fc5e8f48bf518cc75a37d93d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore less tests in debug builds</title>
<updated>2024-02-23T23:04:01+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-02-23T23:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f3c0b98593044c00492f4287e27ef9733121c97'/>
<id>urn:sha1:2f3c0b98593044c00492f4287e27ef9733121c97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives</title>
<updated>2024-02-22T16:04:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-22T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e48b96692d63a79a14563f27fe5185f122434f8'/>
<id>urn:sha1:6e48b96692d63a79a14563f27fe5185f122434f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove uses of no-system-llvm</title>
<updated>2024-01-23T09:31:07+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2024-01-23T09:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31f5f033e9a712cf586534e505a81f6e241f9db1'/>
<id>urn:sha1:31f5f033e9a712cf586534e505a81f6e241f9db1</id>
<content type='text'>
It looks like none of these are actually needed.
</content>
</entry>
<entry>
<title>Allow disjoint flag in codegen test</title>
<updated>2024-01-23T09:12:36+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2024-01-22T09:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5'/>
<id>urn:sha1:823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update array-map test for removed alloca</title>
<updated>2023-07-10T23:19:35+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-05-14T02:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be1d4e3e0b97ac07d6a76356a8714c0eaa39610b'/>
<id>urn:sha1:be1d4e3e0b97ac07d6a76356a8714c0eaa39610b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove array_zip</title>
<updated>2023-05-30T07:40:39+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2023-05-30T07:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=472230d192b8bace6ddbe825d68ccd27d0d5ef1d'/>
<id>urn:sha1:472230d192b8bace6ddbe825d68ccd27d0d5ef1d</id>
<content type='text'>
`[T; N]::zip` is "eager" but most zips are mapped.
This causes poor optimization in generated code.
This is a fundamental design issue and "zip" is
"prime real estate" in terms of function names,
so let's free it up again.
</content>
</entry>
<entry>
<title>Permit MIR inlining without #[inline]</title>
<updated>2023-04-07T19:46:43+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-03-17T02:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3126b1084fe93376458933d85c131dffd6086f2'/>
<id>urn:sha1:e3126b1084fe93376458933d85c131dffd6086f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase array size in array-map.rs</title>
<updated>2023-03-22T08:30:37+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2023-03-15T16:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58ac25b453793662f92784dc94143ab19f1fd700'/>
<id>urn:sha1:58ac25b453793662f92784dc94143ab19f1fd700</id>
<content type='text'>
Make sure that the loop is not fully unrolled (which allows
eliminating the allocas) in LLVM 16 either.
</content>
</entry>
<entry>
<title>Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper"</title>
<updated>2023-03-18T22:49:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2023-03-18T22:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4192743ab7bb5339c911a541f3aad5d3ec79c43b'/>
<id>urn:sha1:4192743ab7bb5339c911a541f3aad5d3ec79c43b</id>
<content type='text'>
This reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing
changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5.
</content>
</entry>
</feed>
