<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/format.rs, branch 1.56.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.56.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.56.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-05-01T05:57:15+00:00</updated>
<entry>
<title>Allow formatting specific subdirectories</title>
<updated>2021-05-01T05:57:15+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-05-01T05:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dadcb0550d41c343988310ee1946d8dd8f477008'/>
<id>urn:sha1:dadcb0550d41c343988310ee1946d8dd8f477008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove redundant box wrapper</title>
<updated>2021-02-20T22:12:56+00:00</updated>
<author>
<name>The8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2021-02-12T20:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c07197046d40f973ce2217328444426214193e7e'/>
<id>urn:sha1:c07197046d40f973ce2217328444426214193e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>limit rustfmt parallelism by taking -j into account</title>
<updated>2021-02-20T22:12:56+00:00</updated>
<author>
<name>The8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2021-02-20T21:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6dc948e7238780dbe3d8e19b03f720c7c1e53449'/>
<id>urn:sha1:6dc948e7238780dbe3d8e19b03f720c7c1e53449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parallelize x.py test tidy</title>
<updated>2021-02-20T22:12:53+00:00</updated>
<author>
<name>The8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2021-02-06T16:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=211d49c73cccdcf10444c0db3b8ae1e91582c6cd'/>
<id>urn:sha1:211d49c73cccdcf10444c0db3b8ae1e91582c6cd</id>
<content type='text'>
old:

```
real	0m11.123s
user	0m14.495s
sys	0m5.227s
```

new:

```
real	0m2.767s
user	0m13.014s
sys	0m1.691s
```
</content>
</entry>
<entry>
<title>Remove unnecessary `clone()`s in bootstrap</title>
<updated>2020-09-16T12:51:42+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-09-15T04:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d04ca008e1c8ade73ec22976ff6a2a6a13ceabec'/>
<id>urn:sha1:d04ca008e1c8ade73ec22976ff6a2a6a13ceabec</id>
<content type='text'>
The performance difference is negligible, but it makes me feel better.

Note that this does not remove some clones in `config`, because it would
require changing the logic around (and performance doesn't matter
for bootstrap).
</content>
</entry>
<entry>
<title>bootstrap: fix a couple of clippy lint warnings</title>
<updated>2020-08-21T23:08:04+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-08-21T23:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=108a3f8a5c395051bb955e3fc35e067953c6b520'/>
<id>urn:sha1:108a3f8a5c395051bb955e3fc35e067953c6b520</id>
<content type='text'>
clippy::print_literal
clippy::clone_on_copy
clippy::single_char_pattern
clippy::into_iter_on_ref
clippy::match_like_matches_macro
</content>
</entry>
<entry>
<title>bootstrap: fix typo</title>
<updated>2020-05-17T09:41:20+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-17T09:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4caddaeeeaf0d6018325085b436256800c05b56c'/>
<id>urn:sha1:4caddaeeeaf0d6018325085b436256800c05b56c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validate git setup before accessing functionality</title>
<updated>2020-03-21T17:17:01+00:00</updated>
<author>
<name>Dillon Amburgey</name>
<email>dillona@dillona.com</email>
</author>
<published>2020-03-21T17:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37c63edfc4462381ee0669b17d593a307a985c52'/>
<id>urn:sha1:37c63edfc4462381ee0669b17d593a307a985c52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy: fix running rustfmt twice</title>
<updated>2020-03-18T15:15:29+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-03-18T15:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=287c4eb0947c5b2df63633fc71005f2bab541673'/>
<id>urn:sha1:287c4eb0947c5b2df63633fc71005f2bab541673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore untracked paths when running `rustfmt` on repository.</title>
<updated>2020-02-27T20:52:09+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2020-02-27T20:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cac4eeee24b8e17540dfbc28d31f39a732112118'/>
<id>urn:sha1:cac4eeee24b8e17540dfbc28d31f39a732112118</id>
<content type='text'>
</content>
</entry>
</feed>
