<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/const_allocation3/32bit, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-12T11:30:50+00:00</updated>
<entry>
<title>Pointer printing: do not print 0 offset</title>
<updated>2020-05-12T11:30:50+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-01T10:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fccdb3ded1aea60b699cc3d11dcd886f70fbb0e'/>
<id>urn:sha1:3fccdb3ded1aea60b699cc3d11dcd886f70fbb0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk</title>
<updated>2020-04-30T22:23:13+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2020-04-30T22:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c75f701707b529143df6ac2d5872f2cad1d6aa9'/>
<id>urn:sha1:3c75f701707b529143df6ac2d5872f2cad1d6aa9</id>
<content type='text'>
MIR dump: print pointers consistently with Miri output

This makes MIR allocation dump pointer printing consistent with Miri output: both use hexadecimal offsets with a `0x` prefix. To save some space, MIR dump replaces the `alloc` prefix by `a` when necessary.

I also made AllocId/Pointer printing more consistent in their Debug/Display handling, and adjusted Display printing for Scalar a bit to avoid using decimal printing when we do not know the sign with which to interpret the value (IMO using decimal then is misleading).
</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>print pointers more compactly when they are too big</title>
<updated>2020-04-26T16:14:19+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-26T16:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19eb9345dfa078d6adbcc186994d41af4113457a'/>
<id>urn:sha1:19eb9345dfa078d6adbcc186994d41af4113457a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync alloc dump and pointer printing</title>
<updated>2020-04-26T13:58:53+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-26T13:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c427438d24b047a4c9cdbe3ac89642f1460d19ec'/>
<id>urn:sha1:c427438d24b047a4c9cdbe3ac89642f1460d19ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add leading 0x to offset in Debug fmt of Pointer</title>
<updated>2020-04-23T05:43:27+00:00</updated>
<author>
<name>David Cook</name>
<email>divergentdave@gmail.com</email>
</author>
<published>2020-04-23T04:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c16b6e0faaad002be4b98f29400efe9605c395ae'/>
<id>urn:sha1:c16b6e0faaad002be4b98f29400efe9605c395ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove other Rvalues</title>
<updated>2020-04-15T18:53:41+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2020-04-03T23:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c0802b34124b777f2cf414a4d88a8576645c3c3'/>
<id>urn:sha1:7c0802b34124b777f2cf414a4d88a8576645c3c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update 32 bit mir-opt tests</title>
<updated>2020-04-14T07:14:58+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-04-14T07:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=647f810d7b7450845e0f99f63e8797be0c6c3302'/>
<id>urn:sha1:647f810d7b7450845e0f99f63e8797be0c6c3302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable `--bless`ing of MIR dumps</title>
<updated>2020-03-26T14:26:33+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-03-11T10:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9a5a03ffda14aaf505015b3b866c5a9f3cc6bf4'/>
<id>urn:sha1:c9a5a03ffda14aaf505015b3b866c5a9f3cc6bf4</id>
<content type='text'>
</content>
</entry>
</feed>
