| Age | Commit message (Expand) | Author | Lines |
| 2017-11-07 | Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichton | bors | -6/+12 |
| 2017-10-29 | Fix references to zero_memory and copy_memory in ptr docs | Florian Hartwig | -9/+9 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -4/+4 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -6/+6 |
| 2017-10-10 | Restore `T: Sized` on `ptr::is_null` | Josh Stone | -21/+13 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -2/+0 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+0 |
| 2017-09-29 | Document that there are many possible null pointers | Josh Stone | -0/+10 |
| 2017-09-29 | Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()` | Josh Stone | -7/+11 |
| 2017-09-28 | Normalize spaces in lang attributes. | Havvy | -1/+1 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -1/+74 |
| 2017-09-16 | Auto merge of #43964 - Gankro:unsafe-reform, r=sfackler | bors | -12/+1174 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+6 |
| 2017-09-10 | implement unsafe pointer methods | Alexis Beingessner | -12/+1174 |
| 2017-08-31 | Update bootstrap compiler | Alex Crichton | -27/+0 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -0/+3 |
| 2017-08-13 | Addresses comments in PR #43836 | Alexey Tarasov | -10/+8 |
| 2017-08-12 | Follow up commit for the issue 39827 | Alexey Tarasov | -0/+12 |
| 2017-07-22 | Fix unstable feature name for some impls for Unique<T> | Simon Sapin | -2/+2 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -0/+28 |
| 2017-07-22 | Implement From<Unique<T>> for Shared<T> | Simon Sapin | -0/+8 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new_checked to new | Simon Sapin | -4/+4 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -6/+6 |
| 2017-07-22 | Add `new_checked(…) -> Option<Self>` to NonZero, Unique, and Shared. | Simon Sapin | -2/+12 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -2/+2 |
| 2017-07-10 | Disable big-endian simd in swap_nonoverlapping_bytes | Josh Stone | -1/+4 |
| 2017-06-28 | Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfackler | bors | -0/+84 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -6/+6 |
| 2017-06-21 | Reuse the mem::swap optimizations to speed up slice::rotate | Scott McMurray | -0/+84 |
| 2017-05-13 | Auto merge of #41920 - arielb1:inline-drop, r=eddyb | bors | -1/+0 |
| 2017-05-11 | remove the #[inline] attribute from drop_in_place | Ariel Ben-Yehuda | -1/+0 |
| 2017-05-10 | fix typo in Unique::empty doc | Ralf Jung | -1/+1 |
| 2017-05-04 | refactor NonZero, Shared, and Unique APIs | Alexis Beingessner | -44/+127 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -5/+0 |
| 2017-04-05 | Add tracking issue for offset_to | Amanieu d'Antras | -2/+2 |
| 2017-04-03 | Add ptr::offset_to | Amanieu d'Antras | -0/+76 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -2/+2 |
| 2017-03-20 | Rollup merge of #40667 - DaseinPhaos:patch-4, r=GuillaumeGomez | Corey Farwell | -4/+4 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -0/+29 |
| 2017-03-20 | Fix typo in `ptr` doc | Luxko | -4/+4 |
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -0/+29 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -2/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -3/+11 |
| 2017-03-17 | Stabilize ptr_unaligned feature, closes #37955 | Aaron Turon | -6/+2 |
| 2017-03-09 | Reword the non-dropping of `src` for `ptr::write{,_unaligned}` | Tobias Bucher | -3/+5 |
| 2017-03-07 | Clarify handling of `src` in `ptr::write` | Tobias Bucher | -0/+4 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -4/+2 |
| 2017-01-07 | thanks @eddyb | Steve Klabnik | -1/+1 |
| 2017-01-07 | Improve safety warning on ptr::swap | Steve Klabnik | -1/+4 |
| 2016-12-12 | Implement RFC #1725 | Steven Fackler | -0/+83 |