about summary refs log tree commit diff
path: root/library/compiler-builtins/builtins-test/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2025-05-29cleanup: Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`Trevor Gross-5/+73
Since the two crates are now in the same repo, it is easier to share code. Begin some deduplication with the integer traits.
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-1/+0
Apply the same formatting rules to both `libm` and `compiler-builtins`.
2025-04-18Rename `testcrate` to `builtins-test`Trevor Gross-0/+338
The repo will soon have `libm` as a top-level crate, so make it clear that this is only the test crate for `compiler-builtins`.