summary refs log tree commit diff
path: root/library/core/src/intrinsics
AgeCommit message (Expand)AuthorLines
2025-02-06Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+2
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-3/+19
2024-12-27Rollup merge of #133663 - scottmcm:carrying_mul_add, r=AmanieuMatthias Krüger-0/+140
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-2/+2
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-0/+140
2024-12-27Rollup merge of #134606 - RalfJung:ptr-copy-docs, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-5/+3
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-2/+17
2024-12-25stabilize const_swapRalf Jung-1/+2
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-7/+7
2024-12-22Delete `Rvalue::Len`Scott McMurray-2/+1
2024-12-21ptr::copy: fix docs for the overlapping caseRalf Jung-5/+3
2024-12-08Adds new intrinsic declarationaaishwarymishra@gmail.com-28/+38
2024-12-04clarify simd_relaxed_fma non-determinismRalf Jung-1/+2
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-0/+12
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-0/+12
2024-12-03Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubileeMatthias Krüger-0/+2
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-0/+12
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+14
2024-12-02stabilize const_{size,align}_of_valRalf Jung-0/+2
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-595/+949
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-595/+949
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+33
2024-11-29refine mir debuginfo docsRalf Jung-5/+14
2024-11-29Doc comment custom MIR debuginfo.Camille GILLOT-0/+24
2024-11-27update cfgsBoxy-189/+57
2024-11-27replace placeholder versionBoxy-3/+3
2024-11-24changes old intrinsic declaration to new declarationaaishwarymishra@gmail.com-595/+949
2024-11-23Match simd_relaxed_fma documentation to fmuladd intrinsicCaleb Zulawski-4/+8
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+10
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-8/+40
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-48/+48
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-8/+40
2024-11-17Likely unlikely fixJiri Bobek-8/+40
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-8/+8
2024-11-16clean up const stability around UB checksRalf Jung-6/+6
2024-11-16stabilize const_ptr_is_nullRalf Jung-2/+2
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-4/+5
2024-11-13Rollup merge of #132907 - BLANKatGITHUB:intrinsic, r=saethlinJubilee-805/+1279
2024-11-13Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35bors-2/+23
2024-11-13const_panic: don't wrap it in a separate functionRalf Jung-2/+23
2024-11-12adds new declaration to codegenaaishwarymishra@gmail.com-0/+2
2024-11-12new intrinsic declarationaaishwarymishra@gmail.com-1228/+1278
2024-11-12new intrinsic declarationaaishwarymishra@gmail.com-108/+530
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-78/+102
2024-11-08mark is_val_statically_known intrinsic as stably const-callableRalf Jung-4/+5
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-0/+3944
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-10-06grammar fixdacian-1/+1
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-1/+1
2024-08-31Fixed more typos in library/coreranger-ross-1/+1