<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval/src/check_consts/ops.rs, branch 1.84.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-11-18T09:38:56+00:00</updated>
<entry>
<title>use `TypingEnv` when no `infcx` is available</title>
<updated>2024-11-18T09:38:56+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-11-15T12:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cba14b95bb07a5b31ed1aac2bf4eadd248232da'/>
<id>urn:sha1:9cba14b95bb07a5b31ed1aac2bf4eadd248232da</id>
<content type='text'>
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
</content>
</entry>
<entry>
<title>check_consts: fix error requesting feature gate when that gate is not actually needed</title>
<updated>2024-11-13T11:03:16+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-11-13T10:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9760983353e2600058b5b39d7c97a8bcbe21c583'/>
<id>urn:sha1:9760983353e2600058b5b39d7c97a8bcbe21c583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give a hint which feature is missing</title>
<updated>2024-11-09T22:32:06+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-11-09T22:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f235b6f9c6788e213b6365103cfa9c6c798fe659'/>
<id>urn:sha1:f235b6f9c6788e213b6365103cfa9c6c798fe659</id>
<content type='text'>
</content>
</entry>
<entry>
<title>require const_impl_trait gate for all conditional and trait const calls</title>
<updated>2024-11-09T22:02:20+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-11-09T21:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=822762c966b0c8e85c0a552929a5a9c53bf93a97'/>
<id>urn:sha1:822762c966b0c8e85c0a552929a5a9c53bf93a97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new rustc_const_stable_intrinsic attribute for const-stable intrinsics</title>
<updated>2024-11-04T22:27:46+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-11-01T21:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f0ed2b0f54aff2dbc63ff72261b8acb2c186404'/>
<id>urn:sha1:1f0ed2b0f54aff2dbc63ff72261b8acb2c186404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename the FIXMEs, remove a few that dont matter anymore</title>
<updated>2024-11-03T18:59:41+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-11-01T18:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b96103bf3b0746e443f9bb86b532be2c536113a'/>
<id>urn:sha1:6b96103bf3b0746e443f9bb86b532be2c536113a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completely deny calling functions with const conditions in MIR const check unless const_trait_impl is enabled</title>
<updated>2024-11-01T16:13:30+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-10-30T18:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57f2e12f4aafb2c37f45090be97c68c5020c938f'/>
<id>urn:sha1:57f2e12f4aafb2c37f45090be97c68c5020c938f</id>
<content type='text'>
This will help us make sure that we never leak any conditionally const
functions into stable.
</content>
</entry>
<entry>
<title>stop using `ParamEnv::reveal` while handling MIR</title>
<updated>2024-10-31T13:55:53+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-10-31T11:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2cde638ac0b8f2fd1b7ad29606a1a406b276482a'/>
<id>urn:sha1:2cde638ac0b8f2fd1b7ad29606a1a406b276482a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`ConstCx` stop using `ParamEnv::reveal`</title>
<updated>2024-10-31T11:43:22+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-10-31T11:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aab149b58ca47b19a8e1e1673b9fbc367f984c59'/>
<id>urn:sha1:aab149b58ca47b19a8e1e1673b9fbc367f984c59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TypingMode :thinking:</title>
<updated>2024-10-29T16:01:24+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-10-17T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f51ec110a714fea09105586b26c7f8e6a2a57018'/>
<id>urn:sha1:f51ec110a714fea09105586b26c7f8e6a2a57018</id>
<content type='text'>
</content>
</entry>
</feed>
