about summary refs log tree commit diff
path: root/library/core/src/ptr
AgeCommit message (Expand)AuthorLines
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