<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/builder.rs, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-09-29T23:58:54+00:00</updated>
<entry>
<title>Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum</title>
<updated>2017-09-29T23:58:54+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-09-29T23:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bc8ca06c15bab082a00e62a2bc8805741871d7e'/>
<id>urn:sha1:6bc8ca06c15bab082a00e62a2bc8805741871d7e</id>
<content type='text'>
Add --all flag to ./x.py clean

This make `clean` removes the LLVM and download cache directory as well.

Fixes #44214.

r? @Mark-Simulacrum
</content>
</entry>
<entry>
<title>Remove leftover</title>
<updated>2017-09-23T13:26:34+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2017-09-23T13:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95fb1d008f20943e61f1c40460cbb2f89818cf4b'/>
<id>urn:sha1:95fb1d008f20943e61f1c40460cbb2f89818cf4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move NoLlvmMetadataLoader to rustc_trans_traits</title>
<updated>2017-09-23T11:00:25+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2017-09-18T15:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9eeaba18bd31e63c5ae576ea6c7b88cfd50fcb60'/>
<id>urn:sha1:9eeaba18bd31e63c5ae576ea6c7b88cfd50fcb60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dont do no-trans for llvm enabled builds</title>
<updated>2017-09-23T10:55:34+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2017-09-02T10:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c03c57bf5ac9e106440ea474827be16092f1807'/>
<id>urn:sha1:2c03c57bf5ac9e106440ea474827be16092f1807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow building stage 2 compiler libraries</title>
<updated>2017-09-23T10:55:32+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2017-08-26T15:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d44a256157f1773f146465107de1f211401ebf93'/>
<id>urn:sha1:d44a256157f1773f146465107de1f211401ebf93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --all flag to ./x.py clean</title>
<updated>2017-09-20T17:14:19+00:00</updated>
<author>
<name>Tommy Ip</name>
<email>hkmp7tommy@gmail.com</email>
</author>
<published>2017-09-20T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c78bb49fde79e93b110a979f1f11b3f1221e1ef'/>
<id>urn:sha1:2c78bb49fde79e93b110a979f1f11b3f1221e1ef</id>
<content type='text'>
This flag removes all build artifacts, including the LLVM build
directory.
</content>
</entry>
<entry>
<title>Add clippy to `toolstate.toml`</title>
<updated>2017-09-19T07:20:35+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-09-18T11:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d64a0674231c12587ce6dc4295d5b78dec98c5a3'/>
<id>urn:sha1:d64a0674231c12587ce6dc4295d5b78dec98c5a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichton</title>
<updated>2017-09-18T01:50:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-09-18T01:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caad2560bfbd0e2b0e0dcb6882395c1523a1aadc'/>
<id>urn:sha1:caad2560bfbd0e2b0e0dcb6882395c1523a1aadc</id>
<content type='text'>
Run the miri test suite on the aux builder and travis

Reopen of #38350

see https://github.com/rust-lang/rust/pull/43340#issuecomment-316940762 for earlier discussion

Rationale for running miri's test suite in rustc's CI is that miri currently contains many features that we want in const eval in the future, and these features would break if the test suite is not run.

fixes #44077

r? @nikomatsakis

cc @eddyb
</content>
</entry>
<entry>
<title>Prevent distribution if miri is enabled</title>
<updated>2017-09-17T19:41:45+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-no-reply-9879165716479413131@oli-obk.de</email>
</author>
<published>2017-09-10T09:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68fc65eaf2a17c5fad14911b15f8a13d5c3d5b4a'/>
<id>urn:sha1:68fc65eaf2a17c5fad14911b15f8a13d5c3d5b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get the miri test suite to run inside the rustc dev environment</title>
<updated>2017-09-17T19:40:13+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-08-28T14:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f381744d91d214501c96c67b3a5687207ee7ff42'/>
<id>urn:sha1:f381744d91d214501c96c67b3a5687207ee7ff42</id>
<content type='text'>
</content>
</entry>
</feed>
