about summary refs log tree commit diff
path: root/library/core/src/intrinsics
AgeCommit message (Expand)AuthorLines
2024-05-18compiler: add simd_ctpop intrinsicJubilee Young-0/+7
2024-05-01Step bootstrap cfgsMark Rousskov-13/+0
2024-04-03rename `expose_addr` to `expose_provenance`joboet-0/+6
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-0/+7
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-1/+1
2024-03-23also rename the SIMD intrinsicRalf Jung-0/+7
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-1/+1
2024-03-20step cfgsMark Rousskov-12/+1
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+79
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-26/+0
2024-02-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-12/+4
2024-02-21intrinsics::simd: add missing functionsRalf Jung-0/+103
2024-02-20Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJungMatthias Krüger-4/+6
2024-02-20Correct the simd_masked_{load,store} intrinsic docsJakub Okoński-4/+6
2024-02-10various docs tweaksRalf Jung-7/+7
2024-02-10simd_scatter: mention left-to-right orderRalf Jung-0/+3
2024-02-10add more missing simd intrinsicsRalf Jung-0/+32
2024-02-10simd intrinsics: add simd_shuffle_genericRalf Jung-3/+16
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+0
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+2
2024-01-05library: Add `allow(unused_assignments)` to custom MIR doctestVadim Petrochenkov-0/+1
2023-12-26custom mir: better type-checkingRalf Jung-7/+9
2023-12-26custom mir: make it clear what the return block isRalf Jung-9/+40
2023-12-22update cfg(bootstrap)sPietro Albini-2/+0
2023-12-18Disable new intrinsics for bootstrapCaleb Zulawski-0/+2
2023-12-17Add new intrinsicsCaleb Zulawski-0/+39
2023-12-17Further explain semanticsCaleb Zulawski-2/+13
2023-12-17Apply suggestions from code reviewCaleb Zulawski-2/+3
2023-12-17Improve simd_bitmask documentation and other minor fixesCaleb Zulawski-8/+15
2023-12-17State type requirements firstCaleb Zulawski-61/+62
2023-12-17Clarify UB and improve grammarCaleb Zulawski-4/+4
2023-12-17Add core::intrinsics::simdCaleb Zulawski-0/+412
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-15/+73
2023-10-08Bump to latest betaMark Rousskov-7/+3
2023-09-01Support bootstrap.Camille GILLOT-3/+6
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-9/+21
2023-08-23Bump cfg(bootstrap)Mark Rousskov-3/+3
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-4/+5
2023-08-03Add `internal_features` lintNilstrieb-0/+3
2023-05-15DocumentationAndy Wang-1/+1
2023-05-15Add CopyForDeref to custom MIRAndy Wang-0/+1
2023-05-09Auto merge of #110027 - nbdd0121:dieting, r=m-ou-sebors-0/+1
2023-05-07Add `#[inline]` to functions that are never calledGary Guo-0/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-3/+0
2023-04-14Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger-1/+1
2023-04-11Add Offset binary op to custom mirAndy Wang-0/+2
2023-04-10Fix typos in libraryDaniPopes-1/+1
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-0/+8
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+8