Skip to content

Commit 1685023

Browse files
chore: release v0.2.4+llvm-3d11652bbee4
1 parent 432ed95 commit 1685023

2 files changed

Lines changed: 59 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.4+llvm-3d11652bbee4](https://github.com/rust-lang/rustc_apfloat/compare/rustc_apfloat-v0.2.3+llvm-3d11652bbee4...rustc_apfloat-v0.2.4+llvm-3d11652bbee4) - 2026-09-09
11+
12+
### Other
13+
14+
- Add `bits_to_f8_to_bits` and `f8_to_bits_to_f8` tests
15+
- Add E4M3B11FNUZ
16+
- Bump LLVM commit to 71f1ea2c15bbc5b604e20d71191a16d57d106dc0
17+
- Add `Float::make_quiet` method
18+
- Resolve a test failure from the new 8-bit float types
19+
- Fix the build on Apple platforms
20+
- Improve logic for negative zero handling
21+
- Add NaN-in-negative-zero formats
22+
- Resolve the `{min,max}_value` lint and silence a Cargo naming lint
23+
- Make `StatusAnd::unwrap` `#[inline]` and `#[track_caller]`
24+
- Fix `-xux` to `-eux` in the download script
25+
- Enable checking status on host floats
26+
- Add `Float::max_int_bits`
27+
- Replace mix/max combo with `Ord::clamp`
28+
- Bump LLVM commit to https://github.com/llvm/llvm-project/commit/e60b91df1357e6a5f66840581f4d5f57e258c0b4
29+
- Skip decoding README.txt files
30+
- Add a subcommand for generating corpus input
31+
- Create a justfile for invoking common commands
32+
- Change the save directory to `fuzz/runs` rather than `target`
33+
- Add an assembly host implementation on x86
34+
- Adjust print and exit options
35+
- Download LLVM after the cache action
36+
- Move host floats to a separate module
37+
- Move `Op` and `Airity` into `main.rs`
38+
- Extract `FpKind` out of the macro
39+
- Move main toward the top of the file
40+
- Ignore ICE output in git
41+
- Move the bruteforce entrypoint to its separate module
42+
- Port exhaustive tests to the new fuzz setup
43+
- Switch from panics to an error that we can panic from later
44+
- Skip running cxx versions of f8e4m3fn fma
45+
- Improve flexibility of the fuzz binary
46+
- Extract brute force to a separate module
47+
- Download and cache LLVM for the fuzz build
48+
- Build and test all crates in the workspace
49+
- Use the 2024 edition
50+
- Check in generated Rust source
51+
- Replace generated C++ with a source file
52+
- Add a `check-cfg` for `cfg(fuzzing)`
53+
- Remove comments about u128 ABI issues
54+
- Replace shelling out in build.rs with Rust code
55+
- Check in relevant files rather than creating
56+
- Add caching for the test job
57+
- Set a MSRV of 1.65 and test it in CI
58+
- Bump actions/checkout to the latest version (v6)
59+
- Pin Ubuntu versions to 24.04
60+
- Add a timeout for all jobs
61+
- Add a script for downloading the correct LLVM version
62+
- Deny warnings and enable backtraces
63+
- Also run on pushes to `main`
64+
- Invoke `bash` directly rather than using `sh`
65+
- Don't include .github in the shipped crate
66+
- clarify comments for min/max operations
67+
1068
## [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
1169

1270
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["fuzz"]
33

44
[workspace.package]
5-
version = "0.2.3+llvm-3d11652bbee4"
5+
version = "0.2.4+llvm-3d11652bbee4"
66
edition = "2021"
77
license = "Apache-2.0 WITH LLVM-exception"
88

0 commit comments

Comments
 (0)