<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_save_analysis, 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>use push(char) instead of push_str(&amp;str) to add single chars to strings</title>
<updated>2020-09-10T11:58:41+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-09-10T11:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9bb10cc90741fada64ec633122835cb821d0c89c'/>
<id>urn:sha1:9bb10cc90741fada64ec633122835cb821d0c89c</id>
<content type='text'>
clippy::single-char-push-str
</content>
</entry>
<entry>
<title>Change ty.kind to a method</title>
<updated>2020-09-04T15:47:51+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-08-02T22:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e14b684dd31794e8dbe6acd7a5f132997ee0c47'/>
<id>urn:sha1:3e14b684dd31794e8dbe6acd7a5f132997ee0c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pretty: trim paths of unique symbols</title>
<updated>2020-09-02T19:26:37+00:00</updated>
<author>
<name>Dan Aloni</name>
<email>alonid@gmail.com</email>
</author>
<published>2020-09-02T07:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07e7823c01be1733df2480de19fbbe6b8e9384cf'/>
<id>urn:sha1:07e7823c01be1733df2480de19fbbe6b8e9384cf</id>
<content type='text'>
If a symbol name can only be imported from one place for a type, and
as long as it was not glob-imported anywhere in the current crate, we
can trim its printed path and print only the name.

This has wide implications on error messages with types, for example,
shortening `std::vec::Vec` to just `Vec`, as long as there is no other
`Vec` importable anywhere.

This adds a new '-Z trim-diagnostic-paths=false' option to control this
feature.

On the good path, with no diagnosis printed, we should try to avoid
issuing this query, so we need to prevent trimmed_def_paths query on
several cases.

This change also relies on a previous commit that differentiates
between `Debug` and `Display` on various rustc types, where the latter
is trimmed and presented to the user and the former is not.
</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>
