| Age | Commit message (Expand) | Author |
| 2025-10-21 | [libc][math] Add tolerance to math tests so that they still work when accurat... | lntue |
| 2025-09-19 | [libc] Update floating testing infra for MSVC compatibility. (#159810) | lntue |
| 2025-09-18 | [libc][math] Fix sNaN tests for AArch64 (#159483) | Krishna Pandey |
| 2025-08-07 | [libc] Migrate FEnvSafeTest and FPTest to ErrnoCheckingTest. (#152633) | Alexey Samsonov |
| 2025-06-11 | [libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE... | lntue |
| 2025-02-13 | [libc][math] Improve the performance of sqrtf128. (#122578) | lntue |
| 2025-01-28 | [libc][complex] Testing infra for MPC (#121261) | Shourya Goel |
| 2024-12-30 | [libc] Fix non-calls to cpp::is_complex_type_same (#121257) | Roland McGrath |
| 2024-11-07 | [libc][math][c23] Add exp10m1f C23 math function (#87992) | OverMighty |
| 2024-10-31 | [libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macros.h. (#114446) | lntue |
| 2024-10-22 | [libc] Use `if constexpr` for compile-time conditionals (#113417) | Roland McGrath |
| 2024-10-18 | [libc][math][c23] Add logf16 C23 math function (#106072) | OverMighty |
| 2024-10-18 | [libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ)... | lntue |
| 2024-10-18 | [libc][complex] Added support for CFP16 and CFP128 (#112594) | Shourya Goel |
| 2024-10-14 | [libc][complex] Set up headers and add documentation for complex.h. (#111659) | Shourya Goel |
| 2024-10-01 | [libc] Move struct Sign into LIBC_NAMESPACE (#110709) | Michael Jones |
| 2024-08-13 | [libc][math][c23] Add expm1f16 C23 math function (#102387) | OverMighty |
| 2024-07-30 | [libc][math][c23] Add expf16 C23 math function (#100632) | OverMighty |
| 2024-07-12 | [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597) | Petr Hosek |
| 2024-07-12 | Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration... | Mehdi Amini |
| 2024-07-11 | [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075) | Petr Hosek |
| 2024-06-11 | [libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014) | OverMighty |
| 2024-05-06 | [libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ... | Michael Flanders |
| 2024-04-29 | [libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443) | Michael Flanders |
| 2024-04-05 | [libc] Add proxy header math_macros.h. (#87598) | lntue |
| 2024-03-25 | [libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003) | OverMighty |
| 2024-03-20 | [libc][NFC] Move `Sign` type to separate header (#85930) | Guillaume Chatelet |
| 2024-03-18 | [libc] Remove direct math.h includes (#85324) | Michael Jones |
| 2024-03-15 | [libc][math][c23] Add nextup{,f,f128} and nextdown{,f,f128} functions (#85431) | OverMighty |
| 2024-02-28 | [libc] fix clang-tidy llvm-header-guard warnings (#82679) | Nick Desaulniers |
| 2024-02-06 | [libc] Move libc_errno inside of LIBC_NAMESPACE (#80774) | michaelrj-google |
| 2024-01-30 | [libc][NFC] Rename `FPBits` nan functions (#79998) | Guillaume Chatelet |
| 2024-01-29 | [libc] Remove specific nan payload in math functions (#79165) | Guillaume Chatelet |
| 2024-01-23 | [libc][NFC] Remove `FPBits` cast operator (#79142) | Guillaume Chatelet |
| 2024-01-23 | [libc] Remove specific nan payload in math functions (#79133) | Guillaume Chatelet |
| 2024-01-23 | [reland][libc] Remove unnecessary `FPBits` functions and properties (#79128) | Guillaume Chatelet |
| 2024-01-23 | Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118) | Guillaume Chatelet |
| 2024-01-23 | [libc] Remove unnecessary `FPBits` functions and properties (#79113) | Guillaume Chatelet |
| 2024-01-18 | [libc][NFC] Introduce a Sign type for FPBits (#78500) | Guillaume Chatelet |
| 2023-12-15 | [libc] Fix improper initialization of `StorageType` (#75610) | Guillaume Chatelet |
| 2023-12-15 | [libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489) | Guillaume Chatelet |
| 2023-11-28 | [libc][math] Add unit tests for raising excepts in nextafter (#73556) | Nishant Mittal |
| 2023-11-06 | [libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ... | lntue |
| 2023-11-06 | [libc][math] Implement powf function correctly rounded to all rounding modes.... | lntue |
| 2023-10-19 | [libc][math][NFC] Remove global scope constants declaration in math tests (#6... | lntue |
| 2023-10-04 | [libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833) | Mikhail R. Gadelha |
| 2023-09-26 | [libc] Mass replace enclosing namespace (#67032) | Guillaume Chatelet |
| 2023-06-14 | [libc] Enable hermetic floating point tests again. | Tue Ly |
| 2023-06-14 | [libc] Enable custom logging in LibcTest | Guillaume Chatelet |
| 2023-06-10 | [libc][math] Move str method from FPBits class to testing utils. | Tue Ly |