<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/mk/Makefile.in, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-03T09:33:37+00:00</updated>
<entry>
<title>Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol</title>
<updated>2025-06-03T09:33:37+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-06-03T09:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fa33b0624d5bc3899e67607ba7c923f187ce8aa'/>
<id>urn:sha1:2fa33b0624d5bc3899e67607ba7c923f187ce8aa</id>
<content type='text'>
move `test-float-parse` tool into `src/tools` dir

Obviously `test-float-parse` is a tool like any other in `src/tools`.

cc `@tgross35`
</content>
</entry>
<entry>
<title>move `test-float-parse` tool into `src/tools` dir</title>
<updated>2025-06-03T08:05:51+00:00</updated>
<author>
<name>onur-ozkan</name>
<email>work@onurozkan.dev</email>
</author>
<published>2025-06-03T07:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59fbe04a5249d2da56b19bf0e7f4f017064a3866'/>
<id>urn:sha1:59fbe04a5249d2da56b19bf0e7f4f017064a3866</id>
<content type='text'>
Obviously `test-float-parse` is a tool like any other in `src/tools`.

Signed-off-by: onur-ozkan &lt;work@onurozkan.dev&gt;
</content>
</entry>
<entry>
<title>run core and alloc tests with strict provenance</title>
<updated>2025-05-22T08:09:19+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-05-22T06:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9e69959c6a7c26159d2b7f3be1e7c92d1f13452'/>
<id>urn:sha1:b9e69959c6a7c26159d2b7f3be1e7c92d1f13452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools-aux ci runner: also cross-test doctests</title>
<updated>2025-05-18T09:36:59+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-05-18T06:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6eb1afa468832f01a042cd13e7f9f018e5857df3'/>
<id>urn:sha1:6eb1afa468832f01a042cd13e7f9f018e5857df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet</title>
<updated>2025-04-05T08:18:04+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-04-05T08:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a64ccf4a46c80a975e197cb4610125838ca24cbf'/>
<id>urn:sha1:a64ccf4a46c80a975e197cb4610125838ca24cbf</id>
<content type='text'>
Move `fd` into `std::sys`

Move platform definitions of `fd` into `std::sys`, as part of https://github.com/rust-lang/rust/issues/117276.

Unlike other modules directly under `std::sys`, this is only available on some platforms and I have not provided a fallback abstraction for unsupported platforms. That is similar to how `std::os::fd` is gated to only supported platforms.

Also, fix the `unsafe_op_in_unsafe_fn` lint, which was allowed for the Unix fd impl. Since macro expansions from `std::sys::pal::unix::weak` trigger this lint, fix it there too.

cc `@joboet,` `@ChrisDenton`

try-job: x86_64-gnu-aux
</content>
</entry>
<entry>
<title>Move fd into sys</title>
<updated>2025-04-05T03:11:08+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-03-25T06:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4085af01836c3af3bd7c68060274ba7a0c334261'/>
<id>urn:sha1:4085af01836c3af3bd7c68060274ba7a0c334261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demote i686-pc-windows-gnu to Tier 2</title>
<updated>2025-04-02T19:40:58+00:00</updated>
<author>
<name>Noratrieb</name>
<email>48135649+Noratrieb@users.noreply.github.com</email>
</author>
<published>2025-03-01T21:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a1f57d095d3f6236b737655182cffb34cbf1ae2'/>
<id>urn:sha1:6a1f57d095d3f6236b737655182cffb34cbf1ae2</id>
<content type='text'>
In accordance with RFC 3771.

I also added a stub doc page for the target and renamed the
windows-gnullvm page for consistency.
</content>
</entry>
<entry>
<title>Move all alloc integration tests to a new alloctests crate</title>
<updated>2025-03-07T19:11:11+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-06T11:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb04372dc56129d69e39af80cac6e81694bd285f'/>
<id>urn:sha1:fb04372dc56129d69e39af80cac6e81694bd285f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: split i686-mingw job to three free runners</title>
<updated>2025-02-14T10:10:01+00:00</updated>
<author>
<name>MarcoIeni</name>
<email>11428655+MarcoIeni@users.noreply.github.com</email>
</author>
<published>2025-02-14T10:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00683a05c2c660e38c835803bca63903fcb48d10'/>
<id>urn:sha1:00683a05c2c660e38c835803bca63903fcb48d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put all coretests in a separate crate</title>
<updated>2025-01-26T10:26:36+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-04T13:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6a384194204f34b70fe738e809848ee274b9681'/>
<id>urn:sha1:b6a384194204f34b70fe738e809848ee274b9681</id>
<content type='text'>
</content>
</entry>
</feed>
