<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-make/execution-engine/test.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>2016-07-29T08:29:59+00:00</updated>
<entry>
<title>test: Remove the execution-engine test</title>
<updated>2016-07-29T08:29:59+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-07-25T20:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fa55781bd77f7a9fbdb3af8fa4e1b0cd0b1cf06'/>
<id>urn:sha1:5fa55781bd77f7a9fbdb3af8fa4e1b0cd0b1cf06</id>
<content type='text'>
We don't actually officially support this at all, and the execution engine
support in LLVM we've had to gut as it's not compiling on MinGW, so just delete
this test for now.
</content>
</entry>
<entry>
<title>Modify trans to skip generating `.o` files</title>
<updated>2016-07-28T16:05:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-07-21T16:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58d4b8edd319d0f0d76024504cdfc74f89a001b1'/>
<id>urn:sha1:58d4b8edd319d0f0d76024504cdfc74f89a001b1</id>
<content type='text'>
This checks the `previous_work_products` data from the dep-graph and
tries to simply copy a `.o` file if possible.  We also add new
work-products into the dep-graph, and create edges to/from the dep-node
for a work-product.
</content>
</entry>
<entry>
<title>Avoid passing around the thread-local interner in `librustc_metadata`.</title>
<updated>2016-07-11T22:23:35+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-07-11T09:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=70e2845230ffeb013814c9bab08c7fe033410f03'/>
<id>urn:sha1:70e2845230ffeb013814c9bab08c7fe033410f03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the `after_expand` entry point between import resolution and the rest of name resolution</title>
<updated>2016-07-01T00:07:32+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-06-28T01:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1e3d6272e5128e15ba0ea3bd7c4588b5e8c444a'/>
<id>urn:sha1:d1e3d6272e5128e15ba0ea3bd7c4588b5e8c444a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address more travis errors</title>
<updated>2016-06-23T12:07:35+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-06-22T16:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51deb4fedbdab4b9b5a7610985c0be54e89cae73'/>
<id>urn:sha1:51deb4fedbdab4b9b5a7610985c0be54e89cae73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `dep-info-no-analysis` test and fix other fallout.</title>
<updated>2016-06-01T19:20:42+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-05-27T07:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fc0407fb39baa6f0048ff30c5f8f9cc8eba269c'/>
<id>urn:sha1:3fc0407fb39baa6f0048ff30c5f8f9cc8eba269c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>thread the DepGraph to session/crate-store</title>
<updated>2016-05-18T14:10:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-03-29T17:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b711734a5f7280cc3ceb99e09551a7b7691c7d0b'/>
<id>urn:sha1:b711734a5f7280cc3ceb99e09551a7b7691c7d0b</id>
<content type='text'>
This is a [breaking-change] for plugin authors.
You must now create a dep-graph earlier.
</content>
</entry>
<entry>
<title>Make LocalCrateReader private to creader.</title>
<updated>2016-05-11T07:32:05+00:00</updated>
<author>
<name>Ms2ger</name>
<email>Ms2ger@gmail.com</email>
</author>
<published>2016-05-10T13:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0e321abcbc25c47e55a808628fb7e65b3fe0f98'/>
<id>urn:sha1:c0e321abcbc25c47e55a808628fb7e65b3fe0f98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hand ownership of the Definitions to map_crate.</title>
<updated>2016-05-11T07:32:05+00:00</updated>
<author>
<name>Ms2ger</name>
<email>Ms2ger@gmail.com</email>
</author>
<published>2016-05-10T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5511e6568f41b7ca9d57b0055c193be187e437d8'/>
<id>urn:sha1:5511e6568f41b7ca9d57b0055c193be187e437d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delay wrapping Definitions into a RefCell around LocalCrateReader.</title>
<updated>2016-05-10T17:36:08+00:00</updated>
<author>
<name>Ms2ger</name>
<email>Ms2ger@gmail.com</email>
</author>
<published>2016-05-10T13:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e919f251800b792e15b3c72cdfb19e539cd74971'/>
<id>urn:sha1:e919f251800b792e15b3c72cdfb19e539cd74971</id>
<content type='text'>
</content>
</entry>
</feed>
