<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_incremental/assert_dep_graph.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-05T10:05:01+00:00</updated>
<entry>
<title>Turn features() into a query.</title>
<updated>2018-03-05T10:05:01+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2018-02-14T15:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=542bc75deaaf4e84dcd7a196685bc1a1cb100d32'/>
<id>urn:sha1:542bc75deaaf4e84dcd7a196685bc1a1cb100d32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler</title>
<updated>2018-01-12T18:26:35+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-01-12T18:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ffdabd40164451e25a2588ca09f585fa03f0142'/>
<id>urn:sha1:7ffdabd40164451e25a2588ca09f585fa03f0142</id>
<content type='text'>
Use the new fs_read_write functions in rustc internals

Uses `fs::read` and `fs::write` (added by #45837) where appropriate, to simplify code and dog-food these new APIs.  This also improves performance, when combined with #47324.
</content>
</entry>
<entry>
<title>Use the new fs_read_write functions in rustc internals</title>
<updated>2018-01-10T22:53:40+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2018-01-10T16:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f9c057ea60db153b7f3d24fee4b892b130cb874'/>
<id>urn:sha1:3f9c057ea60db153b7f3d24fee4b892b130cb874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace uses of DepGraph.in_ignore with DepGraph.with_ignore</title>
<updated>2018-01-09T17:35:50+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2017-12-28T05:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95089224993616ad1d976a4a5586c3f8f9f159ad'/>
<id>urn:sha1:95089224993616ad1d976a4a5586c3f8f9f159ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>incr.comp.: Build DepGraphQuery from new dep-graph impl.</title>
<updated>2017-10-02T13:45:46+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2017-09-28T11:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=272c324b25ebbb05d5de4f55268ded976d863210'/>
<id>urn:sha1:272c324b25ebbb05d5de4f55268ded976d863210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use field init shorthand EVERYWHERE</title>
<updated>2017-08-15T22:29:17+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-07T05:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6c9605e41b7c7dc23e0e6f633f05912d0463dd'/>
<id>urn:sha1:1b6c9605e41b7c7dc23e0e6f633f05912d0463dd</id>
<content type='text'>
Like #43008 (f668999), but _much more aggressive_.
</content>
</entry>
<entry>
<title>incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.</title>
<updated>2017-06-09T13:03:34+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-06-02T15:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36071749092b03ba454aa16eaf68dd5341d69619'/>
<id>urn:sha1:36071749092b03ba454aa16eaf68dd5341d69619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove need for &amp;format!(...) or &amp;&amp;"" dances in `span_label` calls</title>
<updated>2017-05-08T10:56:15+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-05-04T12:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd87eabd83296baa4c2214d2cf3aeef24f753ba7'/>
<id>urn:sha1:dd87eabd83296baa4c2214d2cf3aeef24f753ba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow dep-graph assertions on fields</title>
<updated>2017-05-03T20:42:07+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2017-04-25T13:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8f6fbb25555bd7e4b0e6cbdc4f7dfbe96ebe16c'/>
<id>urn:sha1:e8f6fbb25555bd7e4b0e6cbdc4f7dfbe96ebe16c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some constants to rustc::ich.</title>
<updated>2017-03-22T08:14:24+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-03-20T17:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03b8091d103873386688f171fc48fbe0a8618810'/>
<id>urn:sha1:03b8091d103873386688f171fc48fbe0a8618810</id>
<content type='text'>
</content>
</entry>
</feed>
