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-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-12Avoid generic interface GetEnumerator empty allocations in immutable collecti...Stephen Toub
2017-09-19Updating corefx to use new roslyn compiler (#24076)Jose Perez Rodriguez
2017-09-18#24112 Replaced documentation summary of TryPop with text similar to TryDeque...koenigst
2017-09-01Fix library packages overlapping with framework packagesEric St. John
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-22Move argument validation for some ImmutableList functions to ImmutableList.No...James Ko
2017-08-15Add missing header to ImmutableList`1+Enumerator (#23236)James Ko
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09PR feedbackJames Ko
2017-08-05Use expression-bodied members throughout ImmutableListJames Ko
2017-08-04Throw on null to ImmutableArrayBuilderDebuggerProxy constructor. (#22838)Jon Hanna
2017-08-03Separate ImmutableList<T> nested classes into different files (#22842)James Ko
2017-08-01Remove unused serialization members (#22785)Viktor Hofer
2017-07-04Merge pull request #21836 from joperezr/uapvnextJose Perez Rodriguez
2017-07-04Renaming uap10.1 to uap10.0.15138Jose Perez Rodriguez
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-01Merge pull request #21756 from AArnott/fix19044Andrew Arnott
2017-07-01Revert "Simplify IsValueType type check"Andrew Arnott
2017-06-30Remove ActiveIssue attributes that were tracking #19044Andrew Arnott
2017-06-30Merge active issues commit (so I can revert it)Andrew Arnott
2017-06-30Simplify IsValueType type checkAndrew Arnott
2017-06-30Add a few comments and make the two HashBucket implementations a little more ...Andrew Arnott
2017-06-30Move code around to fit standardsAndrew Arnott
2017-06-30Remove dead codeAndrew Arnott
2017-06-30Increase test coverage of the new codeAndrew Arnott
2017-06-30Avoid boxing and inaccurate HashBucket comparisonsAndrew Arnott
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-27Add HashBucket Equals and GetHashCode methodsAndrew Arnott
2017-06-13Fix regressions in corefx tests on ILC. (#20945)Atsushi Kanamori
2017-06-09Fix issue #20609 - RemoveAll on ImmutableList<T>.Builder removes wrong elemen...Kelly Leahy
2017-06-08Disable test for netfx (#20792)Dan Moseley
2017-06-02Remove unnecessary reference in test projectSantiago Fernandez
2017-06-02Remove caching from ImmutableSortedSet.Builder.DebuggerProxyjimparsley
2017-06-02Add test for ImmutableSortedSet.Builder.DebuggerProxy cachingjimparsley
2017-05-31Get rid of assorted CoreFx test on ILC noise.Atsushi Kanamori
2017-05-26Merge pull request #20234 from madelson/allow-nulls-in-immutable-setsIan Hays
2017-05-24Update VS configurations and ProjectGUID's for 4 new ref projects.Eric Mellino
2017-05-24Fix Immutable test configuration.Eric Mellino
2017-05-24Add a "GenerateReferenceAssembly" target and generate four assemblies.Eric Mellino
2017-05-24Provide consistent support for null elements in ImmutableHashSet<T> and Immut...Michael Adelson
2017-05-18Drive System.Collections.Immutable.Test failures on ILC to 0. (#19926)Atsushi Kanamori
2017-05-17Merge pull request #19900 from AtsushiKan/bugsStephen Toub
2017-05-17CoreFx Tests: Add ActiveIssues for ILCAtsushi Kanamori
2017-05-17Increment versions post 2.0Eric St. John
2017-04-27Fix two more AoT failures in System.Collections.Immutable.Test.dll (#19043)Atsushi Kanamori
2017-04-27Fix AoT failures in System.Collections.Immutable tests (#19014)Atsushi Kanamori
2017-04-21Disable all the non-zero lower bound array failures in Collections tests. (#1...Atsushi Kanamori
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey