| Age | Commit message (Expand) | Author | Lines |
| 2018-06-02 | Rollup merge of #51124 - frewsxcv:frewsxcv-replace, r=QuietMisdreavus | Mark Simulacrum | -2/+3 |
| 2018-06-01 | Reword {ptr,mem}::replace docs. | Corey Farwell | -2/+3 |
| 2018-05-30 | Add doc link from discriminant struct to function. | Corey Farwell | -1/+3 |
| 2018-05-22 | Add PinMut::set | Taylor Cramer | -0/+8 |
| 2018-05-22 | Make `Unpin` safe to implement | Taylor Cramer | -1/+1 |
| 2018-05-09 | Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obk | kennytm | -1/+2 |
| 2018-05-07 | Rename PinMut::borrow to PinMut::reborrow and make it a method | Ralf Jung | -3/+6 |
| 2018-05-07 | PinMut::get_mut can also preserve the lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Change PinMut::map to be able to preserve the original reference's lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Rename Pin to PinMut | Ralf Jung | -24/+24 |
| 2018-05-07 | make the const constructor unstable | Jorge Aparicio | -0/+1 |
| 2018-04-21 | turn `ManuallyDrop::new` into a constant function | Jorge Aparicio | -1/+1 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -12/+0 |
| 2018-04-03 | impl Unpin for Pin | Wim Looman | -0/+3 |
| 2018-03-18 | Update tracking issue. | boats | -14/+14 |
| 2018-03-15 | Pin and PinBox are fundamental. | boats | -0/+1 |
| 2018-03-14 | Pin and Unpin in libcore. | boats | -2/+109 |
| 2018-02-02 | Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboats | kennytm | -0/+1 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -7/+7 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -2/+0 |
| 2017-11-21 | Document the size of bool | Simon Sapin | -0/+1 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -2/+2 |
| 2017-10-13 | Clarify how needs_drop is conservative | Alexis Beingessner | -3/+5 |
| 2017-10-08 | core: Ensure std::mem::Discriminant is Send + Sync | Ulrik Sverdrup | -1/+1 |
| 2017-10-01 | Auto merge of #44897 - Havvy:doc-size_of, r=steveklabnik | bors | -0/+78 |
| 2017-09-28 | Remove link duplication. | Havvy | -3/+3 |
| 2017-09-27 | Backticks. | Havvy | -1/+1 |
| 2017-09-27 | Docs for size_of::<#[repr(C)]> items. | Havvy | -0/+78 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-23 | Rollup merge of #44648 - Havvy:doc-size_of, r=dtolnay | Corey Farwell | -2/+46 |
| 2017-09-20 | Document stable size_of primitives and pointer size guarantees | Havvy | -2/+46 |
| 2017-09-16 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -2/+1 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -0/+2 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+2 |
| 2017-09-13 | update "since" for discriminant_value | Alex Burka | -8/+8 |
| 2017-09-04 | Additional traits for std::mem::ManuallyDrop | Lance Roy | -4/+61 |
| 2017-09-04 | Derive std::mem::ManuallyDrop from Clone and Copy. | Lance Roy | -0/+14 |
| 2017-09-02 | stabilize mem::discriminant (closes #24263) | Alex Burka | -9/+8 |
| 2017-08-31 | Update bootstrap compiler | Alex Crichton | -43/+0 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-11 | Add `#[inline]` to `mem::unreachable` | Tobias Bucher | -0/+1 |
| 2017-08-09 | `mem::unreachable`: Add tracking issue | Tobias Bucher | -1/+1 |
| 2017-08-09 | Put `intrinsics::unreachable` on a possible path to stabilization | Tobias Bucher | -0/+11 |
| 2017-07-25 | std: Stabilize `manually_drop` feature | Alex Crichton | -10/+7 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -0/+43 |
| 2017-06-28 | Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfackler | bors | -53/+1 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -4/+11 |
| 2017-06-21 | Reuse the mem::swap optimizations to speed up slice::rotate | Scott McMurray | -53/+1 |
| 2017-06-19 | Disable repr(simd) in mem::swap on Redox | Jeremy Soller | -2/+2 |
| 2017-06-11 | Auto merge of #40454 - djzin:fast-swap, r=sfackler | bors | -13/+54 |