| Age | Commit message (Expand) | Author | Lines |
| 2018-12-07 | Fix the just-introduced ptr::hash docs | Dale Wijnand | -2/+5 |
| 2018-12-07 | Unique/NonNull::from: make sure we convert to raw pointers ASAP | Ralf Jung | -4/+4 |
| 2018-12-07 | Rollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichton | kennytm | -0/+30 |
| 2018-12-04 | Increase code-reuse and -readability | Oliver Scherer | -1/+1 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -7/+7 |
| 2018-12-04 | Fix ptr::hash, just hash the raw pointer | Dale Wijnand | -1/+1 |
| 2018-12-04 | Make ptr::hash take a raw painter like ptr::eq | Dale Wijnand | -1/+1 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -2/+12 |
| 2018-11-27 | Move feature enable in ptr::hash doc example | Dale Wijnand | -1/+1 |
| 2018-11-27 | Try to fix ptr::hash's doc example | Dale Wijnand | -2/+3 |
| 2018-11-27 | Fix issue number | Dale Wijnand | -1/+1 |
| 2018-11-27 | Add an assert_eq in ptr::hash's doc example | Dale Wijnand | -1/+7 |
| 2018-11-27 | Pick a better variable name for ptr::hash | Dale Wijnand | -2/+2 |
| 2018-11-27 | Fix stability attribute for ptr::hash | Dale Wijnand | -1/+1 |
| 2018-11-26 | Fix ptr::hex doc example | Dale Wijnand | -1/+1 |
| 2018-11-26 | FIXME is the new TODO | Dale Wijnand | -1/+1 |
| 2018-11-26 | Introduce ptr::hash for references | Dale Wijnand | -0/+23 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap_nonoverlapping_bytes | Ralf Jung | -4/+4 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap | Ralf Jung | -8/+5 |
| 2018-11-23 | use MaybeUninit in core::ptr::{read,read_unaligned} | Ralf Jung | -7/+7 |
| 2018-11-22 | drop glue takes in mutable references, it should reflect that in its type | Ralf Jung | -2/+12 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -1/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -1/+1 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -4/+4 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -1/+1 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -4/+4 |
| 2018-11-01 | Add CoerceSized impls throughout libstd | Michael Hewson | -1/+7 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -2/+2 |
| 2018-10-28 | Make a bunch of trivial methods of NonNull be `#[inline]` | Nick Fitzgerald | -0/+14 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-14 | remove unnecessary emphasis in doc comment | Jan Niehusmann | -2/+2 |
| 2018-10-14 | clarify pointer add/sub function safety concerns | Jan Niehusmann | -4/+4 |
| 2018-10-12 | Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichton | bors | -25/+12 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+2 |
| 2018-09-30 | Simplify implementation of align_offset slightly | Simonas Kazlauskas | -25/+12 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -14/+18 |
| 2018-09-24 | Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton | bors | -513/+541 |
| 2018-09-22 | address Mark-Simulacrum comments | Jorge Aparicio | -2/+2 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -18/+14 |
| 2018-09-18 | clarify swap | Ralf Jung | -5/+10 |
| 2018-09-17 | rearrange for clarity | Ralf Jung | -41/+40 |
| 2018-09-17 | tweaks | Ralf Jung | -1/+24 |
| 2018-09-10 | fix typos | Nicole Mazzuca | -1/+1 |
| 2018-09-01 | remark on concurrency in validity section | Ralf Jung | -0/+9 |
| 2018-09-01 | Valid raw pointers | Ralf Jung | -1/+1 |
| 2018-08-31 | fix doctests | Ralf Jung | -1/+3 |
| 2018-08-31 | (un)aligned | Ralf Jung | -2/+2 |
| 2018-08-31 | apply feedback | Ralf Jung | -7/+8 |
| 2018-08-31 | turn ptr type method docs into links to docs of free functions, to avoid dupl... | Ralf Jung | -433/+44 |