<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/function-arguments.rs, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-28T09:19:44+00:00</updated>
<entry>
<title>Support LLVM 12 in rustc</title>
<updated>2021-02-28T09:19:44+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-11-03T21:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55f345f32505c2095966a5dc46c4ae3290dbf7a1'/>
<id>urn:sha1:55f345f32505c2095966a5dc46c4ae3290dbf7a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update codegen tests with unnamed arguments</title>
<updated>2020-01-07T20:28:22+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-12-31T15:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e365bc74355b4d6fc7fbc1f2fa2de778a92f2d87'/>
<id>urn:sha1:e365bc74355b4d6fc7fbc1f2fa2de778a92f2d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the 'dereferenceable' attribute from Box</title>
<updated>2019-11-22T21:04:22+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-11-22T21:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be079117f068af74a133dcaaae33ed495f035cc2'/>
<id>urn:sha1:be079117f068af74a133dcaaae33ed495f035cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>codegen: use "_N" (like for other locals) instead of "argN", for argument names.</title>
<updated>2019-09-13T16:25:05+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-09-13T16:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdad2c52a538206a2f1c154bb5d5c3d7cb6b5d6f'/>
<id>urn:sha1:bdad2c52a538206a2f1c154bb5d5c3d7cb6b5d6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_allocator]`</title>
<updated>2019-06-08T20:55:25+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-08T08:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=74a6d1c821a37a407d2b2bc701d62d0b460b9215'/>
<id>urn:sha1:74a6d1c821a37a407d2b2bc701d62d0b460b9215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable emission of alignment attrs for pointer params</title>
<updated>2018-12-20T23:31:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-12-20T23:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db24d8e8e25192703eb8f2ad6864207e92979443'/>
<id>urn:sha1:db24d8e8e25192703eb8f2ad6864207e92979443</id>
<content type='text'>
Instead disable creation of assumptions during inlining using an
LLVM opt flag.

The -Z arg-align-attributes option which previously controlled this
behavior is removed.
</content>
</entry>
<entry>
<title>Bump minimum required LLVM version to 6.0</title>
<updated>2018-12-09T11:05:40+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-12-09T10:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=706e67b0a0143d651eb03f2fa2c30645899e81ff'/>
<id>urn:sha1:706e67b0a0143d651eb03f2fa2c30645899e81ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not put noalias annotations by default</title>
<updated>2018-09-29T10:00:41+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2018-09-28T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c62193fec1c5d2200c19d9445fe9bad753eefea'/>
<id>urn:sha1:9c62193fec1c5d2200c19d9445fe9bad753eefea</id>
<content type='text'>
This will be re-enabled sooner or later depending on results of further
investigation.

Fixes #54462
</content>
</entry>
<entry>
<title>Use partial but correct vtable layout</title>
<updated>2018-08-28T11:15:22+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-08-26T20:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ed8e16195658b839f6ff8f7b8ae719a42d2827e'/>
<id>urn:sha1:0ed8e16195658b839f6ff8f7b8ae719a42d2827e</id>
<content type='text'>
</content>
</entry>
</feed>
