about summary refs log tree commit diff
path: root/library/compiler-builtins/libm-test/tests/check_coverage.rs
AgeCommit message (Collapse)AuthorLines
2025-04-19Add remaining `libm` crates to the workspaceTrevor Gross-2/+2
These are still not yet covered in CI since we always name explicit packages there, but all crates are now part of the workspace.
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+61
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`.