summary refs log tree commit diff
path: root/library/core/src/ptr
AgeCommit message (Expand)AuthorLines
2020-09-28Rename AllocErr to AllocErrorJacob Hughes-1/+1
2020-09-09Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514Tyler Mandry-58/+23
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-09-08Remove a stray ignore-tidy-undocumented-unsafemoonheart08-2/+0
2020-08-30Rollup merge of #75917 - poliorcetics:intra-doc-core-nonnull, r=jyn514Dylan DPC-20/+16
2020-08-26Fix potential UB in align_offset docsElichai Turkel-2/+2
2020-08-25Move to intra doc links for core::ptr::non_nullAlexis Bourget-20/+16
2020-08-23bump stable versionRalf Jung-2/+2
2020-08-22fix dead links to wrapping_offset_fromRalf Jung-14/+4
2020-08-22remove feature gate from testsRalf Jung-8/+0
2020-08-22stabilize ptr_offset_fromRalf Jung-2/+2
2020-08-22remove deprecated wrapping_offset_fromRalf Jung-103/+0
2020-08-22offset_from: also document same-provenance requirementRalf Jung-0/+44
2020-08-19Auto merge of #75600 - nagisa:improve_align_offset, r=KodrAusbors-28/+47
2020-08-18Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJungYuki Okushi-81/+567
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-4/+24
2020-08-17Add `as_uninit`-like methods to pointer types and unify documentation of `as_...Tim Diekmann-81/+567
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-08-11mentions provenance, changes argument type, adds must_use attroliver-giersch-8/+26
2020-08-11Make `<*const T>::is_null` const fnOliver Scherer-4/+24
2020-08-09Rollup merge of #75266 - aticu:master, r=RalfJungYuki Okushi-0/+36
2020-08-09Rollup merge of #75248 - TimDiekmann:NonNull-as_mut_ptr, r=RalfJungYuki Okushi-0/+18
2020-08-08Add safety section to `NonNull::as_*` method docsaticu-0/+36
2020-08-06Add `as_mut_ptr` to `NonNull<[T]>`Tim Diekmann-0/+18
2020-08-03adds [*mut|*const] ptr::set_ptr_valueoliver-giersch-0/+64
2020-07-27mv std libs to library/mark-0/+4147