| Age | Commit message (Expand) | Author | Lines |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -69/+174 |
| 2020-06-23 | Fix ptr doc warnings. | Eric Huss | -4/+0 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -0/+132 |
| 2020-06-21 | deprecate wrapping_offset_from | Ralf Jung | -0/+13 |
| 2020-06-20 | Address review comments | Oliver Scherer | -4/+4 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+132 |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -7/+21 |
| 2020-06-18 | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | -0/+67 |
| 2020-06-16 | memory access sanity checks: abort instead of panic | Ralf Jung | -7/+21 |
| 2020-06-16 | add tracking issue | Ralf Jung | -2/+2 |
| 2020-06-12 | add raw_ref macros | Ralf Jung | -0/+67 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -4/+4 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -4/+4 |
| 2020-06-09 | [AVR] Fix debug printing of function pointers | Dylan McKay | -2/+12 |
| 2020-05-25 | core: Make pointer offset methods "const fn" | Joe Richey | -12/+24 |
| 2020-05-18 | Apply suggestions from code review | Simon Sapin | -4/+4 |
| 2020-05-18 | Add `len` and `slice_from_raw_parts` to `NonNull<[T]>` | Simon Sapin | -0/+59 |
| 2020-05-17 | make many ptr functions must_use | Steve Klabnik | -0/+12 |
| 2020-05-16 | Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung | Dylan DPC | -1/+7 |
| 2020-05-15 | Improve the documentation for ManuallyDrop to resolve conflicting usage of te... | Diggory Blake | -1/+7 |
| 2020-05-01 | Document unsafety for `*const T` and `*mut T` | LeSeulArtichaut | -4/+8 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -2/+1 |
| 2020-04-29 | Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu... | Dylan DPC | -7/+45 |
| 2020-04-29 | safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr | cohenarthur | -3/+43 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -17/+0 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -2/+0 |
| 2020-04-23 | doc-example: Refactor pointer name to avoid confusion | cohenarthur | -4/+2 |
| 2020-04-22 | Inline some function docs re-exported in `std::ptr` | Dylan MacKenzie | -0/+3 |
| 2020-04-14 | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | -4/+4 |
| 2020-04-14 | ptr: introduce len() method on raw slices | Matthias Schiffer | -2/+50 |
| 2020-04-14 | ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items | Matthias Schiffer | -0/+8 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -4/+4 |
| 2020-03-14 | debug-assert ptr sanity in ptr::write | Ralf Jung | -3/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -10/+10 |
| 2020-02-29 | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | -1/+13 |
| 2020-02-27 | disable debug assertion in ptr::write for now | Ralf Jung | -1/+3 |
| 2020-02-16 | debug_assert a few more raw pointer methods | Ralf Jung | -1/+11 |
| 2020-02-16 | Improve #Safety of core::ptr::drop_in_place | Amos Onn | -1/+4 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+1 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -13/+20 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+2 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -6/+5 |
| 2020-01-18 | get rid of real_drop_in_place again | Ralf Jung | -12/+2 |
| 2020-01-15 | Fix incorrect slice->ptr conversion in slice_from_raw_parts docs | CAD97 | -1/+1 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -6/+5 |
| 2020-01-09 | doc: add Null-unchecked version section to mut pointer as_mut method | Trevor Spiteri | -0/+14 |
| 2019-12-27 | Clean up const-hack from #63810 | jumbatm | -4/+1 |