| Age | Commit message (Expand) | Author | Lines |
| 2018-08-30 | fix example | Ralf Jung | -2/+1 |
| 2018-08-30 | fix example | Ralf Jung | -2/+3 |
| 2018-08-30 | improve volatile comments | Ralf Jung | -4/+4 |
| 2018-08-30 | address remaining remarks and add example for dropping unaligned data | Ralf Jung | -4/+32 |
| 2018-08-30 | apply comments | Ralf Jung | -12/+13 |
| 2018-08-30 | clarify ZST comment | Ralf Jung | -10/+10 |
| 2018-08-29 | clarify that these are preliminary guarantees | Ralf Jung | -5/+4 |
| 2018-08-29 | edit docs a little | Ralf Jung | -24/+37 |
| 2018-08-29 | Resolve null/ZST conflict correctly (whoops) | Dylan MacKenzie | -4/+3 |
| 2018-08-29 | Add a list of known facts re: validity | Dylan MacKenzie | -9/+26 |
| 2018-08-29 | You can't make an omlette without breaking a few links | Dylan MacKenzie | -1/+1 |
| 2018-08-29 | Incorporate RalfJung's suggestions | Dylan MacKenzie | -28/+38 |
| 2018-08-29 | Redefine range validity | Dylan MacKenzie | -8/+6 |
| 2018-08-29 | Remove definiton of valid pointer | Dylan MacKenzie | -7/+14 |
| 2018-08-29 | Fix off-by-one error when specifying a valid range | Dylan MacKenzie | -2/+2 |
| 2018-08-29 | Reword module level docs re: alignment | Dylan MacKenzie | -4/+4 |
| 2018-08-29 | Update docs for `swap_nonoverlapping` | Dylan MacKenzie | -3/+19 |
| 2018-08-29 | Fix unused variable warning in doctest | Dylan MacKenzie | -0/+1 |
| 2018-08-29 | Fix failing doctests | Dylan MacKenzie | -3/+3 |
| 2018-08-29 | Mention alignment in top-level docs | Dylan MacKenzie | -5/+11 |
| 2018-08-29 | Rewrite docs for `std::ptr` | Dylan MacKenzie | -68/+351 |
| 2018-08-22 | Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum | Guillaume Gomez | -0/+30 |
| 2018-08-21 | Suggest direct raw-pointer dereference | Michal 'vorner' Vaner | -0/+30 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -8/+8 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -8/+8 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-12 | Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm | Guillaume Gomez | -2/+2 |
| 2018-08-04 | Remove explicit returns where unnecessary | ljedrz | -2/+2 |
| 2018-08-03 | volatile operations docs: clarify that this does not help wrt. concurrency | Ralf Jung | -0/+30 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -80/+0 |
| 2018-07-27 | Fix doc comment for 'ptr::copy_to' method | Zakarum | -2/+2 |
| 2018-07-24 | clarify offset function safety concerns | Ralf Jung | -4/+16 |
| 2018-07-23 | Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichton | kennytm | -0/+13 |
| 2018-07-21 | Don't use SIMD in mem::swap for types smaller than the block size | Scott McMurray | -0/+13 |
| 2018-07-18 | Document that Unique::empty() and NonNull::dangling() aren't sentinel values | Josh Triplett | -0/+10 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+2 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -27/+0 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+2 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -8/+0 |
| 2018-06-01 | Reword {ptr,mem}::replace docs. | Corey Farwell | -2/+3 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -46/+224 |
| 2018-05-17 | Remove the intrinsic for align_offset | Simonas Kazlauskas | -10/+21 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -46/+213 |
| 2018-05-17 | Revert #49767 | steveklabnik | -300/+70 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -9/+2 |
| 2018-05-15 | Rollup merge of #49767 - ecstatic-morse:ptr-docs, r=steveklabnik | Guillaume Gomez | -70/+300 |
| 2018-05-09 | Shorten ownership safety discussion in `read_volatile` | Dylan MacKenzie | -8/+15 |
| 2018-05-09 | Use the "Safety" heading instead of "Undefined Behavior" | Dylan MacKenzie | -43/+1 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -3/+2 |
| 2018-04-28 | Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik | kennytm | -0/+1 |