about summary refs log tree commit diff
path: root/library/core/tests/ptr.rs
AgeCommit message (Expand)AuthorLines
2021-04-04Bump cfgsMark Rousskov-7/+0
2021-02-15Add a ThinBox library as a libcore test for pointer metadata APIsSimon Sapin-0/+112
2021-02-15Fix libcore unit tests in stage 0Simon Sapin-1/+4
2021-02-15Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...Simon Sapin-1/+28
2021-02-15Add `size_of`, `align_of`, and `layout` methods to `DynMetadata`Simon Sapin-0/+20
2021-02-15Parameterize `DynMetadata` over its `dyn SomeTrait` typeSimon Sapin-15/+20
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+87
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+13
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-1/+1
2020-08-19enable align_to tests in MiriRalf Jung-4/+3
2020-07-27mv std libs to library/mark-0/+403