summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Numerics
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge pull request dotnet/corert#7397 from dotnet-bot/from-tfsMichal Strehovský2-0/+12
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub2-0/+3
2019-05-10Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding3-0/+3
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub6-6/+0
2019-05-02Vector.CopyTo / TryCopyTo should be readonly methods (#24359)Levi Broderick2-8/+8
2019-04-30Updating System.Numerics.Vector<T> to use the readonly members feature. (#23827)Tanner Gooding2-18/+18
2019-04-29Add more span-based Vector<T> ctors and CopyTo methods (#23333)Levi Broderick2-134/+214
2019-04-16Nullable: Addition COM types (#24032)Stephen Toub1-0/+1
2019-04-12Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub7-10/+17
2019-04-09Nullable: Attributes, SafeHandles, and misc (#23810)Stephen Toub1-0/+1
2019-03-02Use BitOperations in more callsites (CoreCLR) (#22630)Grant1-1/+1
2019-02-26Make BitOperations public (CoreCLR) (#22864)Grant1-0/+371
2019-02-15Fix CoreFX build breaksJan Kotas1-1/+4
2019-02-14Consolidate implementation of Rotate and PopCount (#22584)Grant1-4/+1
2018-12-27Use common copy of System.Numerics.Hashing.HashHelpersJan Kotas1-2/+0
2018-12-26Move System/Numerics/Hashing to shared CoreLib. (dotnet/corert#6732)Filip Navara1-0/+21
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding3-5/+67
2018-12-21Add AggressiveInlining for Vector<T>.op_Multiply (#21587)Fei Peng2-280/+8
2018-08-20Normalize whitespace/indentationClinton Ingram3-357/+407
2018-08-20Update t4 templates to generate simplified type namesClinton Ingram5-121/+134
2018-06-24Simply type names in Corelib (#18623)Stephen Toub4-2256/+2256
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan8-0/+8830