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
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-01-29Use corelib-shared ValueStringBuilderStephen Toub
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-12-16Revert "Temporarily removing use of ReadOnlySpan indexer. (#25881)"ahsonkhan
2017-12-13Temporarily removing use of ReadOnlySpan indexer. (#25881)Ahson Khan
2017-12-05Fix BigInteger.TryFormat to use ReadOnlySpan<char> for format (#25686)Stephen Toub
2017-12-02Add BigInteger.TryFormat (#25618)Stephen Toub
2017-11-29Add support for Big-Endian and unsigned byte patterns to BigIntegerJeremy Barton
2017-11-28Fix new BigInteger.TryParse overloads (#25537)Stephen Toub
2017-11-20Address PR feedbackStephen Toub
2017-11-20Reduce allocations in BigInteger.ToString with hexStephen Toub
2017-11-20Use real AsReadOnlySpan rather than workaroundStephen Toub
2017-11-20Avoid always using ToByteArray in FormatBigIntegerToHexStephen Toub
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-03Update ref assemblies with readonly changesStephen Toub
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-09-20Merge pull request #23932 from JonHanna/biginteger_reach_minvalue_optEric Mellino
2017-09-11Remove dead path from BigInteger ctor (#23930)Jon Hanna
2017-09-11Make BigInteger ctor opt path for == int.MinValue reachable.Jon Hanna
2017-08-29Update VS configurationsEric St. John
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-02Address PR feedbackStephen Toub
2017-08-02Add perf tests project for System.Runtime.NumericsStephen Toub
2017-08-02Fix perf regressions in BigIntegerStephen Toub
2017-08-02Add Span-based APIs to BigIntegerStephen Toub
2017-07-26Updating cases of `IsInfinity || IsNaN` to be `!IsFinite`.Tanner Gooding
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-09Fixes System.Runtime.Numerics tests compilation (#20813)Marek Safar
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-05-25Numerics serialization (#20222)Morgan Brown
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Fix a bunch of random test failures on ILC (#19758)Atsushi Kanamori
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-04-28Add more "Legacy" test cases for Complex classEric Mellino
2017-04-26Re-enable all Complex tests on 32-bit Windows.Eric Mellino
2017-04-24Fix System.Runtime.Numerics.Tests on UWPAOT (#18844)Atsushi Kanamori
2017-04-12Disable two sets of performance tests.Eric Mellino
2017-04-12Reduce memory usage of BigInteger's LargeValueLogTests. (#18239)Eric Mellino
2017-04-10Updates how we define which key an assembly usesWes Haggard
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