Releases: rust-lang/compiler-builtins
Releases · rust-lang/compiler-builtins
compiler_builtins-v0.1.154
Other
- turn #[naked] into an unsafe attribute
compiler_builtins-v0.1.153
Other
- Remove a mention of
force-soft-floatinbuild.rs - Revert "Disable
f16on AArch64 without theneonfeature" - Skip No More!
- avoid out-of-bounds accesses (#799)
compiler_builtins-v0.1.152
Other
- Remove use of
atomic_load_unorderedand undefined behaviour fromarm_linux.rs - Switch repository layout to use a virtual manifest
compiler_builtins-v0.1.151
Other
- Add cygwin support
- Enable
f16for LoongArch (#770) - Add __extendhfdf2 and add __truncdfhf2 test
- Remove outdated information from the readme
compiler_builtins-v0.1.150
Other
- Disable
f16on AArch64 without theneonfeature - Update LLVM downloads to 20.1-2025-02-13
compiler_builtins-v0.1.149
Other
- Make a subset of
libmsymbols weakly available on all platforms
compiler_builtins-v0.1.148
Other
- Update the
libmsubmodule - Enable
f16for MIPS - Eliminate the use of
public_test_dep!for a third time
compiler_builtins-v0.1.147
Other
- remove win64_128bit_abi_hack
compiler_builtins-v0.1.146
Other
- Expose erf{,c}{,f} from libm
compiler_builtins-v0.1.145
Other
- Revert "Eliminate the use of
public_test_dep!" - Indentation fix to please clippy
- Don't build out of line atomics support code for uefi
- Add a version to some FIXMEs that will be resolved in LLVM 20
- Remove use of the
startfeature