about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/README.md
AgeCommit message (Collapse)AuthorLines
2025-05-28Typo in README.mdDario Damiani-1/+1
Link to Apache License changed from htps:// to https://
2025-04-21Update README and CONTRIBUTING for the new repository layoutTrevor Gross-34/+20
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+56
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-56/+0
Distribute everything from `libm/` to better locations in the repo. `libm/libm/*` has not moved yet to avoid Git seeing the move as an edit to `Cargo.toml`. Files that remain to be merged somehow are in `etc/libm`.
2024-11-14Use `https:` links in `README.md`beetrees-2/+2
2024-10-27Set the MSRV to 1.63 and document it as suchTrevor Gross-0/+4
Fixes: https://github.com/rust-lang/libm/issues/330
2024-10-26Update licensing to MIT AND (MIT OR Apache-2.0)Trevor Gross-9/+10
Currently both Cargo.toml and the license files indicate that this library may be used under either MIT or Apache-2.0. However, this is not accurate; since portions of this library were derived from musl libc, which is available under the MIT license, this terms of use for this library must also include use under the MIT license. That is, it is not correct that this library may be used under only the Apache-2.0 license. Update the SPDX license identifier to `MIT OR (MIT AND Apache-2.0)` to indicate that use must include the MIT license, but to clarify that contributions are made under `MIT OR Apache-2.0`. This is compatible with the current state of this repository since it has always contained both license files, and the `Cargo.toml` license field has indicated `MIT OR Apache-2.0` since it was added. In accordance with the above, replace the two license files with a combined LICENSE.txt that makes these terms clear and gives attribution to works from which this library is derived. Fixes: https://github.com/rust-lang/libm/issues/215 Link: https://rust-lang.zulipchat.com/#narrow/channel/335408-foundation/topic/Request.20for.20legal.20team.20input.20on.20crate.20licensing Link: https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT
2021-07-09updated link to musl websiteSuKiN-a-1/+1
2019-09-25Remove `-nursery` from urlsAlex Crichton-4/+4
2019-09-10Migrate from azure pipelines to Github actions (#226)Alex Crichton-3/+1
Should make user management easier and also helps follow the repository when it's renamed.
2019-08-12Fix broken link in READMERoman Proskuryakov-0/+2
2019-07-03Remove traits from READMEgnzlbg-16/+1
2019-07-02Move benchmarks into its own crategnzlbg-2/+4
2019-07-01Add benchmark suiteBenjamin Schultzer-0/+6
Signed-off-by: Benjamin Schultzer <benjamin@schultzer.com>
2019-05-02Update some URLsAlex Crichton-2/+2
2019-05-02More azure config fixesAlex Crichton-0/+2
2018-07-21README: all the math functions we needed are now supportedJorge Aparicio-4/+1
2018-07-13README: note that this crate is on crates.io and already usableJorge Aparicio-0/+24
2018-07-13v0.1.0Jorge Aparicio-2/+7
2018-07-13move a chunk of the README into CONTRIBUTING.mdJorge Aparicio-51/+1
2018-07-12test source importing this crateJorge Aparicio-1/+4
2018-07-12re-structure for compiler-builtins integrationJorge Aparicio-1/+2
2018-07-12update the READMEJorge Aparicio-49/+7
2018-07-12add test infrastructure for f64 functionsJorge Aparicio-0/+1
2018-07-12fmodf is doneJorge Aparicio-1/+1
2018-07-12update the READMEJorge Aparicio-1/+7
2018-07-12initial commitJorge Aparicio-0/+111