Skip to content

Commit 2912a21

Browse files
chore: release v0.2.4+llvm-462a31f5a5ab
1 parent eb79bbc commit 2912a21

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

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

1258
### 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-038f7debfda0"
5+
version = "0.2.4+llvm-038f7debfda0"
66
edition = "2021"
77
license = "Apache-2.0 WITH LLVM-exception"
88

0 commit comments

Comments
 (0)