about summary refs log tree commit diff
path: root/library/core/tests/ops
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-44/+0
2024-08-12Explicitly specify type parameter on FromResidual impls in stdlib.Zachary S-0/+26
To work around coherence issue. Also adds regression test.
2021-02-06Expand the docs for ops::ControlFlow a bitScott McMurray-0/+18
Since I was writing some examples for an RFC anyway.