<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_ty_utils/src, branch 1.51.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.51.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.51.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-01-23T12:35:22+00:00</updated>
<entry>
<title>Infallible version of def_span.</title>
<updated>2021-01-23T12:35:22+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-12-23T09:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=064a351953c0491eaa3eff8c9359bc0d2aed1129'/>
<id>urn:sha1:064a351953c0491eaa3eff8c9359bc0d2aed1129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Review changes</title>
<updated>2021-01-16T23:56:37+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2021-01-07T16:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dea68de1d75c388beea3378a4d15371b713f157'/>
<id>urn:sha1:3dea68de1d75c388beea3378a4d15371b713f157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PredicateKind</title>
<updated>2021-01-16T23:40:47+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2020-12-23T21:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cd6f85a07bf6a8db8288ff37cc11a2ecb72e1a7'/>
<id>urn:sha1:4cd6f85a07bf6a8db8288ff37cc11a2ecb72e1a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #77524 - Patryk27:fixes/66228, r=estebank</title>
<updated>2021-01-13T20:35:58+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-01-13T20:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a62a76047ea24aad7639f14eb3ce0e620b77bdb7'/>
<id>urn:sha1:a62a76047ea24aad7639f14eb3ce0e620b77bdb7</id>
<content type='text'>
Rework diagnostics for wrong number of generic args (fixes #66228 and #71924)

This PR reworks the `wrong number of {} arguments` message, so that it provides more details and contextual hints.
</content>
</entry>
<entry>
<title>Separate out a `hir::Impl` struct</title>
<updated>2021-01-13T01:32:33+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-11-22T22:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8ff647deb102f4669025be3ba45ae2990ef0c08'/>
<id>urn:sha1:a8ff647deb102f4669025be3ba45ae2990ef0c08</id>
<content type='text'>
This makes it possible to pass the `Impl` directly to functions, instead
of having to pass each of the many fields one at a time. It also
simplifies matches in many cases.
</content>
</entry>
<entry>
<title>Rework diagnostics for wrong number of generic args</title>
<updated>2021-01-10T12:07:40+00:00</updated>
<author>
<name>Patryk Wychowaniec</name>
<email>pwychowaniec@pm.me</email>
</author>
<published>2021-01-02T18:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2f8e398f19b5b3d38646328ec158f50db6b8b06'/>
<id>urn:sha1:d2f8e398f19b5b3d38646328ec158f50db6b8b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be cautious of calling upvar_tys before mir</title>
<updated>2020-11-30T00:20:28+00:00</updated>
<author>
<name>Aman Arora</name>
<email>me@aman-arora.com</email>
</author>
<published>2020-11-07T06:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e35e46c1139d292ca0b352416d01b38bcf96fd69'/>
<id>urn:sha1:e35e46c1139d292ca0b352416d01b38bcf96fd69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix new 'unnecessary trailing semicolon' warnings</title>
<updated>2020-11-26T22:08:36+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2020-11-25T22:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f91c32da68aac9956c894608bd0a85f554d98c6'/>
<id>urn:sha1:6f91c32da68aac9956c894608bd0a85f554d98c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `rustc_ty` -&gt; `rustc_ty_utils`</title>
<updated>2020-11-19T20:57:29+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-11-19T20:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f59d03038c8601a66bd165a2f1980109665d077c'/>
<id>urn:sha1:f59d03038c8601a66bd165a2f1980109665d077c</id>
<content type='text'>
</content>
</entry>
</feed>
