<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/setup.rs, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-12-30T23:58:52+00:00</updated>
<entry>
<title>bootstrap: clippy fixes</title>
<updated>2020-12-30T23:58:52+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-12-30T21:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87423fbc6af5aae2b5f6d0a11f2a0c60c7c22e98'/>
<id>urn:sha1:87423fbc6af5aae2b5f6d0a11f2a0c60c7c22e98</id>
<content type='text'>
addresses:

clippy::or_fun_call
clippy::single_char_add_str
clippy::comparison_to_empty
clippy::or_fun_call
</content>
</entry>
<entry>
<title>don't wrap code block in Ok()  (clipppy::unit_arg)</title>
<updated>2020-12-08T19:27:48+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-12-05T12:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dbe3acfaebf258da43a7ca9e03c43df508b44132'/>
<id>urn:sha1:dbe3acfaebf258da43a7ca9e03c43df508b44132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum</title>
<updated>2020-11-06T16:02:07+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-11-06T16:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ca753108c85fc5a99c256be5e31793c538b794e'/>
<id>urn:sha1:8ca753108c85fc5a99c256be5e31793c538b794e</id>
<content type='text'>
Allow using 1/2/3/4 for `x.py setup` options

This undocumented feature allows you to typo 'a' as '1'.

r? ```@Mark-Simulacrum```
cc ```@Lokathor```
</content>
</entry>
<entry>
<title>Create config.toml in the current directory, not the top-level directory</title>
<updated>2020-10-30T01:23:55+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-10-30T01:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cf7d66d0a7e5405f55887ca008cca7fce7f7396'/>
<id>urn:sha1:8cf7d66d0a7e5405f55887ca008cca7fce7f7396</id>
<content type='text'>
See https://github.com/rust-lang/rust/issues/78509 for discussion.
</content>
</entry>
<entry>
<title>Allow using 1/2/3/4 for `x.py setup` options</title>
<updated>2020-10-29T03:40:40+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-10-29T03:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e737249afa1219205f6cc182ce975ffe94f06f9'/>
<id>urn:sha1:1e737249afa1219205f6cc182ce975ffe94f06f9</id>
<content type='text'>
This undocumented feature allows you to typo 'a' as '1'.
</content>
</entry>
<entry>
<title>Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrum</title>
<updated>2020-10-20T03:11:00+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-10-20T03:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24907f3507de7ce5d6908e3003e06a7f0b1a2ab6'/>
<id>urn:sha1:24907f3507de7ce5d6908e3003e06a7f0b1a2ab6</id>
<content type='text'>
[x.py setup] Allow setting up git hooks from other worktrees

Closes https://github.com/rust-lang/rust/issues/77684
r? @caass
</content>
</entry>
<entry>
<title>x.py setup: Avoid infinite loop if stdin is /dev/null</title>
<updated>2020-10-14T10:40:53+00:00</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2020-10-13T17:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=636728e39464b678646bdedfc47327898b464a66'/>
<id>urn:sha1:636728e39464b678646bdedfc47327898b464a66</id>
<content type='text'>
EOF is not an error; it just causes read_line to produce "".

Signed-off-by: Ian Jackson &lt;ijackson@chiark.greenend.org.uk&gt;
</content>
</entry>
<entry>
<title>x.py setup: Fix handling of wrong interactive input</title>
<updated>2020-10-14T10:40:53+00:00</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2020-10-13T11:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9058571ce97dc8f3e5551ad38d1d59c2caa1c48'/>
<id>urn:sha1:e9058571ce97dc8f3e5551ad38d1d59c2caa1c48</id>
<content type='text'>
We need a fresh input buffer each time, or we reuse the previous
data (since `read_line` appends).

Signed-off-by: Ian Jackson &lt;ijackson@chiark.greenend.org.uk&gt;
</content>
</entry>
<entry>
<title>x.py: setup: Offer keywords in interactive prompt</title>
<updated>2020-10-14T10:40:53+00:00</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2020-10-12T23:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e9e040bf85dd27e503a8c7f70b3e4d360c40d58'/>
<id>urn:sha1:6e9e040bf85dd27e503a8c7f70b3e4d360c40d58</id>
<content type='text'>
We understand these profile names because we use .to_str().
Mention them in the question.

Signed-off-by: Ian Jackson &lt;ijackson@chiark.greenend.org.uk&gt;
</content>
</entry>
<entry>
<title>x.py: setup: Refactor to centralise list of profiles</title>
<updated>2020-10-14T10:40:53+00:00</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2020-10-12T23:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4c5653a48fa6871bf2a07dd56cb7f2801115bfb'/>
<id>urn:sha1:c4c5653a48fa6871bf2a07dd56cb7f2801115bfb</id>
<content type='text'>
Put all()'s otuput in the order we want to print things in, and add a
comment about why they are in this order.  Provide purpose() and
all_for_help().  Use these things everywhere.

Move all the abbrev character ("a", "b", etc.) processing into
interactive_path.

No functional change.

Signed-off-by: Ian Jackson &lt;ijackson@chiark.greenend.org.uk&gt;
</content>
</entry>
</feed>
