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-03-09Update UAP System.Private.CoreLib to unblock UAP builds (#27805)Simon Nattress
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-02Disable uapaot builds on several projectsStephen Toub
2018-02-07Adding TrimExcess API to Dictionary and providing tests (#26239)Maryam Ariyan
2018-02-04remove special-cases TKey string (#26816)Marco Rossignoli
2018-02-03Adding EnsureCapacity API to HashSet (#26777)Maryam Ariyan
2018-02-02Improving EnsureCapacity unit tests (#26653)Maryam Ariyan
2018-01-30Stack<T> optimization of (Try)Peek, (Try)Pop and Push (#26086)Günther Foidl
2018-01-30Queue<T> optimization of (Try)Dequeue (#26087)Günther Foidl
2018-01-27Adding EnsureCapacity API to Dictionary and Adding Tests (#26158)Maryam Ariyan
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-11-25changesAnipik
2017-11-25key added to exceptionAnipik
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-18Set.TryGetValue not-found behavior/docs inconsistent (#24699)Ian Hays
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-09-21Remove unused FEATURE_RANDOMIZED_STRING_HASHING (#24178)Kevin Gosse
2017-09-11Cleanup code in SortedSet (#22839)James Ko
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-15Remove ILCBuildType from System.Collections.Tests (#23247)Santiago Fernandez Madero
2017-08-14Disable two collections tests on desktop (#23200)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-05Remove uap condition as we don't have a configuration for itViktor Hofer
2017-08-04Remove DoNotOptimize and DoNotInline settings from System.Collections.Tests.r...Viktor Hofer
2017-08-04Prefer BinaryFormatter over Dynamic RequiredViktor Hofer
2017-08-04Fixing System.Collections serialization uapaot testsViktor Hofer
2017-08-04Minimum runtime directives necessaryViktor Hofer
2017-07-12Fix failed in System.Collections.Tests on ILC (#22112)Atsushi Kanamori
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-29Disable performance tests for uap when running in arm (#21674)Santiago Fernandez Madero
2017-06-28Update remaining argument*exceptions to have param names (#21650)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-27Reenabling equality comparers tests after corert src change (#21620)Viktor Hofer
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-14Disable System.Collections.Tests.ComparersGenericTests.EqualityComparer_Seria...Santiago Fernandez Madero
2017-06-10Disable System.Collections tests related to serialization issue (#20891)Santiago Fernandez Madero
2017-06-09Workaround System.Collections.Tests to fix 150 failures in uap due to codegen...Santiago Fernandez Madero
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-07Fix outdated comment in LinkedList (#20762)Andre Sayre
2017-05-30Renamed coretype serialized variables to support reflection based serializationViktor Hofer
2017-05-27Throw PlatformNotSupportedExceptions from IDeserializationCallback on types t...Morgan Brown
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes beha...Santiago Fernandez Madero
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-23Prep tests for CoreCLR/CoreRT [Serializable] cleanup (#20035)Morgan Brown
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