<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_hir_analysis/src/variance/constraints.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-27T11:14:47+00:00</updated>
<entry>
<title>Fix some var names</title>
<updated>2025-05-27T11:14:47+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-05-24T17:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f3ae06db07adcd6885558aa1f33ec2711fe0651'/>
<id>urn:sha1:5f3ae06db07adcd6885558aa1f33ec2711fe0651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename unpack to kind</title>
<updated>2025-05-27T11:14:45+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-05-24T12:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29c3babd7c03a48b022663beb7ad39bb24bbef36'/>
<id>urn:sha1:29c3babd7c03a48b022663beb7ad39bb24bbef36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU</title>
<updated>2025-04-29T16:28:22+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-04-29T16:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a20fe8ff236c54cb32189761fd1db8f8db82053e'/>
<id>urn:sha1:a20fe8ff236c54cb32189761fd1db8f8db82053e</id>
<content type='text'>
implement or-patterns for pattern types

These are necessary to represent `NonZeroI32`, as the range for that is `..0 | 1..`. The `rustc_scalar_layout_range_*` attributes avoided this by just implementing wraparound and having a single `1..=-1` range effectively. See https://rust-lang.zulipchat.com/#narrow/channel/481660-t-lang.2Fpattern-types/topic/.60or.20pattern.60.20representation.20in.20type.20system/with/504217694 for some background discussion

cc https://github.com/rust-lang/rust/issues/123646

r? `@BoxyUwU`
</content>
</entry>
<entry>
<title>Add or-patterns to pattern types</title>
<updated>2025-04-28T07:50:18+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-27T09:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b023856f29743a288727d13d0d1044b8e0d3f9f3'/>
<id>urn:sha1:b023856f29743a288727d13d0d1044b8e0d3f9f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out various pattern type matches into their own function</title>
<updated>2025-04-28T07:46:50+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-27T09:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb6d3715a5447da8c291aa5d83133376e5811751'/>
<id>urn:sha1:cb6d3715a5447da8c291aa5d83133376e5811751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `weak` alias terminology</title>
<updated>2025-04-24T10:59:20+00:00</updated>
<author>
<name>Boxy</name>
<email>rust@boxyuwu.dev</email>
</author>
<published>2025-04-24T10:31:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdfeb8f36bb2716eb8f5aca32ba4f81563a6818b'/>
<id>urn:sha1:bdfeb8f36bb2716eb8f5aca32ba4f81563a6818b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean code: remove Deref&lt;Target=RegionKind&gt; impl for Region and use `.kind()`</title>
<updated>2025-04-08T02:51:41+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-04-08T02:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7272a6cbc999a187d564624594889532e47ffa0'/>
<id>urn:sha1:c7272a6cbc999a187d564624594889532e47ffa0</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Remove the `Option` part of range ends in the HIR</title>
<updated>2025-03-06T10:47:40+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-05T15:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8f7a382be12a812b7d73f58967f740a0cf9d9af'/>
<id>urn:sha1:e8f7a382be12a812b7d73f58967f740a0cf9d9af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid having to handle an `Option` in the type system</title>
<updated>2025-03-06T10:03:11+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-05T15:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e7b2835735fc7fee08505fa6c14670bc7ee7601'/>
<id>urn:sha1:0e7b2835735fc7fee08505fa6c14670bc7ee7601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin to implement type system layer of unsafe binders</title>
<updated>2024-12-22T21:57:57+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-21T17:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a1c5eb5b385adb3cd04af0049cbf5c225cefdc3'/>
<id>urn:sha1:9a1c5eb5b385adb3cd04af0049cbf5c225cefdc3</id>
<content type='text'>
</content>
</entry>
</feed>
