| Age | Commit message (Expand) | Author |
| 2025-10-30 | [libc++] Fix LLVM 22 TODOs (#153367) | Nikolas Klauser |
| 2025-09-04 | [libc++][NFC] Use llvm.org/PR to link to bug reports (#156288) | Nikolas Klauser |
| 2025-08-05 | [libc++] Workaround for a bug of overloads in MS UCRT's `<math.h>` (#149234) | A. Jiang |
| 2025-07-31 | [libc++] Fix return type of ilogb(double) (#150374) | Steffen Larsen |
| 2025-06-19 | [libc++] Move std::abs into __math/abs.h (#139586) | Nikolas Klauser |
| 2025-05-08 | [libc++] Simplify __promote (#136101) | Nikolas Klauser |
| 2025-03-24 | [libc++] Remove one of the std::signbit overloads (#130505) | Nikolas Klauser |
| 2024-09-12 | [libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454) | Nikolas Klauser |
| 2024-09-12 | [libc++][math] Provide overloads for cv-unqualified floating point types for ... | Robin Caloudis |
| 2024-09-06 | [libc++][modules] Tweak a few includes (#107467) | Louis Dionne |
| 2024-09-05 | [libc++][math] Add `constexpr` for `std::signbit()` (#105946) | Robin Caloudis |
| 2024-09-04 | [libc++][modules] Remove dependency on __algorithm/max from hypot.h (#107150) | Louis Dionne |
| 2024-09-04 | [libc++] Remove unused pair.h include from hypot.h (#106798) | Louis Dionne |
| 2024-08-28 | [libc++][math] Remove constrained overloads of `std::{isnan, isinf, isfinite}... | Robin Caloudis |
| 2024-08-28 | [libc++][math] Provide overloads for cv-unqualified floating point types for ... | Robin Caloudis |
| 2024-08-16 | [libc++][math] Fix acceptance of convertible types in `std::isnan()` and `std... | Robin Caloudis |
| 2024-08-05 | [libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#100820) | PaulXiCao |
| 2024-07-24 | Revert "[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)" | Mitch Phillips |
| 2024-07-23 | [libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350) | PaulXiCao |
| 2024-07-20 | [libc++][math] Mathematical Special Functions: Hermite Polynomial (#89982) | PaulXiCao |
| 2024-07-18 | [libc++] Fix acceptance of convertible-to-{float,double,long double} in std::... | Robin Caloudis |
| 2024-06-18 | [libc++][NFC] Remove unnecessary parens in static_asserts (#95605) | Nikolas Klauser |
| 2024-04-22 | [libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (... | Nikolas Klauser |
| 2023-08-03 | [libc++][NFC] Replace typedefs with using in the math headers | Nikolas Klauser |
| 2023-08-02 | [libc++][NFC] Refactor the enable_ifs in the math headers | Nikolas Klauser |
| 2023-07-31 | [libc++][NFC] Format math headers | Nikolas Klauser |
| 2023-07-31 | [libc++][NFC] Remove std:: qualifications from math headers | Nikolas Klauser |
| 2023-07-31 | [libc++] Granulaize math.h and move the functions to std::__math | Nikolas Klauser |