| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -3944/+0 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -10/+73 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -10/+73 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -41/+33 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -57/+57 |
| 2024-11-04 | convert all const-callable intrinsics into the new form (without extern block) | Ralf Jung | -968/+1110 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -52/+135 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -2/+8 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -52/+129 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-19 | zero-sized accesses are fine on null pointers | Ralf Jung | -3/+3 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -4/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -10/+10 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -148/+239 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -148/+239 |
| 2024-10-14 | Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdev | Matthias Krüger | -7/+12 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -4/+4 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -3/+3 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | Jubilee Young | -1/+1 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+53 |
| 2024-10-09 | Allow zero-size reads/writes on null pointers | Ben Kimock | -7/+12 |
| 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 |