| Age | Commit message (Expand) | Author | Lines |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -0/+6 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -1/+0 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -2/+3 |
| 2021-07-08 | PR feedback | Scott McMurray | -2/+6 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+16 |
| 2021-07-05 | Use american spelling for behaviour | Mara Bos | -1/+1 |
| 2021-07-05 | Talk about "terminate" rather than "die" | Ian Jackson | -1/+1 |
| 2021-07-05 | Talk about invalid instructions rather than debug traps | Ian Jackson | -2/+2 |
| 2021-07-05 | abort docs: Do not claim that intrinsics::abort is always a debug trap | Ian Jackson | -1/+3 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -2/+6 |
| 2021-07-03 | Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor | Yuki Okushi | -0/+165 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-06-19 | Clarify that certain intrinsics are not unsafe | bstrie | -0/+165 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -151/+186 |
| 2021-05-07 | Rollup merge of #84755 - jyn514:core-links, r=kennytm | Dylan DPC | -10/+10 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -3/+3 |
| 2021-04-30 | Allow using `core::` in intra-doc links within core itself | Joshua Nelson | -10/+10 |
| 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 |