<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/array-slice-vec, 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-21T19:50:27+00:00</updated>
<entry>
<title>Move vec-cycle-wrapped test</title>
<updated>2020-09-21T19:50:27+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-09-11T21:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6a4189d05f8bc7091450289f7285819ebdd3c62'/>
<id>urn:sha1:f6a4189d05f8bc7091450289f7285819ebdd3c62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move vec-cycle test</title>
<updated>2020-09-21T19:50:27+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-09-10T13:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bc0357dadd9d41a8166d4c2ab8a27c0bb8150d3'/>
<id>urn:sha1:6bc0357dadd9d41a8166d4c2ab8a27c0bb8150d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move vec-slice-drop test</title>
<updated>2020-09-21T19:50:27+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-09-10T13:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=275eed7eb1d45e8173b932e2abfdae2201d2cf62'/>
<id>urn:sha1:275eed7eb1d45e8173b932e2abfdae2201d2cf62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move array cycle test</title>
<updated>2020-09-21T19:50:26+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-09-10T13:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8904921c1d6b3636f4352f9dd6d4875132b89998'/>
<id>urn:sha1:8904921c1d6b3636f4352f9dd6d4875132b89998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad</title>
<updated>2020-09-06T23:18:07+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-09-06T23:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b24f1401dcf7cc53f7e7d805e47c940d9614af0'/>
<id>urn:sha1:1b24f1401dcf7cc53f7e7d805e47c940d9614af0</id>
<content type='text'>
Move Vec slice UI tests in library

Moved some of Vec slice UI tests in Library as a part of #76268

r? @matklad
</content>
</entry>
<entry>
<title>Rollup merge of #76273 - CraftSpider:master, r=matklad</title>
<updated>2020-09-06T23:17:45+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-09-06T23:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e488c4f187be7f561ff24fcbdc8427767be79f1f'/>
<id>urn:sha1:e488c4f187be7f561ff24fcbdc8427767be79f1f</id>
<content type='text'>
Move some Vec UI tests into alloc unit tests

A bit of work towards #76268, makes a number of the Vec UI tests that are simply running code into unit tests. Ensured that they are being run when testing liballoc locally.
</content>
</entry>
<entry>
<title>Move Vec slice UI tests in library</title>
<updated>2020-09-04T11:48:26+00:00</updated>
<author>
<name>Ayush Kumar Mishra</name>
<email>ayush.k.mishra@xcelenergy.com</email>
</author>
<published>2020-09-04T11:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d16bbd1cb0673713fe9a524c092f7d0ff93c81a6'/>
<id>urn:sha1:d16bbd1cb0673713fe9a524c092f7d0ff93c81a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove vec-to_str.rs, merge the remaining test in with vec</title>
<updated>2020-09-03T19:43:07+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-09-03T19:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2278c7255a1423b12d0efee3de43b23fa0d5b892'/>
<id>urn:sha1:2278c7255a1423b12d0efee3de43b23fa0d5b892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a number of vec UI tests, make them unit tests in the alloc library</title>
<updated>2020-09-03T05:40:15+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-09-03T05:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e29fdb0fb3be5a35d3e2d55d902be8b4ecbe7bb'/>
<id>urn:sha1:3e29fdb0fb3be5a35d3e2d55d902be8b4ecbe7bb</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>
</feed>
