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