<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/packed, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T15:56:16+00:00</updated>
<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>tests: Add missing run-pass annotations</title>
<updated>2019-07-27T15:56:13+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-26T21:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca9faa52f5ada0054b1fa27d97aedf448afb059b'/>
<id>urn:sha1:ca9faa52f5ada0054b1fa27d97aedf448afb059b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wfcheck: resolve the type-vars in `AdtField` types</title>
<updated>2019-06-29T20:12:15+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2019-06-29T20:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a02d4364e47724ee342c2fdac09a38877c20a984'/>
<id>urn:sha1:a02d4364e47724ee342c2fdac09a38877c20a984</id>
<content type='text'>
Normalization can leave some type-vars unresolved in its return type.
Make sure to resolve them so we have an infcx-independent type that can
be used with `needs_drop`.

Fixes #61402.
</content>
</entry>
<entry>
<title>syntax: Remove warning for unnecessary path disambiguators</title>
<updated>2019-03-23T14:20:11+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-01-13T01:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b382946e4fffb0f82e821ae4f8239a439b35207'/>
<id>urn:sha1:4b382946e4fffb0f82e821ae4f8239a439b35207</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>Stabilize #[repr(packed(N))]</title>
<updated>2018-12-21T18:18:38+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2018-12-21T18:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87c8cdd8efb60a9a4b57e5b959bc56d36ea511b5'/>
<id>urn:sha1:87c8cdd8efb60a9a4b57e5b959bc56d36ea511b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various minor/cosmetic improvements to code</title>
<updated>2018-12-07T23:53:34+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2018-11-27T02:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee89c088b057affb5bdb96195e107a218b64b1c5'/>
<id>urn:sha1:ee89c088b057affb5bdb96195e107a218b64b1c5</id>
<content type='text'>
</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>
</feed>
