about summary refs log tree commit diff
path: root/library/coretests/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-05-13Move float tests from std to coreTrevor 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-03Run coretests and alloctests with cg_clif in CIbjorn3-0/+1
2025-03-18Remove the regex dependency from coretestsbjorn3-1/+0
It is only used by a single test, yet would take up unnecessary space once stdlib deps get vendored.
2025-02-15tests: Add regression test for `Debug` impl of raw pointersMartin Nordholts-0/+1
2025-02-13Migrate coretests to Rust 2024Eric Huss-1/+1
2025-02-13library: Update rand to 0.9.0Eric Huss-2/+2
2025-01-26Put all coretests in a separate cratebjorn3-0/+27