| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | Add __extendhfdf2 and add __truncdfhf2 test | Trevor Gross | -2/+47 |
| 2025-03-02 | Remove outdated information from the readme | Trevor Gross | -43/+5 |
| 2025-03-01 | chore: release v0.1.150 | github-actions[bot] | -1/+8 |
| 2025-03-01 | Disable `f16` on AArch64 without the `neon` feature | Trevor Gross | -0/+2 |
| 2025-02-26 | Update LLVM downloads to 20.1-2025-02-13 | Trevor Gross | -3/+3 |
| 2025-02-25 | chore: release v0.1.149 | github-actions[bot] | -1/+7 |
| 2025-02-25 | Make a subset of `libm` symbols weakly available on all platforms | Trevor Gross | -115/+173 |
| 2025-02-24 | chore: release v0.1.148 | github-actions[bot] | -1/+9 |
| 2025-02-24 | Update the `libm` submodule | Trevor Gross | -1/+16 |
| 2025-02-24 | Gate another assertion behind `compiler-builtins` | Trevor Gross | -0/+1 |
| 2025-02-24 | Configure out remaining formatting when `compiler-builtins` is set | Trevor Gross | -4/+38 |
| 2025-02-24 | Ignore unused variables when `compiler-builtins` is set | Trevor Gross | -5/+7 |
| 2025-02-23 | Resolve monomorphization errors in `compiler-builtins` | Trevor Gross | -2/+25 |
| 2025-02-23 | Enable `f16` for MIPS | Martin Nordholts | -1/+0 |
| 2025-02-23 | Eliminate the use of `public_test_dep!` for a third time | Trevor Gross | -772/+763 |
| 2025-02-23 | Make the compiler-builtins test more accurately mirror compiler-builtins | Trevor Gross | -185/+186 |
| 2025-02-23 | ci: Pin the nightly toolchain for aarch64 jobs | Trevor Gross | -0/+4 |
| 2025-02-23 | Revert "ci: Pin the nightly toolchain for i686-pc-windows-gnu" | Trevor Gross | -2/+1 |
| 2025-02-19 | chore: release v0.1.147 | github-actions[bot] | -1/+7 |
| 2025-02-19 | remove win64_128bit_abi_hack | Ralf Jung | -80/+2 |
| 2025-02-19 | ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu | Trevor Gross | -1/+2 |
| 2025-02-19 | ci: Pin the nightly toolchain for i686-pc-windows-gnu | Trevor Gross | -1/+2 |
| 2025-02-19 | ci: Update actions/cache to v4 | Trevor Gross | -1/+1 |
| 2025-02-12 | Use `git ls-files` rather than manually globbing for tidy | Trevor Gross | -28/+26 |
| 2025-02-12 | Make `fma` a trait method on `Float` | Trevor Gross | -25/+30 |
| 2025-02-12 | fma refactor 3/3: combine `fma` public API with its implementation | Trevor Gross | -125/+161 |
| 2025-02-12 | fma refactor 2/3: move math/generic/fma.rs to math/fma.rs | Trevor Gross | -0/+0 |
| 2025-02-12 | fma refactor 1/3: remove math/fma.rs | Trevor Gross | -40/+0 |
| 2025-02-12 | Scale test iteration count at a later point | Trevor Gross | -16/+21 |
| 2025-02-11 | Add a way to print inputs on failure | Trevor Gross | -8/+27 |
| 2025-02-11 | Rename `Float::exp` to `Float::ex` | Trevor Gross | -11/+10 |
| 2025-02-11 | Check exact values for specified cases | Trevor Gross | -3/+21 |
| 2025-02-11 | Add `roundeven{,f,f16,f128}` | Trevor Gross | -101/+363 |
| 2025-02-11 | Fix parsing of negative hex float literals in util | Trevor Gross | -1/+1 |
| 2025-02-10 | Increase allowed offset from infinity for ynf | Trevor Gross | -1/+1 |
| 2025-02-10 | Add `fminimum`, `fmaximum`, `fminimum_num`, and `fmaximum_num` | Trevor Gross | -31/+997 |
| 2025-02-10 | Combine `fmin{,f,f16,f128}` and `fmax{,f,f16,128}` into a single file | Trevor Gross | -64/+65 |
| 2025-02-10 | Small refactor of bigint tests | Trevor Gross | -31/+34 |
| 2025-02-10 | Eliminate the use of `force_eval!` in `ceil`, `floor`, and `trunc` | Trevor Gross | -37/+220 |
| 2025-02-10 | Migrate away from nonfunctional `fenv` stubs | Trevor Gross | -141/+240 |
| 2025-02-10 | Introduce a trait constant for the minimum positive normal value | Trevor Gross | -0/+10 |
| 2025-02-09 | Implement `u256` with two `u128`s rather than `u64` | Trevor Gross | -188/+298 |
| 2025-02-09 | ci: Pin the nightly toolchain for i686-pc-windows-gnu | Trevor Gross | -1/+2 |
| 2025-02-09 | Increase the tolerance for `jn` and `yn` | Trevor Gross | -12/+14 |
| 2025-02-08 | Replace an `assert!` with `debug_assert!` in `u256::shr` | Trevor Gross | -1/+23 |
| 2025-02-08 | Change how operators are `black_box`ed | Trevor Gross | -7/+3 |
| 2025-02-08 | Add simple icount benchmarks for `u256` operations | Trevor Gross | -1/+104 |
| 2025-02-07 | Decrease the allowed error for `cbrt` | Trevor Gross | -2/+3 |
| 2025-02-07 | Port the CORE-MATH version of `cbrt` | Trevor Gross | -103/+216 |
| 2025-02-07 | Add an enum representation of rounding mode | Trevor Gross | -0/+22 |