| Age | Commit message (Expand) | Author | Lines |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -16/+0 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -0/+6 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+6 |
| 2019-11-05 | Apply suggestions from code review | Ralf Jung | -2/+2 |
| 2019-11-05 | expand slice from_raw_part docs | Ralf Jung | -0/+4 |
| 2019-11-05 | link from raw slice creation methods to safety requirements | Ralf Jung | -5/+14 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -1/+17 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -1/+17 |
| 2019-10-02 | Inline `ptr::null(_mut)` even in debug builds | Lzu Tao | -2/+2 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -25/+23 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -3/+3 |
| 2019-08-17 | Doc nit | Simon Sapin | -1/+1 |
| 2019-08-17 | Doc nits | Simon Sapin | -1/+1 |
| 2019-08-16 | Add new_uninit and assume_init on Box, Rc, and Arc | Simon Sapin | -0/+8 |
| 2019-08-12 | Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay | Mazdak Farrokhzad | -34/+128 |
| 2019-08-05 | improve wrapping_ docs | Ralf Jung | -26/+112 |
| 2019-08-05 | note about stack-allocated variables being allocated objects | Ralf Jung | -8/+16 |
| 2019-08-05 | improve align_offset docs | Ralf Jung | -4/+8 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-07-30 | Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+1 |
| 2019-07-22 | Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -2/+2 |
| 2019-07-18 | normalize use of backticks in compiler messages for libcore/ptr | Samy Kacimi | -2/+2 |
| 2019-07-17 | Refer to `add` method instead of `offset` | Philipp Oppermann | -2/+2 |
| 2019-07-16 | Stabilize <*mut _>::cast and <*const _>::cast | Simon Sapin | -2/+2 |
| 2019-07-09 | doc(ptr): add example for {read,write}_unaligned | Freyskeyd | -0/+32 |
| 2019-07-05 | Rollup merge of #62323 - Centril:clarify-read-unaligned, r=RalfJung | Mazdak Farrokhzad | -35/+53 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |
| 2019-07-04 | ptr::{read,write}_unaligned: use no_run and reword slightly. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-04 | Clarify unaligned fields in ptr::read_unaligned. | Mazdak Farrokhzad | -35/+53 |
| 2019-07-03 | remove bogus example from drop_in_place | Ralf Jung | -27/+5 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -6/+6 |
| 2019-06-19 | Remove mentions of removed `offset_to` method | Philipp Oppermann | -2/+2 |
| 2019-06-19 | Add functions to build raw slices | Oliver Scherer | -0/+47 |
| 2019-06-14 | note some safety concerns of raw-ptr-to-ref casts | Ralf Jung | -3/+35 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -1/+1 |
| 2019-05-25 | split core::ptr module into multiple files | Ralf Jung | -0/+3152 |