summary refs log tree commit diff
path: root/library/core/src/ptr/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-21Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakisDylan DPC-2/+6
2020-11-20reference NonNull::danglingRalf Jung-5/+6
2020-10-29Improve wording of `core::ptr::drop_in_place` docsCamelid-3/+3
2020-10-26Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrumbors-3/+14
2020-10-16stop relying on feature(untagged_unions) in stdlibRalf Jung-0/+10
2020-10-13explicitly talk about integer literalsRalf Jung-4/+4
2020-10-12clarify rules for ZST BoxesRalf Jung-2/+5
2020-09-09Fix anchor linksCamelid-10/+10
2020-09-08Fix broken linkCamelid-4/+4
2020-09-08Use intra-doc links in `core::ptr`Camelid-56/+21
2020-08-20Optimise align_offset for stride=1 furtherSimonas Kazlauskas-3/+14
2020-08-16Improve codegen of align_offset when stride == 1Simonas Kazlauskas-13/+11
2020-08-16Improve `align_offset` at opt-level <= 1Simonas Kazlauskas-17/+38
2020-07-27mv std libs to library/mark-0/+1542