<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_errors/src, branch 1.48.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.48.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.48.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-09-23T19:51:56+00:00</updated>
<entry>
<title>/nightly/nightly-rustc</title>
<updated>2020-09-23T19:51:56+00:00</updated>
<author>
<name>Erik Hofmayer</name>
<email>ehofmayer@outlook.de</email>
</author>
<published>2020-09-23T19:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=138a2e5eaaafeee8b981045857f9df18ef4689d5'/>
<id>urn:sha1:138a2e5eaaafeee8b981045857f9df18ef4689d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated html_root_url for compiler crates</title>
<updated>2020-09-23T19:14:43+00:00</updated>
<author>
<name>Erik Hofmayer</name>
<email>ehofmayer@outlook.de</email>
</author>
<published>2020-09-23T19:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2'/>
<id>urn:sha1:dd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #76846 - botika:master, r=davidtwco</title>
<updated>2020-09-21T08:40:30+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-09-21T08:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c2d9af68a0ee4f927b689b8a299bb8ec06f564e3'/>
<id>urn:sha1:c2d9af68a0ee4f927b689b8a299bb8ec06f564e3</id>
<content type='text'>
Avoiding unnecesary allocations at rustc_errors

Simplify the code avoiding allocations with easy alternative
</content>
</entry>
<entry>
<title>use matches!() macro for simple if let conditions</title>
<updated>2020-09-18T18:28:35+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-09-18T17:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40dddd33059344b546a11f150c0ec63e797f021c'/>
<id>urn:sha1:40dddd33059344b546a11f150c0ec63e797f021c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify panic_if_treat_err_as_bug avoiding allocations</title>
<updated>2020-09-18T05:57:01+00:00</updated>
<author>
<name>Juan Aguilar Santillana</name>
<email>mhpoin@gmail.com</email>
</author>
<published>2020-09-18T05:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28cfa9730eec41314dee99323f7d20aaadde9e0e'/>
<id>urn:sha1:28cfa9730eec41314dee99323f7d20aaadde9e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant to_string</title>
<updated>2020-09-17T10:27:04+00:00</updated>
<author>
<name>Juan Aguilar Santillana</name>
<email>mhpoin@gmail.com</email>
</author>
<published>2020-09-17T10:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b5d9836c47509e16900a274ed0b552a2e30a36a'/>
<id>urn:sha1:7b5d9836c47509e16900a274ed0b552a2e30a36a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replacing sub's that can wrap by saturating_sub's</title>
<updated>2020-09-11T09:11:11+00:00</updated>
<author>
<name>Aurélien Deharbe</name>
<email>aurelien.deharbe@ssi.gouv.fr</email>
</author>
<published>2020-09-11T09:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=439b7661616ec26092176baf905a0ceeb4a3c620'/>
<id>urn:sha1:439b7661616ec26092176baf905a0ceeb4a3c620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_{errors,session}: add `delay_good_path_bug`</title>
<updated>2020-09-02T07:43:17+00:00</updated>
<author>
<name>Dan Aloni</name>
<email>alonid@gmail.com</email>
</author>
<published>2020-08-22T19:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b2deb562822112cc30d23958e7459564e2c6ef9'/>
<id>urn:sha1:7b2deb562822112cc30d23958e7459564e2c6ef9</id>
<content type='text'>
The first use case of this detection of regression for trimmed paths
computation, that is in the case of rustc, which should be computed only
in case of errors or warnings.

Our current user of this method is deeply nested, being a side effect
from `Display` formatting on lots of rustc types. So taking only the
caller to the error message is not enough - we should collect the
traceback instead.
</content>
</entry>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
</feed>
