about summary refs log tree commit diff
path: root/library/core/src/intrinsics
AgeCommit message (Expand)AuthorLines
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
2024-08-13simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...Ralf Jung-1/+1
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+8
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-26Fix doc nitsJohn Arundel-54/+55
2024-07-25Stop using `unsized_const_parameters` in core/stdBoxy-12/+0
2024-07-05Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubileebors-6/+13
2024-06-25simd_bitmask intrinsic: add a non-power-of-2 multi-byte exampleRalf Jung-6/+13
2024-06-24Fix simd_gather documentationPetteri Räty-3/+0
2024-06-20[GVN] Add tests for generic pointees with PtrMetadataScott McMurray-0/+7
2024-06-11remove cfg(bootstrap)Pietro Albini-1/+0
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-26/+32
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+4
2024-05-24Fix some SIMD intrinsics documentationMees Frensel-4/+4