<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_ssa/src/debuginfo, branch 1.84.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.0'/>
<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>compiler: Directly use rustc_abi in codegen</title>
<updated>2024-11-03T20:30:32+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-11-03T02:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b895bf4fdce434f394dbe0f4c57d4d0952cd13d7'/>
<id>urn:sha1:b895bf4fdce434f394dbe0f4c57d4d0952cd13d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Effects cleanup</title>
<updated>2024-10-26T02:19:07+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2024-10-26T02:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6fea8334271e05f1e00e95cdcc4ca7b3558d130'/>
<id>urn:sha1:f6fea8334271e05f1e00e95cdcc4ca7b3558d130</id>
<content type='text'>
- removed extra bits from predicates queries that are no longer needed in the new system
- removed the need for `non_erasable_generics` to take in tcx and DefId, removed unused arguments in callers
</content>
</entry>
<entry>
<title>Get rid of const eval_* and try_eval_* helpers</title>
<updated>2024-10-19T18:07:35+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-27T16:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e83e4e81123ea2babc04238d5aca01ec4bf3e763'/>
<id>urn:sha1:e83e4e81123ea2babc04238d5aca01ec4bf3e763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not unnecessarily eval consts in codegen</title>
<updated>2024-09-21T00:38:11+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-21T00:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=914193c8f40528fe82696e1054828de8c399882e'/>
<id>urn:sha1:914193c8f40528fe82696e1054828de8c399882e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Streamline `coroutine_kind_label`.</title>
<updated>2024-09-17T06:24:35+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-09-11T06:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae1f092307986627ac18887ebf169ce35ef3046e'/>
<id>urn:sha1:ae1f092307986627ac18887ebf169ce35ef3046e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up formatting.</title>
<updated>2024-09-17T06:24:35+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-09-10T23:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd3da000c0ea2e1ce77a18587a7acdb01bf7fd23'/>
<id>urn:sha1:cd3da000c0ea2e1ce77a18587a7acdb01bf7fd23</id>
<content type='text'>
Reflow overly long comments, plus some minor whitespace improvements.
</content>
</entry>
<entry>
<title>Minimize visibilities.</title>
<updated>2024-09-17T06:24:33+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-09-05T05:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdacdfe95f17188f5b047e0330e3e47f993a2016'/>
<id>urn:sha1:bdacdfe95f17188f5b047e0330e3e47f993a2016</id>
<content type='text'>
This makes it much clearer which things are used outside the crate.
</content>
</entry>
<entry>
<title>Also fix if in else</title>
<updated>2024-09-11T21:24:01+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-11T21:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af8d911d63d6b38ea2da36a330b035dd2e6f89a7'/>
<id>urn:sha1:af8d911d63d6b38ea2da36a330b035dd2e6f89a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Fix typos in 'compiler' (batch 1)</title>
<updated>2024-09-02T05:42:38+00:00</updated>
<author>
<name>Alexander Cyon</name>
<email>alex.cyon@gmail.com</email>
</author>
<published>2024-09-02T05:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac69544a175d692dd623fb854261ca64b1b9b802'/>
<id>urn:sha1:ac69544a175d692dd623fb854261ca64b1b9b802</id>
<content type='text'>
</content>
</entry>
</feed>
