about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-07chore: release v0.1.142github-actions[bot]-1/+7
2025-01-07Account for optimization levels other than numbersTrevor Gross-3/+3
2025-01-07Update the `libm` submoduleTrevor Gross-0/+0
2025-01-07Account for optimization levels other than numbersTrevor Gross-3/+3
2025-01-07Make extensive tests exhaustive if there are enough iterations availablebeetrees-81/+252
2025-01-07Avoid naming variables `str`Josh Triplett-7/+7
2025-01-06Increase the allowed ULP for `tgammaf`Trevor Gross-1/+2
2025-01-06Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhprattJacob Pratt-8/+8
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-4/+6
2025-01-07chore: release v0.1.141github-actions[bot]-1/+10
2025-01-06Update the `libm` submoduleTrevor Gross-0/+0
2025-01-06Replace "intrinsic" config with "arch" configTrevor Gross-50/+37
2025-01-06Update the `libm` submoduleTrevor Gross-5/+53
2025-01-06More compelling env_clear() examplesKornel-7/+15
2025-01-06Don't use intrinsics abs for `f16` and `f128` on wasm32Trevor Gross-12/+0
2025-01-06Remove an unused `feature = "force-soft-floats"` gateTrevor Gross-2/+0
2025-01-06Switch from using `unstable-intrinsics` to `intrinsics_enabled`Trevor Gross-6/+4
2025-01-06Increase the allowed precision for failing tests on i586Trevor Gross-1/+4
2025-01-06Enable MPFR tests on i586Trevor Gross-3/+4
2025-01-06ci: Only update the github ref for pull requestsTrevor Gross-0/+1
2025-01-06Rollup merge of #135153 - crystalstall:master, r=workingjubileeMatthias Krüger-3/+3
2025-01-06Loosen precision on i586 based on new testsTrevor Gross-1/+13
2025-01-06Add an override for failing ceil/floor tests on i586Trevor Gross-0/+10
2025-01-06Add domain and edge case tests to muslTrevor Gross-2/+101
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-4/+6
2025-01-06Add test infrastructure for `f16` and `f128`Trevor Gross-43/+205
2025-01-06Add `fabsf16`, `fabsf128`, `copysignf16`, and `copysignf128`Trevor Gross-3/+133
2025-01-06Enable `f16` and `f128` when creating the API change listTrevor Gross-3/+6
2025-01-06Run extensive tests in CI when relevant files changeTrevor Gross-1/+206
2025-01-06Update precision based on failures from extensive testsTrevor Gross-1/+21
2025-01-06Add extensive and exhaustive testsTrevor Gross-8/+450
2025-01-06chore: remove redundant words in commentcrystalstall-3/+3
2025-01-06Add more detailed definition output for `update-api-list.py`Trevor Gross-65/+945
2025-01-06Rollup merge of #135111 - tgross35:float-doc-aliases, r=NoratriebMatthias Krüger-0/+8
2025-01-06Add tests against MPFR for `ilogb` and `ilogbf`Trevor Gross-6/+23
2025-01-05Increase the precision for `jn` and `jnf`Trevor Gross-3/+1
2025-01-05Rename `unstable-test-support` to `unstable-public-internals`Trevor Gross-13/+10
2025-01-06Update precision based on new test resultsTrevor Gross-2/+11
2025-01-06Rewrite the random test generatorTrevor Gross-196/+148
2025-01-06Add an iterator that ensures known sizeTrevor Gross-0/+37
2025-01-06Streamline the way that test iteration count is determinedTrevor Gross-57/+208
2025-01-06Add a way for tests to log to a fileTrevor Gross-0/+73
2025-01-05Add tests against MPFR for `scalbn{f}` and `ldexp{f}`Trevor Gross-4/+28
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-8/+8
2025-01-05Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhprattJacob Pratt-3/+5
2025-01-05Add tests against MPFR for `frexp` and `frexpf`Trevor Gross-4/+19
2025-01-05Add tests against MPFR for `modf` and `modff`Trevor Gross-4/+18
2025-01-05Mark `slice::reverse` unstably constokaneco-3/+5
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3
2025-01-04Clean up integers stored in `MpTy`Trevor Gross-12/+12