<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/flags.rs, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-22T04:42:38+00:00</updated>
<entry>
<title>Add flag to open docs:  x.py doc --open</title>
<updated>2020-05-22T04:42:38+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2020-05-22T02:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a3aae8aea2448432d4fd0f7c3a22778beaab831'/>
<id>urn:sha1:6a3aae8aea2448432d4fd0f7c3a22778beaab831</id>
<content type='text'>
Tested with:

       # opens doc/index.html
    x.py doc --stage 0 --open
    x.py doc --stage 0 --open src/doc

       # opens doc/book/index.html
    x.py doc --stage 0 --open src/doc/book

       # opens doc/std/index.html
    x.py doc --stage 0 --open src/libstd

       # opens doc/proc_macro/index.html
    x.py doc --stage 0 --open src/libproc_macro

       # opens both
    x.py doc --stage 0 --open src/libstd src/libproc_macro
</content>
</entry>
<entry>
<title>Forbid stage arguments to check</title>
<updated>2020-05-13T15:32:43+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-05-13T15:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b42a2b541e04164428e83a4adfc4c120a482f82'/>
<id>urn:sha1:2b42a2b541e04164428e83a4adfc4c120a482f82</id>
<content type='text'>
Users generally expect that check builds are fast, and that's only true in stage
0 (stages beyond that need us to build a compiler, which is slow).
</content>
</entry>
<entry>
<title>Add command aliases from Cargo to x.py commands</title>
<updated>2020-05-04T22:37:50+00:00</updated>
<author>
<name>mibac138</name>
<email>5672750+mibac138@users.noreply.github.com</email>
</author>
<published>2020-05-04T22:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b83853d61725a6de7f5563275733daa6a61accca'/>
<id>urn:sha1:b83853d61725a6de7f5563275733daa6a61accca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bootstrap: add `--json-output` for rust-analyzer</title>
<updated>2020-04-02T14:36:25+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2020-03-31T01:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e992565857df86b8dde9365b7fa76cbfdbf283c3'/>
<id>urn:sha1:e992565857df86b8dde9365b7fa76cbfdbf283c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: add github actions configuration</title>
<updated>2020-03-24T14:36:07+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2019-11-26T11:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9beb8f54774ca0d41dd2eb7622809f4073676757'/>
<id>urn:sha1:9beb8f54774ca0d41dd2eb7622809f4073676757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkov</title>
<updated>2020-03-11T13:03:44+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-11T13:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dde2484fce20f029748b85316e11e5218958e731'/>
<id>urn:sha1:dde2484fce20f029748b85316e11e5218958e731</id>
<content type='text'>
tidy: replace `make check` with `./x.py test` in documentation

This PR includes a minor documentation update for tidy.  It replaces the `make check` approach with `./x.py test` and describes how to execute the tidy checks (only) with ~~`./x.py test src/tools/tidy`~~ `./x.py test tidy`.
</content>
</entry>
<entry>
<title>remove trailing whitespace (tidy)</title>
<updated>2020-03-10T02:15:41+00:00</updated>
<author>
<name>Chris Simpkins</name>
<email>git.simpkins@gmail.com</email>
</author>
<published>2020-03-10T02:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4922b683de170c70260b73426ccf16172fa63b7f'/>
<id>urn:sha1:4922b683de170c70260b73426ccf16172fa63b7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add documentation of tool testing with x.py script</title>
<updated>2020-03-10T02:04:59+00:00</updated>
<author>
<name>Chris Simpkins</name>
<email>git.simpkins@gmail.com</email>
</author>
<published>2020-03-10T02:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f734c978c4c32eea552d45fef582804c1d2b9bf'/>
<id>urn:sha1:9f734c978c4c32eea552d45fef582804c1d2b9bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix various typos</title>
<updated>2020-03-06T14:19:31+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-06T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=136ad015b6862274bf8c161dc5d2955409ed1465'/>
<id>urn:sha1:136ad015b6862274bf8c161dc5d2955409ed1465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bootstrap: fix clippy warnings</title>
<updated>2020-02-03T19:26:36+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-02-03T19:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f979e9afab42dd7536ca93994de66169880361e'/>
<id>urn:sha1:5f979e9afab42dd7536ca93994de66169880361e</id>
<content type='text'>
</content>
</entry>
</feed>
