<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_span/src/def_id.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-06-22T20:29:39+00:00</updated>
<entry>
<title>Hash less while hashing def-ids.</title>
<updated>2025-06-22T20:29:39+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-06-22T16:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b4a19d4ac514bd50a98b28421a9149159e7c2f4'/>
<id>urn:sha1:1b4a19d4ac514bd50a98b28421a9149159e7c2f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer</title>
<updated>2025-02-16T21:18:30+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2025-02-15T20:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cf21866e8f18449ea0c41ee1ba031c05419d94c'/>
<id>urn:sha1:4cf21866e8f18449ea0c41ee1ba031c05419d94c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Ensure careful consideration is given by impls</title>
<updated>2024-06-22T06:17:02+00:00</updated>
<author>
<name>Alan Egerton</name>
<email>eggyal@gmail.com</email>
</author>
<published>2024-06-22T06:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e73e7095ae7aa7ead69c4ba7ba002560ef118fa'/>
<id>urn:sha1:0e73e7095ae7aa7ead69c4ba7ba002560ef118fa</id>
<content type='text'>
Added an associated `const THIS_IMPLEMENTATION_HAS_BEEN_TRIPLE_CHECKED`
to the `StableOrd` trait to ensure that implementors carefully consider
whether the trait's contract is upheld, as incorrect implementations can
cause miscompilations.
</content>
</entry>
<entry>
<title>Un-unsafe the `StableOrd` trait</title>
<updated>2024-06-12T12:01:22+00:00</updated>
<author>
<name>Alan Egerton</name>
<email>eggyal@gmail.com</email>
</author>
<published>2024-06-12T12:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=114dd2061e0bfa6bc1353d0265389cfaa04d8858'/>
<id>urn:sha1:114dd2061e0bfa6bc1353d0265389cfaa04d8858</id>
<content type='text'>
Whilst incorrect implementations of this trait can cause miscompilation,
they cannot cause memory unsafety in rustc.
</content>
</entry>
<entry>
<title>Remove `extern crate rustc_macros` from numerous crates.</title>
<updated>2024-04-29T00:21:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-28T22:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11'/>
<id>urn:sha1:4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_index: Add a `ZERO` constant to index types</title>
<updated>2024-04-03T16:06:22+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-04-03T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b40ea03f8a9a94c294679b9f261b86ded120454f'/>
<id>urn:sha1:b40ea03f8a9a94c294679b9f261b86ded120454f</id>
<content type='text'>
It is commonly used.
</content>
</entry>
<entry>
<title>Ensure no one re-adds `Partial/Ord` impls for `DefId`</title>
<updated>2024-03-27T14:02:17+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-03-21T17:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf3ab41c8331bac9aa8efc1a3d75b8bdeb8f26cc'/>
<id>urn:sha1:cf3ab41c8331bac9aa8efc1a3d75b8bdeb8f26cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `DefId`'s `Partial/Ord` impls</title>
<updated>2024-03-27T14:02:17+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-03-21T17:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f4ac61ebdeb5024744e0a828d2ff79b2b71740d'/>
<id>urn:sha1:5f4ac61ebdeb5024744e0a828d2ff79b2b71740d</id>
<content type='text'>
</content>
</entry>
</feed>
