Skip to content

Commit f191cac

Browse files
chore: release v0.2.4+llvm-462a31f5a5ab
1 parent d4baa8b commit f191cac

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

0 commit comments

Comments
 (0)