<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_index/src/vec, 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-03-07T21:37:04+00:00</updated>
<entry>
<title>compiler: Use size_of from the prelude instead of imported</title>
<updated>2025-03-07T21:37:04+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-03-05T04:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38fad984c616cf4d10f653fa50c85cdc01083373'/>
<id>urn:sha1:38fad984c616cf4d10f653fa50c85cdc01083373</id>
<content type='text'>
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</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>Replace `no_ord_impl` with `orderable`.</title>
<updated>2023-11-22T07:38:17+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-21T06:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7060fc8327f457882823fcc1737a964407eed0d6'/>
<id>urn:sha1:7060fc8327f457882823fcc1737a964407eed0d6</id>
<content type='text'>
Similar to the previous commit, this replaces `newtype_index`'s opt-out
`no_ord_impl` attribute with the opt-in `orderable` attribute.
</content>
</entry>
<entry>
<title>Begin nightly-ifying rustc_type_ir</title>
<updated>2023-11-18T00:20:00+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-10-24T00:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4506681e2f53e17df0d74cd230948dc40f7d0e8d'/>
<id>urn:sha1:4506681e2f53e17df0d74cd230948dc40f7d0e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary annotation.</title>
<updated>2023-11-13T06:09:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-13T06:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82e396a4baaefecbf7eb88cbfffbc4a8b3526aac'/>
<id>urn:sha1:82e396a4baaefecbf7eb88cbfffbc4a8b3526aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A few small cleanups for `newtype_index`</title>
<updated>2022-12-18T20:47:28+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-12-18T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bfd6450c7b61ffee0fd7e21b538d00018a0e47e'/>
<id>urn:sha1:8bfd6450c7b61ffee0fd7e21b538d00018a0e47e</id>
<content type='text'>
Remove the `..` from the body, only a few invocations used it and it's
inconsistent with rust syntax.

Use `;` instead of `,` between consts. As the Rust syntax gods inteded.
</content>
</entry>
<entry>
<title>Make `#[max]` an attribute in `newtype_index`</title>
<updated>2022-12-18T20:22:14+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-12-18T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91c3c2040ce109d6e9ea00ffb8e8f69f3fd6d9bb'/>
<id>urn:sha1:91c3c2040ce109d6e9ea00ffb8e8f69f3fd6d9bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2022-02-24T21:02:07+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2022-02-18T21:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e686aee48eed69c0dc4f6ed1bd31e0df352a7008'/>
<id>urn:sha1:e686aee48eed69c0dc4f6ed1bd31e0df352a7008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
</feed>
