All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.156 - 2025-04-20
- Enable icount benchmarks in CI
- Move builtins-test-intrinsics out of the workspace
- Run
cargo fmton all projects - Flatten the
libm/libmdirectory - Update path to libm after the merge
- Remove the libm submodule
- Rename
testcratetobuiltins-test
0.1.155 - 2025-04-17
- use
#[cfg(bootstrap)]for rustc sync - Replace the
bl!macro withasm_sym - __udivmod(h|q)i4
0.1.154 - 2025-04-16
- turn #[naked] into an unsafe attribute
0.1.153 - 2025-04-09
- Remove a mention of
force-soft-floatinbuild.rs - Revert "Disable
f16on AArch64 without theneonfeature" - Skip No More!
- avoid out-of-bounds accesses (#799)
0.1.152 - 2025-03-20
- Remove use of
atomic_load_unorderedand undefined behaviour fromarm_linux.rs - Switch repository layout to use a virtual manifest