index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
ptr
Age
Commit message (
Expand
)
Author
Lines
2020-09-28
Rename AllocErr to AllocError
Jacob Hughes
-1
/
+1
2020-09-09
Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514
Tyler Mandry
-58
/
+23
2020-09-09
Fix anchor links
Camelid
-10
/
+10
2020-09-08
Fix broken link
Camelid
-4
/
+4
2020-09-08
Use intra-doc links in `core::ptr`
Camelid
-56
/
+21
2020-09-08
Remove a stray ignore-tidy-undocumented-unsafe
moonheart08
-2
/
+0
2020-08-30
Rollup merge of #75917 - poliorcetics:intra-doc-core-nonnull, r=jyn514
Dylan DPC
-20
/
+16
2020-08-26
Fix potential UB in align_offset docs
Elichai Turkel
-2
/
+2
2020-08-25
Move to intra doc links for core::ptr::non_null
Alexis Bourget
-20
/
+16
2020-08-23
bump stable version
Ralf Jung
-2
/
+2
2020-08-22
fix dead links to wrapping_offset_from
Ralf Jung
-14
/
+4
2020-08-22
remove feature gate from tests
Ralf Jung
-8
/
+0
2020-08-22
stabilize ptr_offset_from
Ralf Jung
-2
/
+2
2020-08-22
remove deprecated wrapping_offset_from
Ralf Jung
-103
/
+0
2020-08-22
offset_from: also document same-provenance requirement
Ralf Jung
-0
/
+44
2020-08-19
Auto merge of #75600 - nagisa:improve_align_offset, r=KodrAus
bors
-28
/
+47
2020-08-18
Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung
Yuki Okushi
-81
/
+567
2020-08-17
Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung
bors
-4
/
+24
2020-08-17
Add `as_uninit`-like methods to pointer types and unify documentation of `as_...
Tim Diekmann
-81
/
+567
2020-08-16
Improve codegen of align_offset when stride == 1
Simonas Kazlauskas
-13
/
+11
2020-08-16
Improve `align_offset` at opt-level <= 1
Simonas Kazlauskas
-17
/
+38
2020-08-11
mentions provenance, changes argument type, adds must_use attr
oliver-giersch
-8
/
+26
2020-08-11
Make `<*const T>::is_null` const fn
Oliver Scherer
-4
/
+24
2020-08-09
Rollup merge of #75266 - aticu:master, r=RalfJung
Yuki Okushi
-0
/
+36
2020-08-09
Rollup merge of #75248 - TimDiekmann:NonNull-as_mut_ptr, r=RalfJung
Yuki Okushi
-0
/
+18
2020-08-08
Add safety section to `NonNull::as_*` method docs
aticu
-0
/
+36
2020-08-06
Add `as_mut_ptr` to `NonNull<[T]>`
Tim Diekmann
-0
/
+18
2020-08-03
adds [*mut|*const] ptr::set_ptr_value
oliver-giersch
-0
/
+64
2020-07-27
mv std libs to library/
mark
-0
/
+4147