| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-02-15 | Pointer metadata: add tracking issue number | Simon Sapin | -7/+7 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -1/+1 |
| 2021-02-15 | More doc-comments for pointer metadata APIs | Simon Sapin | -4/+86 |
| 2021-02-15 | Add `to_raw_parts` methods to `*const`, `*mut`, and `NonNull` | Simon Sapin | -1/+2 |
| 2021-02-15 | Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_... | Simon Sapin | -6/+38 |
| 2021-02-15 | Add `size_of`, `align_of`, and `layout` methods to `DynMetadata` | Simon Sapin | -8/+38 |
| 2021-02-15 | Parameterize `DynMetadata` over its `dyn SomeTrait` type | Simon Sapin | -6/+49 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+77 |
