<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/flags.rs, branch 1.23.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.23.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.23.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-10-27T00:26:53+00:00</updated>
<entry>
<title>Return 0 when ./x.py has no subcommand</title>
<updated>2017-10-27T00:26:53+00:00</updated>
<author>
<name>topecongiro</name>
<email>seuchida@gmail.com</email>
</author>
<published>2017-10-25T21:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=732d9b281cbcc88a627fddb660a3b4021e1d94cf'/>
<id>urn:sha1:732d9b281cbcc88a627fddb660a3b4021e1d94cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not show "available paths" help in ./x.py clean</title>
<updated>2017-09-20T21:10:13+00:00</updated>
<author>
<name>Tommy Ip</name>
<email>hkmp7tommy@gmail.com</email>
</author>
<published>2017-09-20T18:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09d90e52682641e5d6d0a70e42011fd24ced1434'/>
<id>urn:sha1:09d90e52682641e5d6d0a70e42011fd24ced1434</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>Fail ./x.py on invalid command</title>
<updated>2017-08-27T17:20:03+00:00</updated>
<author>
<name>Michal 'vorner' Vaner</name>
<email>vorner@vorner.cz</email>
</author>
<published>2017-08-27T17:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6fc35de5e88bb4035fa2a2be28b09d01fc8ebd53'/>
<id>urn:sha1:6fc35de5e88bb4035fa2a2be28b09d01fc8ebd53</id>
<content type='text'>
Make the ./x.py script fail when run with an invalid command, like:

  ./x.py nonsense

This helps in case of chaining multiple runs, eg.:

  ./x.py biuld &amp;&amp; ./x.py test
</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>Allow overriding build triple via flag.</title>
<updated>2017-08-13T00:15:43+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-07-30T04:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5290c6c8f158004b19fa38aab36ac29511ec1a8a'/>
<id>urn:sha1:5290c6c8f158004b19fa38aab36ac29511ec1a8a</id>
<content type='text'>
We first check the configuration, then passed parameters (--build), then
fall back to the auto-detection that bootstrap.py does.

Fixes #39673.
</content>
</entry>
<entry>
<title>Unify flags into config.</title>
<updated>2017-08-13T00:15:43+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-07-30T04:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44ffb61623741f86fca9f2f51d49dc1778310ee1'/>
<id>urn:sha1:44ffb61623741f86fca9f2f51d49dc1778310ee1</id>
<content type='text'>
This introduces a slight change in behavior, where we unilaterally
respect the --host and --target parameters passed for all sanity
checking and runtime configuration.
</content>
</entry>
<entry>
<title>Implement available paths list.</title>
<updated>2017-07-20T17:24:37+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-07-19T00:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56128fb3acdbb40876d1fc8aee613792ebef3080'/>
<id>urn:sha1:56128fb3acdbb40876d1fc8aee613792ebef3080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Utilize interning to allow Copy/Clone steps</title>
<updated>2017-07-20T17:24:32+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-07-14T00:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=528646e1275a90900179b473b204ca3ce19984b5'/>
<id>urn:sha1:528646e1275a90900179b473b204ca3ce19984b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes warnings and errors introduced while moving code around</title>
<updated>2017-07-20T17:23:58+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-07-05T16:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60388303c770a6e9409f3afa75d31d9125f871e3'/>
<id>urn:sha1:60388303c770a6e9409f3afa75d31d9125f871e3</id>
<content type='text'>
</content>
</entry>
</feed>
