| Age | Commit message (Expand) | Author | Lines |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+1 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -2/+6 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -12/+0 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -2/+6 |
| 2021-03-07 | Rollup merge of #82592 - Lonami:patch-1, r=RalfJung | Yuki Okushi | -9/+18 |
| 2021-03-06 | Improve transmute docs with further clarifications | Lonami | -9/+18 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -4/+2 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -0/+1 |
| 2021-02-16 | [Minor] Update discriminant_value docs | Peter Todd | -2/+2 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -186/+151 |
| 2021-02-10 | Rollup merge of #81904 - jhpratt:const_int_fn-stabilization, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-02-08 | Bump stabilization version for const int methods | Jacob Pratt | -2/+2 |
| 2021-02-08 | Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay | bors | -2/+2 |
| 2021-01-21 | directly expose copy and copy_nonoverlapping intrinsics | Ralf Jung | -186/+151 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -0/+2 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -7/+0 |
| 2021-01-14 | Stabilize intrinsics as const | Jacob Pratt | -2/+2 |
| 2021-01-05 | Auto merge of #80717 - mbartlett21:patch-2, r=dtolnay | bors | -12/+12 |
| 2021-01-05 | Add code spans to docs in intrinsics.rs | mbartlett21 | -12/+12 |
| 2021-01-04 | Added reference to tracking issue and removed unneeded line | Albin Hedman | -3/+2 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -1/+0 |
| 2020-12-30 | implement ptr::write without dedicated intrinsic | Ralf Jung | -7/+0 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -1/+0 |
| 2020-12-26 | Constify intrinsics::copy[_nonoverlapping] | Albin Hedman | -6/+11 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -0/+1 |
| 2020-12-02 | Undo fn -> const fn for all intrinsics but assert_inhabited | Albin Hedman | -2/+0 |
| 2020-12-02 | Resolved some of the comments | Albin Hedman | -1/+3 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -0/+1 |
| 2020-12-01 | review comments | Vishnunarayan K I | -1/+1 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+5 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -34/+34 |
| 2020-11-23 | const_int_pow will be stabilized in 1.50.0, not in 1.49.0 | Trevor Spiteri | -1/+1 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -1/+1 |
| 2020-11-09 | Fix links to stabilized versions of some intrinsics | Tomasz Miąsko | -2/+2 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+1 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -1/+1 |
| 2020-11-04 | Don't use `crate` in link text | Camelid | -11/+11 |
| 2020-11-02 | Fix intrinsic size_of stable link | Ivan Tham | -1/+1 |
| 2020-10-20 | Wrapping intrinsics update link | mbartlett21 | -6/+6 |
| 2020-10-15 | Fix intra doc link for needs_drop | Manish Goregaokar | -1/+1 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -1/+1 |
| 2020-10-02 | Clean up on example doc fixes for ptr::copy | Ivan Tham | -2/+3 |
| 2020-10-01 | Things are only moved if non-copy | scottmcm | -1/+1 |
| 2020-09-30 | Improve the example for ptr::copy | Scott McMurray | -1/+11 |
| 2020-09-25 | Rollup merge of #77176 - austinkeeley:intrinsics-documentatation-error, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -3/+4 |
| 2020-09-25 | Removing erroneous semicolon | Austin Keeley | -1/+1 |
| 2020-09-24 | update tracking issue for const_type_id | Ashley Mannix | -1/+1 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -1/+1 |
| 2020-09-20 | Add unstably const support for assume intrinsic | Lzu Tao | -0/+1 |