<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/inline, branch 1.46.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.46.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.46.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-06-26T08:08:52+00:00</updated>
<entry>
<title>Show the values and computation that would overflow a const evaluation or propagation</title>
<updated>2020-06-26T08:08:52+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-06-19T16:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=819cde5dabd90dab1fb462cd713457421d0ebd36'/>
<id>urn:sha1:819cde5dabd90dab1fb462cd713457421d0ebd36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Bless mir-opt tests"</title>
<updated>2020-06-04T15:29:10+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2020-06-04T15:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34c0f0599d71118acd9a7c1648f585b9a4516857'/>
<id>urn:sha1:34c0f0599d71118acd9a7c1648f585b9a4516857</id>
<content type='text'>
This reverts commit a030c923412b0a0f7b02a585debe7bf60357370d.
</content>
</entry>
<entry>
<title>InstCombine: Don't optimize `&amp;mut *x` into `x`</title>
<updated>2020-05-31T14:22:23+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2020-05-31T14:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=309661e84f04bedb247f42331b144a8d5ad9338d'/>
<id>urn:sha1:309661e84f04bedb247f42331b144a8d5ad9338d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid `Operand::Copy` with `&amp;mut T`</title>
<updated>2020-05-25T19:44:36+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2020-05-23T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ca626258ae9a677c4d63fa278847eb90e514868'/>
<id>urn:sha1:4ca626258ae9a677c4d63fa278847eb90e514868</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clear MIR local type annotations after borrowck</title>
<updated>2020-05-24T02:15:23+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2020-05-24T00:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=235929953719661e70e152e63521a1c446d76caf'/>
<id>urn:sha1:235929953719661e70e152e63521a1c446d76caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bless MIR tests that inline functions qualifying for NRVO</title>
<updated>2020-05-17T00:15:24+00:00</updated>
<author>
<name>Dylan MacKenzie</name>
<email>ecstaticmorse@gmail.com</email>
</author>
<published>2020-05-15T21:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=966df3e9266494771254db650cad478ca8c322e4'/>
<id>urn:sha1:966df3e9266494771254db650cad478ca8c322e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bless mir-opt tests</title>
<updated>2020-05-09T09:51:39+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2020-05-02T18:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a030c923412b0a0f7b02a585debe7bf60357370d'/>
<id>urn:sha1:a030c923412b0a0f7b02a585debe7bf60357370d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed "undef" stuff to "uninit"</title>
<updated>2020-05-07T15:27:29+00:00</updated>
<author>
<name>Hanif Bin Ariffin</name>
<email>hanif.ariffin.4326@gmail.com</email>
</author>
<published>2020-04-22T07:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2a8b39cd0d92090beec94eb269c4b209c2fdd33'/>
<id>urn:sha1:b2a8b39cd0d92090beec94eb269c4b209c2fdd33</id>
<content type='text'>
1. InvalidUndefBytes -&gt; InvalidUninitBytes
2. ScalarMaybeUndef -&gt; ScalarMaybeUninit
3. UndefMask -&gt; InitMask

Related issue  #71193
</content>
</entry>
<entry>
<title>Emit basic block ids for statements and terminators in MIR only in -Zverbose mode</title>
<updated>2020-04-27T13:16:12+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-04-25T09:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2fdc9468600797762cf7cb7ad4fe32e05c3373e'/>
<id>urn:sha1:a2fdc9468600797762cf7cb7ad4fe32e05c3373e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check that `AsRef` and `AsMut` are inlined</title>
<updated>2020-04-26T10:47:15+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-04-26T10:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf61a562896e3abded4891719884c6acc18b5039'/>
<id>urn:sha1:cf61a562896e3abded4891719884c6acc18b5039</id>
<content type='text'>
</content>
</entry>
</feed>
