about summary refs log tree commit diff
path: root/library/core/tests/const_ptr.rs
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-101/+0
2022-08-05cleanup code w/ pointers in std a littleMaybe Waffle-3/+3
2021-06-27Revert "Revert tests added by PR 81167."Albin Hedman-0/+50
This reverts commit cebfcd3256a6ec8655f0d9f45426d6f42a92da9c.
2021-06-04Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-02-23Constify ptr::write and the write[_unaligned] methods on *mut TAlbin Hedman-0/+50
Constify intrinsics::forget
2020-12-26Add testsAlbin Hedman-0/+51