<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_mir/util, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk</title>
<updated>2020-08-26T13:10:42+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-08-26T13:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ead62235a50e43b08a103d403d6fbfbc2b48352'/>
<id>urn:sha1:6ead62235a50e43b08a103d403d6fbfbc2b48352</id>
<content type='text'>
change offset from u32 to u64

References #71696

r? @oli-obk

(closed the earlier pr because the rebase got messed up)
</content>
</entry>
<entry>
<title>tidy</title>
<updated>2020-08-25T01:21:31+00:00</updated>
<author>
<name>DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-08-25T01:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6a4a76a9afabc3288cc288d46bf0def0431d822'/>
<id>urn:sha1:f6a4a76a9afabc3288cc288d46bf0def0431d822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2020-08-25T01:00:27+00:00</updated>
<author>
<name>DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-08-25T01:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1c2b9891dea834f28e921ce40107ea8bcb4cbc6'/>
<id>urn:sha1:b1c2b9891dea834f28e921ce40107ea8bcb4cbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed not-needed conversion</title>
<updated>2020-08-24T22:59:07+00:00</updated>
<author>
<name>DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-08-24T22:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd1cd672e8138820a17bcec4e67f99ff394566b1'/>
<id>urn:sha1:dd1cd672e8138820a17bcec4e67f99ff394566b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hir: consistent use and naming of lang items</title>
<updated>2020-08-24T11:17:51+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-18T10:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6cc268e316d37d97fbdda6c1bf3e5a58dea470fe'/>
<id>urn:sha1:6cc268e316d37d97fbdda6c1bf3e5a58dea470fe</id>
<content type='text'>
This commit adjusts the naming of various lang items so that they are
consistent and don't include prefixes containing the target or
"LangItem". In addition, lang item variants are no longer exported from
the `lang_items` module.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>        change offset from u32 to u64</title>
<updated>2020-08-23T12:54:58+00:00</updated>
<author>
<name>DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-08-23T12:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cc2cabee25a2ea74d13720c980bfd0379b9945a'/>
<id>urn:sha1:4cc2cabee25a2ea74d13720c980bfd0379b9945a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress ty::Float in MIR comments of ty::Const</title>
<updated>2020-08-20T16:03:09+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-20T03:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d97bbd3a2182f6199287601fed993d2d20e1f568'/>
<id>urn:sha1:d97bbd3a2182f6199287601fed993d2d20e1f568</id>
<content type='text'>
Already covered by MIR constant comments
</content>
</entry>
<entry>
<title>Suppress MIR comments of Unit type</title>
<updated>2020-08-20T09:32:35+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-20T09:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86cf46172ff10673e4470e93a8b2d4974bf35f3c'/>
<id>urn:sha1:86cf46172ff10673e4470e93a8b2d4974bf35f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress MIR comments for FnDef in ty::Const</title>
<updated>2020-08-20T09:27:33+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-18T15:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=633a2e31efb42d0a141bfbd634e67f218e819303'/>
<id>urn:sha1:633a2e31efb42d0a141bfbd634e67f218e819303</id>
<content type='text'>
</content>
</entry>
</feed>
