<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/inline-hint.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>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mir-opt: Replace clone on primitives with copy</title>
<updated>2022-03-10T09:19:02+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2022-02-23T07:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d4a3f11e2170c3c35b1faf4bd0ba86c73a56221'/>
<id>urn:sha1:0d4a3f11e2170c3c35b1faf4bd0ba86c73a56221</id>
<content type='text'>
We can't do it for everything, but it would be nice to at least stop making calls to clone methods in debug from things like derived-clones.
</content>
</entry>
<entry>
<title>Update references to `-Z symbol-mangling-version` to use `-C`</title>
<updated>2022-01-01T23:53:11+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2021-10-21T12:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff94b3b12b30d1a52d594cb48f80efa39a6029a6'/>
<id>urn:sha1:ff94b3b12b30d1a52d594cb48f80efa39a6029a6</id>
<content type='text'>
Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`.

Replace `-Z symbol-mangling-version=legacy` with
`-Z unstable-options -C symbol-mangling-version=legacy`.
</content>
</entry>
<entry>
<title>Fix setting inline hint based on `InstanceDef::requires_inline`</title>
<updated>2020-11-17T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-11-17T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ea25da237d75efc69d15824f6e04e2599420c38'/>
<id>urn:sha1:4ea25da237d75efc69d15824f6e04e2599420c38</id>
<content type='text'>
For instances where `InstanceDef::requires_inline` is true, an attempt
is made to set an inline hint though a call to the `inline` function.
The attempt is ineffective, since all attributes will be usually removed
by the second call.

Fix the issue by applying the attributes only once, with user provided
attributes having a priority when provided.
</content>
</entry>
</feed>
