@@ -7,6 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.4+llvm-462a31f5a5ab] ( https://github.com/rust-lang/rustc_apfloat/compare/rustc_apfloat-v0.2.3+llvm-462a31f5a5ab...rustc_apfloat-v0.2.4+llvm-462a31f5a5ab ) - 2026-04-13
11+
12+ ### Other
13+
14+ - Add a subcommand for generating corpus input
15+ - Create a justfile for invoking common commands
16+ - Change the save directory to ` fuzz/runs ` rather than ` target `
17+ - Add an assembly host implementation on x86
18+ - Adjust print and exit options
19+ - Download LLVM after the cache action
20+ - Move host floats to a separate module
21+ - Move ` Op ` and ` Airity ` into ` main.rs `
22+ - Extract ` FpKind ` out of the macro
23+ - Move main toward the top of the file
24+ - Ignore ICE output in git
25+ - Move the bruteforce entrypoint to its separate module
26+ - Port exhaustive tests to the new fuzz setup
27+ - Switch from panics to an error that we can panic from later
28+ - Skip running cxx versions of f8e4m3fn fma
29+ - Improve flexibility of the fuzz binary
30+ - Extract brute force to a separate module
31+ - Download and cache LLVM for the fuzz build
32+ - Build and test all crates in the workspace
33+ - Use the 2024 edition
34+ - Check in generated Rust source
35+ - Replace generated C++ with a source file
36+ - Add a ` check-cfg ` for ` cfg(fuzzing) `
37+ - Remove comments about u128 ABI issues
38+ - Replace shelling out in build.rs with Rust code
39+ - Check in relevant files rather than creating
40+ - Add caching for the test job
41+ - Set a MSRV of 1.65 and test it in CI
42+ - Bump actions/checkout to the latest version (v6)
43+ - Pin Ubuntu versions to 24.04
44+ - Add a timeout for all jobs
45+ - Add a script for downloading the correct LLVM version
46+ - Deny warnings and enable backtraces
47+ - Also run on pushes to ` main `
48+ - Invoke ` bash ` directly rather than using ` sh `
49+ - Don't include .github in the shipped crate
50+ - clarify comments for min/max operations
51+
1052## [ 0.2.3+llvm-462a31f5a5ab] ( https://github.com/rust-lang/rustc_apfloat/compare/rustc_apfloat-v0.2.2+llvm-462a31f5a5ab...rustc_apfloat-v0.2.3+llvm-462a31f5a5ab ) - 2025-06-11
1153
1254### Other
0 commit comments