<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_monomorphize/src/errors.rs, branch cargo_update</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=cargo_update</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=cargo_update'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-06T22:21:49+00:00</updated>
<entry>
<title>Add support for shortening `Instance` and use it</title>
<updated>2025-08-06T22:21:49+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-07-29T01:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=025fbe8f698a85865d0e9dba7e97ec6a82eac59b'/>
<id>urn:sha1:025fbe8f698a85865d0e9dba7e97ec6a82eac59b</id>
<content type='text'>
Replace ad-hoc type path shortening logic for recursive mono instantiation errors to use `tcx.short_string()` instead.
</content>
</entry>
<entry>
<title>Remove all support for wasm's legacy ABI</title>
<updated>2025-06-14T09:57:06+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-06T09:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e944fa3917a58e30d970d2cce42c14c5edf390b'/>
<id>urn:sha1:3e944fa3917a58e30d970d2cce42c14c5edf390b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove mono item collection strategy override from -Zprint-mono-items</title>
<updated>2025-05-09T10:19:09+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2025-05-09T08:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c8225afe8777a93aa635a252fb6a785d30d0527'/>
<id>urn:sha1:8c8225afe8777a93aa635a252fb6a785d30d0527</id>
<content type='text'>
Previously `-Zprint-mono-items` would override the mono item collection
strategy. When debugging one doesn't want to change the behaviour, so
this was counter productive. Additionally, the produced behaviour was
artificial and might never arise without using the option in the first
place (`-Zprint-mono-items=eager` without `-Clink-dead-code`).  Finally,
the option was incorrectly marked as `UNTRACKED`.

Resolve those issues, by turning `-Zprint-mono-items` into a boolean
flag that prints results of mono item collection without changing the
behaviour of mono item collection.

For codegen-units test incorporate `-Zprint-mono-items` flag directly
into compiletest tool.

Test changes are mechanical. `-Zprint-mono-items=lazy` was removed
without additional changes, and `-Zprint-mono-items=eager` was turned
into `-Clink-dead-code`.  Linking dead code disables internalization, so
tests have been updated accordingly.
</content>
</entry>
<entry>
<title>make abi_unsupported_vector_types a hard error</title>
<updated>2025-04-20T09:34:56+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-04-03T08:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5f5f62a8b5890be2fde163ba3f2284f023126ad'/>
<id>urn:sha1:b5f5f62a8b5890be2fde163ba3f2284f023126ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make missing optimized MIR error more informative</title>
<updated>2025-04-01T09:25:12+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-03-27T12:08:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0fe46d6b72c96bda16bf62e7476e6d85ba68afe'/>
<id>urn:sha1:c0fe46d6b72c96bda16bf62e7476e6d85ba68afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add FCW to warn about wasm ABI transition</title>
<updated>2025-03-25T07:22:35+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-03-17T11:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c961d123d2df8d9fec6d997a6725b88eabe8d5de'/>
<id>urn:sha1:c961d123d2df8d9fec6d997a6725b88eabe8d5de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vectorcall ABI: error if sse2 is not available</title>
<updated>2025-02-20T11:40:58+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-02-18T16:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=83fd16f6258f3ae6fb6c8d6cf06eb4f8c654333e'/>
<id>urn:sha1:83fd16f6258f3ae6fb6c8d6cf06eb4f8c654333e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mono-time abi_check: unify error paths for call and definition sites</title>
<updated>2025-02-20T10:55:31+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-02-18T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=79b2360d985d325741e066e7b6070ed465b785df'/>
<id>urn:sha1:79b2360d985d325741e066e7b6070ed465b785df</id>
<content type='text'>
also move the existing tests to a more sensible location
</content>
</entry>
<entry>
<title>abi_unsupported_vector_types: say which type is the problem</title>
<updated>2025-02-15T19:02:16+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-02-15T19:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=313e8526dc81ec5de6586775f0b0ea8d73790497'/>
<id>urn:sha1:313e8526dc81ec5de6586775f0b0ea8d73790497</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove polymorphization</title>
<updated>2024-12-06T21:42:09+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-12-05T02:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=711c8cc690c70d9b4c0e17e90f21f03d4e9d3ebf'/>
<id>urn:sha1:711c8cc690c70d9b4c0e17e90f21f03d4e9d3ebf</id>
<content type='text'>
</content>
</entry>
</feed>
