Redox OS has added a Certificate of Origin policy and a strict no-LLM policy to our CONTRIBUTING.md: https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md
CONTRIBUTING.md · master · redox-os / redox · GitLab

Redox: A Rust Operating System

GitLab

@redox Rust itself has accepted contributions coauthored by Claude, specifically to Miri. Any comments? I'm really interested in hearing your thoughts...

https://github.com/rust-lang/rust/commit/684bff70b5ed1e4921773251b072812fb9a002cb

Add aarch64 CRC32 intrinsic shims · rust-lang/rust@684bff7

Implement shims for the 8 aarch64 CRC32 LLVM intrinsics: - crc32b/h/w/x (standard CRC-32, polynomial 0x104C11DB7) - crc32cb/ch/cw/cx (CRC-32C/Castagnoli, polynomial 0x11EDC6F41) Co-Authored-By: Cl...

GitHub