| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-29 | libm-test: Make `extensive` an attribute rather than a test type | Trevor Gross | -1/+1 | |
| Currently we run logspace tests for extensive tests, but there isn't any reason we couldn't also run more kinds of tests more extensively (e.g. more edge cases, combine edge cases with logspace for multi-input functions, etc). As a first step toward making this possible, make `extensive` a new field in `CheckCtx`, and rename `QuickSpaced` to `Spaced`. | ||||
| 2025-04-19 | Run `cargo fmt` on all projects | Trevor Gross | -1/+7 | |
| Apply the same formatting rules to both `libm` and `compiler-builtins`. | ||||
| 2025-04-19 | libm: Reorganize into compiler-builtins | Trevor Gross | -0/+274 | |
| 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`. | ||||
