<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_trait_selection/src/traits/misc.rs, branch 1.77.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-30T00:06:53+00:00</updated>
<entry>
<title>Deeply normalize when processing registered region obligations</title>
<updated>2024-01-30T00:06:53+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-12-18T22:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=028d29301f9cbd174f3e21652d1c20d58af132ce'/>
<id>urn:sha1:028d29301f9cbd174f3e21652d1c20d58af132ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -Zno-implied-bounds-compat option and use it</title>
<updated>2024-01-18T02:27:34+00:00</updated>
<author>
<name>Jack Huey</name>
<email>31162821+jackh726@users.noreply.github.com</email>
</author>
<published>2024-01-16T23:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=acab76573fffe8a3c2578506f277a89ef772a05d'/>
<id>urn:sha1:acab76573fffe8a3c2578506f277a89ef772a05d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly handle normalization in implied bounds</title>
<updated>2024-01-18T02:27:34+00:00</updated>
<author>
<name>Ali MJ Al-Nasrawy</name>
<email>alimjalnasrawy@gmail.com</email>
</author>
<published>2023-12-11T01:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d96003dd2a780ecb19252229b1927b1dc09f699b'/>
<id>urn:sha1:d96003dd2a780ecb19252229b1927b1dc09f699b</id>
<content type='text'>
Special-case Bevy dependents to not error
</content>
</entry>
<entry>
<title>Remove `Session` methods that duplicate `DiagCtxt` methods.</title>
<updated>2023-12-23T21:05:28+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-12-18T11:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99472c7049783605444ab888a97059d0cce93a12'/>
<id>urn:sha1:99472c7049783605444ab888a97059d0cce93a12</id>
<content type='text'>
Also add some `dcx` methods to types that wrap `TyCtxt`, for easier
access.
</content>
</entry>
<entry>
<title>global param_env canonicalization cache</title>
<updated>2023-12-13T14:57:52+00:00</updated>
<author>
<name>Ali MJ Al-Nasrawy</name>
<email>alimjalnasrawy@gmail.com</email>
</author>
<published>2023-12-04T20:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f38d1e971dcba3a3e9739d0d5aaf5f14329118bd'/>
<id>urn:sha1:f38d1e971dcba3a3e9739d0d5aaf5f14329118bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.</title>
<updated>2023-12-01T22:01:19+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-30T04:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d1d3844430923395d38159c8979e587a1ca2879'/>
<id>urn:sha1:5d1d3844430923395d38159c8979e587a1ca2879</id>
<content type='text'>
Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug`
follows the pattern used everywhere else: `span_err`, `span_warning`,
etc.
</content>
</entry>
<entry>
<title>refactor(rustc_middle): Substs -&gt; GenericArg</title>
<updated>2023-07-14T12:27:35+00:00</updated>
<author>
<name>Mahdi Dibaiee</name>
<email>mdibaiee@pm.me</email>
</author>
<published>2023-07-11T21:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e55583c4b831c601452117a8eb20af59779ef582'/>
<id>urn:sha1:e55583c4b831c601452117a8eb20af59779ef582</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too</title>
<updated>2023-06-01T18:21:42+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-05-17T03:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9fcb524ffbcccc0c0f56e9ecde431961a4619a9'/>
<id>urn:sha1:a9fcb524ffbcccc0c0f56e9ecde431961a4619a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Impl `StructuralEq` &amp; `ConstParamTy` for `str`, `&amp;T`, `[T; N]` and `[T]`</title>
<updated>2023-04-27T15:59:07+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-03-03T18:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bf6bbb1bd199956d1be3d8988f0d8b6036cd2e3'/>
<id>urn:sha1:1bf6bbb1bd199956d1be3d8988f0d8b6036cd2e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check the correct trait when checking `ConstParamTy` impls</title>
<updated>2023-04-27T15:46:23+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-02-23T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c544108b1e10124b3a9f45a68c1cb36c1c45e90'/>
<id>urn:sha1:1c544108b1e10124b3a9f45a68c1cb36c1c45e90</id>
<content type='text'>
</content>
</entry>
</feed>
