about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
2024-10-26Add a .git-blame-ignore-revs fileTrevor Gross-0/+5
2024-10-26Run `cargo fmt` with new settingsTrevor Gross-393/+131
2024-10-26Add a rustfmt.toml file matching rust-lang/rustTrevor Gross-1/+6
2024-10-26chore: release v0.2.9github-actions[bot]-4/+37
2024-10-26Fix release-plz workflow configurationTrevor Gross-2/+0
2024-10-26Add release-plz for automated releasesTrevor Gross-0/+31
2024-10-26Update licensing to MIT AND (MIT OR Apache-2.0)Trevor Gross-236/+269
2024-10-26Don't deny warnings in lib.rsTrevor Gross-8/+7
2024-10-25Rename the `musl-bitwise-tests` feature to `test-musl-serialized`Trevor Gross-10/+10
2024-10-07Set edition to 2021 for all cratesTrevor Gross-2/+5
2024-10-06Fix shellcheck warnings in scriptsTrevor Gross-14/+19
2024-10-06Set target-specific `AR` and `CC` argumentsTrevor Gross-14/+50
2024-10-06Update Ubuntu images to 24.04Trevor Gross-13/+21
2024-10-05Do library updates necessary with dependency upgradesTrevor Gross-3/+3
2024-10-05Upgrade all dependenciesTrevor Gross-4/+4
2024-10-05Rename the `musl-reference-tests` feature to `musl-bitwise-tests`Trevor Gross-8/+10
2024-10-05Move `musl-reference-tests` to a new `libm-test` crateTrevor Gross-471/+494
2024-08-22Add a `success` job to CITrevor Gross-0/+17
2024-08-07Rename `only-soft-floats` feature into `force-soft-floats`Guillaume Gomez-7/+7
2024-08-06Add `only-soft-floats` feature to prevent using any intrinsics or arch-specif...Guillaume Gomez-5/+9
2024-05-06Deny warnings in CITrevor Gross-1/+16
2024-04-30Fix `clippy::deprecated_cfg_attr` on compiler_builtinsAmjad Alsharafi-1/+1
2024-04-02Corrected English typosJeff Thuong-5/+5
2024-02-21Remove unneeded `extern core` in `tgamma`Amjad Alsharafi-1/+0
2024-02-21Allow internal_features lint when building with "unstable"Amanieu d'Antras-1/+2
2023-10-31This updates the exponent calculations done in the nextafter functions relatedMark S. Baranowski-2/+2
2023-10-06Merge pull request rust-lang/libm#285 from Amanieu/release-0.2.8Amanieu d'Antras-1/+1
2023-10-06Release 0.2.8Amanieu d'Antras-1/+1
2023-10-05Fix rint and rintf on x87.Peter Michael Green-4/+24
2023-08-07fix ci, disable mips, mirrors https://github.com/rust-lang/compiler-builtins/...klensy-3/+5
2023-08-03Exclude GitHub Workflows files from packaged cratemulhern-1/+1
2023-08-03Exclude ci directory from packaged cratemulhern-0/+1
2023-05-13Prepare 0.2.7 releaseYuki Okushi-1/+1
2023-02-16Small tweak to `mul` in `fma.rs`.Tobias Decking-14/+3
2023-02-11Merge pull request rust-lang/libm#275 from moritz-meier/feature/add-generic-h...Amanieu d'Antras-0/+194
2023-01-20Fix descriptions of erfc and erfcfJames D. Turner-2/+2
2023-01-17add generic libm helperMoritz Meier-0/+194
2022-11-16Fix formattingLuc-9/+18
2022-11-16Remove negative numbers from testLuc-5/+5
2022-11-14Add Small Conformance tests to Sqrt(f)Luc-0/+23
2022-11-09Bump to 0.2.6Amanieu d'Antras-1/+1
2022-11-07Add benchmarksJules Bertholet-1/+2
2022-11-07Disable tests on PowerPCJules Bertholet-0/+4
2022-11-07`rint`/`rintf` instead of `roundeven`/`roundevenf`Jules Bertholet-33/+22
2022-11-07Add `roundeven` and `roundevenf`Jules Bertholet-0/+107
2022-09-30Use wrapping_neg() to avoid fma errors on underflowAndrew Tribick-2/+10
2022-08-10Bump to 0.2.5Amanieu d'Antras-1/+1
2022-08-10Merge pull request rust-lang/libm#267 from Amanieu/fmafAmanieu d'Antras-18/+23
2022-08-10Fix fmaf not to depend on FE_TOWARDZEROAmanieu d'Antras-18/+23
2022-08-01Merge pull request rust-lang/libm#265 from ankane/no_panicAmanieu d'Antras-6/+26