<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/specialization, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T15:56:17+00:00</updated>
<entry>
<title>tests: Move run-pass tests with naming conflicts to ui</title>
<updated>2019-07-27T15:56:17+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-26T23:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5486cc69bdcc1c0027d7d06cd7630a2c48e3b063'/>
<id>urn:sha1:5486cc69bdcc1c0027d7d06cd7630a2c48e3b063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Move run-pass tests without naming conflicts to ui</title>
<updated>2019-07-27T15:56:16+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-26T22:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9be35f82c1abf2ecbab489bca9eca138ea648312'/>
<id>urn:sha1:9be35f82c1abf2ecbab489bca9eca138ea648312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reattach all grandchildren when constructing specialization graph.</title>
<updated>2018-10-08T12:39:46+00:00</updated>
<author>
<name>Masaki Hara</name>
<email>ackie.h.gmai@gmail.com</email>
</author>
<published>2018-10-08T12:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a8e0afdbcc0a5c5f27b86d2a062a44410c15e0e'/>
<id>urn:sha1:3a8e0afdbcc0a5c5f27b86d2a062a44410c15e0e</id>
<content type='text'>
This commit fixes the issue #50452.
</content>
</entry>
<entry>
<title>Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling with clean stderr again.</title>
<updated>2018-09-26T11:10:54+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-09-25T21:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9d9cc6e4441bb10ce2ca313fda68e7f05d7bc46'/>
<id>urn:sha1:c9d9cc6e4441bb10ce2ca313fda68e7f05d7bc46</id>
<content type='text'>
Most were added mechanically.
</content>
</entry>
<entry>
<title>Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.</title>
<updated>2018-09-26T11:10:54+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-09-24T13:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2080474c75b833d2d666291839d8893cc0999de2'/>
<id>urn:sha1:2080474c75b833d2d666291839d8893cc0999de2</id>
<content type='text'>
Fix #54047
</content>
</entry>
<entry>
<title>Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pass/`.</title>
<updated>2018-09-06T12:36:26+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-09-06T12:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76ceeddb2b6fd4589cf8292d8dafa65a91ace019'/>
<id>urn:sha1:76ceeddb2b6fd4589cf8292d8dafa65a91ace019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add Self: Trait&lt;..&gt; inside the param_env of a default impl</title>
<updated>2018-02-15T15:31:05+00:00</updated>
<author>
<name>Gianni Ciccarelli</name>
<email>gianni.ciccarelli@gmail.com</email>
</author>
<published>2018-02-14T17:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=220bb22e1b621ad5a10a44080e3e1872d99f3e9f'/>
<id>urn:sha1:220bb22e1b621ad5a10a44080e3e1872d99f3e9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add Self: Trait&lt;..&gt; inside the param_env of a default impl</title>
<updated>2018-02-09T21:40:54+00:00</updated>
<author>
<name>Gianni Ciccarelli</name>
<email>gianni.ciccarelli@gmail.com</email>
</author>
<published>2018-02-07T06:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f22a929c6d231d9a9d872ac40b5c9e36daabe38'/>
<id>urn:sha1:2f22a929c6d231d9a9d872ac40b5c9e36daabe38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support `default impl` for specialization</title>
<updated>2018-02-07T18:31:39+00:00</updated>
<author>
<name>Gianni Ciccarelli</name>
<email>gianni.ciccarelli@gmail.com</email>
</author>
<published>2017-10-24T09:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13e80af159a709e5bb9a178b19b4319716261661'/>
<id>urn:sha1:13e80af159a709e5bb9a178b19b4319716261661</id>
<content type='text'>
a default impl should never be considered as implementing the
trait on its own -- regardless of whether it contains all items
or not
</content>
</entry>
</feed>
