about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/libm-macros/src/enums.rs
AgeCommit message (Collapse)AuthorLines
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-7/+24
Apply the same formatting rules to both `libm` and `compiler-builtins`.
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+154
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`.