<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std_detect, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T07:39:10+00:00</updated>
<entry>
<title>std_detect: Linux 6.16 support for RISC-V</title>
<updated>2025-07-31T07:39:10+00:00</updated>
<author>
<name>Tsukasa OI</name>
<email>floss_rust@irq.a4lg.com</email>
</author>
<published>2025-07-31T07:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c51e5ce452c96886bab78a8e736c750dd9e79fbd'/>
<id>urn:sha1:c51e5ce452c96886bab78a8e736c750dd9e79fbd</id>
<content type='text'>
It adds feature detection of 1 extension (new in std_detect).

New RISC-V Extension:

1.  "Zabha"
</content>
</entry>
<entry>
<title>std_detect testing improvements</title>
<updated>2025-07-24T13:01:08+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-07-24T13:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b481c5b8ba322612fb3bc167e323f7a548a2390c'/>
<id>urn:sha1:b481c5b8ba322612fb3bc167e323f7a548a2390c</id>
<content type='text'>
* Fix riscv testing. Previously the mod tests; would be looking for
  src/detect/os/tests.rs.
* Replace a test with an unnamed const item. It is testing that no
  warnings are emitted. It doesn't contain any checks that need to run
  at runtime. Replacing the test allows removing the tidy:skip directive
  for test locations.
</content>
</entry>
<entry>
<title>Embed auxv files directly into the test binary</title>
<updated>2025-07-22T18:22:16+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-18T06:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a1179c4de485759d8d8f3bf978e26fc4e86af64'/>
<id>urn:sha1:9a1179c4de485759d8d8f3bf978e26fc4e86af64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve error messages of auxv loading</title>
<updated>2025-07-22T18:22:16+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-18T06:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81d90d8257e59bc27acd6ec98f3cce3d27de6755'/>
<id>urn:sha1:81d90d8257e59bc27acd6ec98f3cce3d27de6755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses from std-detect</title>
<updated>2025-07-22T18:22:16+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-14T19:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e52677a82c6c146469561c97ca4c63a75242102'/>
<id>urn:sha1:5e52677a82c6c146469561c97ca4c63a75242102</id>
<content type='text'>
They are subsumed by the main repo licenses.
</content>
</entry>
<entry>
<title>Fix warning</title>
<updated>2025-07-22T18:22:16+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-04T13:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ffa97a647e3786add894093aa2cc7561c7c64607'/>
<id>urn:sha1:ffa97a647e3786add894093aa2cc7561c7c64607</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move tests around to appease `tidy`</title>
<updated>2025-07-22T18:22:16+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-04T08:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e07a1bbb79fc3fb400ac4a2f25bb37cd8a0c245b'/>
<id>urn:sha1:e07a1bbb79fc3fb400ac4a2f25bb37cd8a0c245b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `std_detect`</title>
<updated>2025-07-22T18:17:46+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-04T08:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee6f2c5276c3e19b919abb61693e66b0ded9c8ba'/>
<id>urn:sha1:ee6f2c5276c3e19b919abb61693e66b0ded9c8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `std_detect` a direct dependency of `std`</title>
<updated>2025-07-22T18:17:23+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-04T07:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b23ab7888a06f548e8d9a5951e97cb68399e31b3'/>
<id>urn:sha1:b23ab7888a06f548e8d9a5951e97cb68399e31b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `std_detect` from `library/stdarch` to `library`</title>
<updated>2025-07-22T18:17:06+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-04T07:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b2de8ab27e4a319e23817b61830a5cc6fd1745e'/>
<id>urn:sha1:5b2de8ab27e4a319e23817b61830a5cc6fd1745e</id>
<content type='text'>
</content>
</entry>
</feed>
