about summary refs log tree commit diff
path: root/tests/ui/unsafe-binders
AgeCommit message (Expand)AuthorLines
2025-03-03Fix pretty printing of unsafe bindersMichael Goulet-0/+43
2025-02-28Fix sized constraint for unsafe binderMichael Goulet-0/+29
2025-02-13Use BikeshedGuaranteedNotDrop in unsafe binder type WF tooMichael Goulet-79/+38
2025-01-31Enforce unsafe binders must be Copy (for now)Michael Goulet-39/+74
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-56/+119
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-55/+135
2024-12-12Add testsMichael Goulet-0/+150