Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-28Further reduce peak memory usage in the System.Runtime.Numerics tests (#17571)Eric Mellino
2017-03-26Remove shared state from MyBigIntAxel Heer
2017-03-25Merge pull request #17501 from mellinoe/fix-divrem-testsEric Mellino
2017-03-25Disable assembly-level parallelization of the System.Runtime.Numerics tests.Eric Mellino
2017-03-23Fixing the Complex.FromPolarCoordinates test to work with the new behavior.Tanner Gooding
2017-03-23Disable failing MathF and Complex testsStephen Toub
2017-03-16Merge pull request #17170 from mellinoe/complex-tests-netcoreappStephen Toub
2017-03-16Move two Complex tests out of netfx test caseEric Mellino
2017-03-15Whitespace style fixes.David Wright
2017-03-14Style nits correctedDavid Wright
2017-03-14Address comments. Handle very small imaginary parts.David Wright
2017-03-14Implement Hull and Tang Asin and ACosDavid Wright
2017-03-14Use nameof in a few more MemberDatas (#17102)Stephen Toub
2017-03-13Update System.Runtime.Numerics VS configurationsEric Mellino
2017-03-13Re-enable System.Runtime.Numerics tests outside Windows.Eric Mellino
2017-03-08Cleanup disabled tests missing correct issue numbers (#16756)Jiayi Li
2017-03-03Update to new Microsoft.xunit.netcore.extensions version (#16591)Santiago Fernandez Madero
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-15Marking code as unchecked (pt 8) (#16117)Dennis "D.C." Dietrich
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-13Merge pull request #15592 from jamesqo/bigintStephen Toub
2017-02-11Marking code as unchecked (pt 6) (#16048)Dennis "D.C." Dietrich
2017-02-08Merge pull request #15835 from dcwuser/complextrig1Eric Mellino
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Addressed reviewer requests on comments.David Wright
2017-02-07Update comments. Restore legacy tests attributed to run only for netfx.David Wright
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-06Fix one spacing style issue.David Wright
2017-02-06Improve trig and hyperbolic trig, associated tests.David Wright
2017-02-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-03Restore some comment formatting for BigInteger (#15726)Axel Heer
2017-02-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-02-01Merge pull request #15670 from joperezr/AddingUAPVerticalJose Perez Rodriguez
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31Fixed BigInteger test failure for uk-UA (#15587)Dennis "D.C." Dietrich
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-29Avoid allocations for BigInteger.&,|,^ for small operandsJames Ko
2017-01-27Merge pull request #15338 from dcwuser/complexsqrt2Eric Mellino
2017-01-27Fix style nits and skip new tests for netfx.David Wright
2017-01-26Handle infinities in Hypot and Sqrt specially so they don't produce NaNs. Add...David Wright
2017-01-26Move field to top of class as per project conventions.David Wright
2017-01-26Rename field according to project conventions.David Wright