about summary refs log tree commit diff
path: root/library/coretests/tests/nonzero.rs
AgeCommit message (Expand)AuthorLines
2025-08-18Implement feature `int_lowest_highest_one` for integer and NonZero typesAlexandre Courbot-0/+108
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-2/+0
2025-08-05Renamed `isolate_most_least_significant_one` functionsokaneco-10/+10
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+0
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+100
2025-01-26Put all coretests in a separate cratebjorn3-0/+367