<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-28T22:02:14+00:00</updated>
<entry>
<title>remove explicit deref of AbiAlign for most methods</title>
<updated>2025-09-28T22:02:14+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2025-09-28T21:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c9d0dfe046f0674f0507df564504ac3bac862d9'/>
<id>urn:sha1:0c9d0dfe046f0674f0507df564504ac3bac862d9</id>
<content type='text'>
Much of the compiler calls functions on Align projected from AbiAlign.
AbiAlign impls Deref to its inner Align, so we can simplify these away.
Also, it will minimize disruption when AbiAlign is removed.

For now, preserve usages that might resolve to PartialOrd or PartialEq,
as those have odd inference.
</content>
</entry>
<entry>
<title>Rename `is_like_osx` to `is_like_darwin`</title>
<updated>2025-03-25T20:53:52+00:00</updated>
<author>
<name>Mads Marquart</name>
<email>mads@marquart.dk</email>
</author>
<published>2024-08-19T13:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=328846c6eb650580f93addb687a8f5fd863bd892'/>
<id>urn:sha1:328846c6eb650580f93addb687a8f5fd863bd892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-2025-02-15</title>
<updated>2025-02-15T14:13:01+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-15T14:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a6206e9c4067b54b386213cbdb0ccfc527ffc8b'/>
<id>urn:sha1:7a6206e9c4067b54b386213cbdb0ccfc527ffc8b</id>
<content type='text'>
</content>
</entry>
<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>Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-2024-11-09</title>
<updated>2024-11-09T13:48:06+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-11-09T13:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a'/>
<id>urn:sha1:c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-2024-11-02</title>
<updated>2024-11-02T14:53:30+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-11-02T14:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60f0cd87e80bc227595d4c42860e3c7ec94ca35f'/>
<id>urn:sha1:60f0cd87e80bc227595d4c42860e3c7ec94ca35f</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>Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-2024-04-23</title>
<updated>2024-04-23T09:37:28+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-04-23T09:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d682cfb66997e8cd5323e728fd77fc26b17fdd4'/>
<id>urn:sha1:3d682cfb66997e8cd5323e728fd77fc26b17fdd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Session should_remap_filepaths with filename_display_preference</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-22T14:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fefb8f1f9cb830e1ca0b0ba449db7c8e7d4ff7ba'/>
<id>urn:sha1:fefb8f1f9cb830e1ca0b0ba449db7c8e7d4ff7ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce `FileNameMapping::to_real_filename` and use it everywhere</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-21T20:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f4fa42b0ee1cf6c988d3f7ed6bcb4a51e788282'/>
<id>urn:sha1:4f4fa42b0ee1cf6c988d3f7ed6bcb4a51e788282</id>
<content type='text'>
</content>
</entry>
</feed>
