<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_trait_selection/src/traits, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-05-06T17:17:39+00:00</updated>
<entry>
<title>Pick candidate with fewer bound vars</title>
<updated>2021-05-06T17:17:39+00:00</updated>
<author>
<name>Jack Huey</name>
<email>31162821+jackh726@users.noreply.github.com</email>
</author>
<published>2021-05-06T14:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40e2c346c632426346bcb8c06c40d465bbb78d55'/>
<id>urn:sha1:40e2c346c632426346bcb8c06c40d465bbb78d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate ParamCandidates with the same value except for bound vars</title>
<updated>2021-05-06T17:16:01+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2021-04-25T19:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb327ab85575af7d66ab2fb0a10164365717a32b'/>
<id>urn:sha1:fb327ab85575af7d66ab2fb0a10164365717a32b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make traits with GATs not object safe</title>
<updated>2021-04-27T18:34:23+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2021-04-27T18:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=857cb4de20160ed8a4931a87ee1112aeb8c0d97e'/>
<id>urn:sha1:857cb4de20160ed8a4931a87ee1112aeb8c0d97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #84343 - camsteffen:closure-tree, r=varkor</title>
<updated>2021-04-22T16:14:32+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2021-04-22T16:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f438e31f577bbb9367b9abbcbb5ce77ce54e979'/>
<id>urn:sha1:2f438e31f577bbb9367b9abbcbb5ce77ce54e979</id>
<content type='text'>
Remove `ScopeTree::closure_tree`

Seems to be dead code since #50649.
</content>
</entry>
<entry>
<title>Small refactor</title>
<updated>2021-04-19T20:40:21+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2021-04-19T20:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9c14d0c1f04f888fbd4ec8b254b61fff84db7d4'/>
<id>urn:sha1:c9c14d0c1f04f888fbd4ec8b254b61fff84db7d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix few typos</title>
<updated>2021-04-19T12:57:08+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2021-04-19T12:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f43ee8ebf696eec5a8a844629e4f7e910f9f0afd'/>
<id>urn:sha1:f43ee8ebf696eec5a8a844629e4f7e910f9f0afd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve an error message.</title>
<updated>2021-04-18T19:38:23+00:00</updated>
<author>
<name>teymour-aldridge</name>
<email>teymour.aldridge@icloud.com</email>
</author>
<published>2021-04-18T19:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=567de4a20268432d8ea27befea3091af9ba38fcd'/>
<id>urn:sha1:567de4a20268432d8ea27befea3091af9ba38fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco</title>
<updated>2021-04-08T18:29:58+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2021-04-08T18:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=74b23f9d112b6846743e7aa3ce46acb59592d4ce'/>
<id>urn:sha1:74b23f9d112b6846743e7aa3ce46acb59592d4ce</id>
<content type='text'>
Fix outdated crate names in compiler docs

Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.
</content>
</entry>
<entry>
<title>Fix outdated crate names in compiler docs</title>
<updated>2021-04-08T16:12:14+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2021-04-07T19:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0019ca9141d0e397534df87a6a7c4c7ece2646d7'/>
<id>urn:sha1:0019ca9141d0e397534df87a6a7c4c7ece2646d7</id>
<content type='text'>
Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.

Also fix incorrect file paths.
</content>
</entry>
<entry>
<title>Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco</title>
<updated>2021-04-07T23:01:43+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2021-04-07T23:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a113240b91c7ad1955c98888a55e3eee9346122e'/>
<id>urn:sha1:a113240b91c7ad1955c98888a55e3eee9346122e</id>
<content type='text'>
Add more info for common trait resolution and async/await errors

* Suggest `Pin::new`/`Box::new`/`Arc::new`/`Box::pin` in more cases
* Point at `impl` and type defs introducing requirements on E0277
</content>
</entry>
</feed>
