| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm | Matthias Krüger | -2/+1 |
| 2024-09-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -2/+2 |
| 2024-09-29 | Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum | bors | -5/+10 |
| 2024-09-28 | make ptr metadata functions callable from stable const fn | Ralf Jung | -2/+2 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -4/+4 |
| 2024-09-21 | Fix docs of compare_bytes | EqualMa | -1/+1 |
| 2024-09-15 | update docs for `catch_unwind` & related funcs | Kyle J Strand | -5/+10 |
| 2024-09-11 | ptr::add/sub: these are *not* equivalent to offset(count as isize) | Ralf Jung | -2/+1 |
| 2024-09-05 | update cfgs | Boxy | -7/+0 |
| 2024-08-25 | ub_checks intrinsics: fall back to cfg(ub_checks) | Ralf Jung | -2/+2 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -5/+5 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -0/+289 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -5/+5 |
| 2024-08-01 | Add math intrinsics for `f16` and `f128` | Trevor Gross | -0/+289 |
| 2024-07-31 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -2/+4 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -53/+0 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+28 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -53/+0 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+28 |
| 2024-07-26 | Fix doc nits | John Arundel | -5/+5 |
| 2024-07-04 | Document safety of a few intrinsics | Celina G. Val | -2/+16 |
| 2024-07-04 | Move a few intrinsics to use Rust abi | Celina G. Val | -57/+146 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+1 |
| 2024-06-25 | Add missing slash in const_eval_select doc comment | cyrgani | -1/+1 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+1 |
| 2024-06-13 | fix wrong assert_unsafe_precondition message for core::ptr::copy | Florian Sextl | -2/+1 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -6/+5 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+0 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+15 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -5/+5 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -5/+5 |
| 2024-05-21 | improve comment wording | Ralf Jung | -2/+2 |
| 2024-05-16 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+12 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+0 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -4/+4 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -5/+5 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -2/+10 |
| 2024-05-04 | mark const_(de)allocate intrinsics as suitable for Miri | Ralf Jung | -2/+7 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+3 |
| 2024-05-02 | const_eval_select: add tracking issue | Ralf Jung | -2/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -89/+2 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -4/+4 |
| 2024-04-28 | Update is_val_statically_known docs | Nicholas Thompson | -4/+39 |
| 2024-04-28 | Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -0/+47 |
| 2024-04-22 | export assert_unsafe_precondition macro for std-internal use | The 8472 | -1/+1 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -1/+2 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -0/+1 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+26 |