| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-13 | Move float tests from std to core | Trevor Gross | -0/+11 | |
| Many float-related tests in `std` only depend on `core`, so move the tests there. This also allows us to verify functions from `core_float_math`. Since the majority of test files need to be moved to `coretests`, move the files here without any cleanup; this is done in a followup commit. This makes git history slightly cleaner, but coretests will not build immediately after this commit. | ||||
| 2025-04-03 | Run coretests and alloctests with cg_clif in CI | bjorn3 | -0/+1 | |
| 2025-03-18 | Remove the regex dependency from coretests | bjorn3 | -1/+0 | |
| It is only used by a single test, yet would take up unnecessary space once stdlib deps get vendored. | ||||
| 2025-02-15 | tests: Add regression test for `Debug` impl of raw pointers | Martin Nordholts | -0/+1 | |
| 2025-02-13 | Migrate coretests to Rust 2024 | Eric Huss | -1/+1 | |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -2/+2 | |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -0/+27 | |
