<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_middle/dep_graph/dep_node.rs, 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>Rework `rustc_serialize`</title>
<updated>2020-08-14T16:34:30+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2020-06-11T14:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbcef3effcf64bd0d89ea2dc8973e18d7fcf94c3'/>
<id>urn:sha1:cbcef3effcf64bd0d89ea2dc8973e18d7fcf94c3</id>
<content type='text'>
- Move the type parameter from `encode` and `decode` methods to
  the trait.
- Remove `UseSpecialized(En|De)codable` traits.
- Remove blanket impls for references.
- Add `RefDecodable` trait to allow deserializing to arena-allocated
  references safely.
- Remove ability to (de)serialize HIR.
- Create proc-macros `(Ty)?(En|De)codable` to help implement these new
  traits.
</content>
</entry>
<entry>
<title>Edit docs for rustc_middle::dep_graph::dep_node</title>
<updated>2020-07-15T05:34:25+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2020-07-15T05:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a783af9404dafbe54f5d548188956f1b9897568'/>
<id>urn:sha1:6a783af9404dafbe54f5d548188956f1b9897568</id>
<content type='text'>
Fixes some missing punctuation, and adds a blank line
for a more concise summary.
</content>
</entry>
<entry>
<title>Use min_specialization in the remaining rustc crates</title>
<updated>2020-06-10T08:05:52+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2020-06-01T17:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88ea7e5234bff0c4fcf5859aa6d5dd8d0608b853'/>
<id>urn:sha1:88ea7e5234bff0c4fcf5859aa6d5dd8d0608b853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed all instances of const_field.</title>
<updated>2020-05-24T14:08:54+00:00</updated>
<author>
<name>Rakshith Ravi</name>
<email>rakshith.ravi@gmx.com</email>
</author>
<published>2020-05-24T14:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=245ebc7210f99528d65e4b46f012dbde2a2f299f'/>
<id>urn:sha1:245ebc7210f99528d65e4b46f012dbde2a2f299f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reintegrate chalk using chalk-solve</title>
<updated>2020-05-07T21:35:58+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2020-03-03T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a24df5b3cdeb49334d6cde1c4d983b2354616824'/>
<id>urn:sha1:a24df5b3cdeb49334d6cde1c4d983b2354616824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC</title>
<updated>2020-05-02T00:21:39+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-05-02T00:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19ae74d0d0e864bfc5c809e47af3a903d3fc2cf1'/>
<id>urn:sha1:19ae74d0d0e864bfc5c809e47af3a903d3fc2cf1</id>
<content type='text'>
Rollup of 5 pull requests

Successful merges:

 - #71018 (handle ConstValue::ByRef in relate)
 - #71758 (Remove leftover chalk types)
 - #71760 (Document unsafety for `*const T` and `*mut T`)
 - #71761 (doc: reference does not exist, probably a typo)
 - #71762 (doc: this resulted in a link pointing to a non-existent target)

Failed merges:

 - #71726 (Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitrary mutability)

r? @ghost
</content>
</entry>
<entry>
<title>Remove leftover chalk types</title>
<updated>2020-05-01T18:39:05+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2020-05-01T16:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef0da3ba4eb5e03d904321bdd8cd8fd3eb8a30e5'/>
<id>urn:sha1:ef0da3ba4eb5e03d904321bdd8cd8fd3eb8a30e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the DepNode construction to librustc_query_system.</title>
<updated>2020-05-01T12:48:14+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-03-28T12:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e15383cce12a3bf33ec0475fd78cf786f57c3140'/>
<id>urn:sha1:e15383cce12a3bf33ec0475fd78cf786f57c3140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc -&gt; rustc_middle part 1</title>
<updated>2020-03-30T05:02:56+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-29T13:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7710f2dd5cdb812763b7c7e7a35f3184c647315e'/>
<id>urn:sha1:7710f2dd5cdb812763b7c7e7a35f3184c647315e</id>
<content type='text'>
</content>
</entry>
</feed>
